1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-07-03 16:52:13 +08:00

refactor: 优化参数命名并调整角色属性

- 将匿名函数参数从 `_who`, `_by` 简化为 `_w`, `_b`
- 更新 HCN 角色的字段和数值配置
- 调整 MuyangDog 角色的数值和描述文本
This commit is contained in:
2026-05-10 14:36:30 +08:00
parent 46d3816d9d
commit a0372f0867
4 changed files with 6 additions and 7 deletions
+2 -3
View File
@@ -21,9 +21,8 @@ displayName = "氰化氢"
slogan = "微量便可颠覆生机"
avatar = ExtResource("2_1yfsg")
description = "击杀敌人时储能。"
fields = Array[int]([18, 1])
fieldValues = Array[float]([3.0, -0.15])
clickToRebuild = true
fields = Array[int]([18, 10, 1])
fieldValues = Array[float]([3.0, 0.15, -0.15])
[node name="avatarTexture" parent="wrapper" parent_id_path=PackedInt32Array(2023039659) index="0" unique_id=1334645594]
texture = ExtResource("2_1yfsg")