mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
6f8b2fec90
更新多个武器的伤害值、能量消耗、冷却时间等数值平衡 修复武器描述文本中的错误并统一显示格式 为部分武器添加缺失的tease文本和可见性设置 优化武器配置文件的调试标记和能量显示
48 lines
2.0 KiB
Plaintext
48 lines
2.0 KiB
Plaintext
[gd_scene format=3 uid="uid://c65tbxm3tclw0"]
|
||
|
||
[ext_resource type="PackedScene" uid="uid://ckq2cq6m23hq3" path="res://components/Abstracts/WeaponCardBase.tscn" id="1_021hd"]
|
||
[ext_resource type="Script" uid="uid://tfptal3sgfmy" path="res://scripts/Contents/Weapons/Hetun.gd" id="2_t2ywh"]
|
||
[ext_resource type="Texture2D" uid="uid://c1xrf8255jafi" path="res://resources/weapons/hetun.png" id="2_y0xe1"]
|
||
|
||
[node name="Hetun" unique_id=819619036 instance=ExtResource("1_021hd")]
|
||
script = ExtResource("2_t2ywh")
|
||
avatarTexture = ExtResource("2_y0xe1")
|
||
displayName = "河豚"
|
||
quality = 0
|
||
store = {
|
||
"atk": 30,
|
||
"count": 10,
|
||
"penerate": 0.25
|
||
}
|
||
storeType = {
|
||
"atk": 1,
|
||
"count": 1,
|
||
"penerate": 2
|
||
}
|
||
descriptionTemplate = "散射5~$count针[b]河豚刺针[/b],每根针造成$atk点伤害,撞上敌人后有$penerate概率反弹。"
|
||
sources = Array[String](["Minecraft", "Pathogenic"])
|
||
tease = "看我扎不扎你就完了"
|
||
needEnergy = 2.0
|
||
cooldown = 2000.0
|
||
debugRebuild = true
|
||
|
||
[node name="avatar" parent="container/info" parent_id_path=PackedInt32Array(1625294072) index="0" unique_id=1021985889]
|
||
texture = ExtResource("2_y0xe1")
|
||
|
||
[node name="energy" parent="container/info/infos/energyInfo" parent_id_path=PackedInt32Array(644675021) index="1" unique_id=1664028115]
|
||
text = "2.0"
|
||
|
||
[node name="name" parent="container/info/displays" parent_id_path=PackedInt32Array(784441328) index="0" unique_id=1576068972]
|
||
displayName = "河豚"
|
||
quality = 0
|
||
|
||
[node name="source" parent="container/info/displays" parent_id_path=PackedInt32Array(784441328) index="1" unique_id=365191794]
|
||
text = "Minecraft × Pathogenic"
|
||
|
||
[node name="description" parent="container" parent_id_path=PackedInt32Array(575698869) index="2" unique_id=566230682]
|
||
text = "[center]散射5~[color=cyan]10[/color]针[b]河豚刺针[/b],每根针造成[color=cyan]30[/color]点伤害,撞上敌人后有[color=cyan]25.0%[/color]概率反弹。[/center]"
|
||
|
||
[node name="tease" parent="container" parent_id_path=PackedInt32Array(575698869) index="3" unique_id=689277044]
|
||
visible = true
|
||
text = "“看我扎不扎你就完了”"
|