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

fix(武器): 调整河豚武器的攻击力和穿透值

将河豚武器的攻击力从15提升到30,穿透值从0.2提升到0.25
移除调试标记debugRebuild
This commit is contained in:
2026-04-12 15:50:21 +08:00
parent 4a7ba8aec6
commit 195d4091c2
+2 -3
View File
@@ -10,9 +10,9 @@ avatarTexture = ExtResource("2_y0xe1")
displayName = "河豚"
quality = 0
store = {
"atk": 15,
"atk": 30,
"count": 10,
"penerate": 0.2
"penerate": 0.25
}
storeType = {
"atk": 1,
@@ -23,7 +23,6 @@ descriptionTemplate = "散射5~$count针[b]河豚刺针[/b],每根针造成$at
sources = Array[String](["Minecraft", "Pathogenic"])
tease = "看我扎不扎你就完了"
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")