1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

feat(武器): 添加氧化加农炮及其相关资源

新增氧化加农炮武器,包含武器脚本、子弹效果、贴图资源及UI组件
调整TipBox动画参数和Rooster默认武器
This commit is contained in:
2026-01-25 19:32:02 +08:00
parent 799668403d
commit 9ba29b7fc9
13 changed files with 325 additions and 8 deletions
+37
View File
@@ -0,0 +1,37 @@
[gd_scene load_steps=4 format=3 uid="uid://b5ebx8duvgtt5"]
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_8jd12"]
[ext_resource type="Script" uid="uid://bjraoa0lwchon" path="res://scripts/Contents/Weapons/Oxygener.gd" id="2_thqd2"]
[ext_resource type="Texture2D" uid="uid://gpwxs56alc7m" path="res://resources/weapons/oxygener.png" id="2_xmkcx"]
[node name="Oxygener" instance=ExtResource("1_8jd12")]
script = ExtResource("2_thqd2")
avatarTexture = ExtResource("2_xmkcx")
displayName = "氧化加农炮"
quality = 0
typeTopic = 2
store = {
"atk": 10,
"fireatk": 2.0,
"max-n": 7.0,
"min-n": 3.0
}
storeType = {
"atk": 1,
"fireatk": 1,
"max-n": 1,
"min-n": 1
}
descriptionTemplate = "大概率高速喷出火焰,造成$fireatk点伤害。小概率喷出$min-n~$max-n滴[b]浓硝酸[/b],每滴造成$atk点伤害。"
cooldown = 50.0
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_xmkcx")
[node name="name" parent="container/info" index="2"]
displayName = "氧化加农炮"
quality = 0
typeTopic = 2
[node name="description" parent="container" index="2"]
text = "[center]大概率高速喷出火焰,造成[color=cyan]2[/color]点伤害。小概率喷出[color=cyan]3[/color]~[color=cyan]7[/color]滴[b]浓硝酸[/b],每滴造成[color=cyan]10[/color]点伤害。[/center]"