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

feat(角色): 添加KukeMC的重型水晶攻击和环形着色器

refactor(武器): 将攻击类型从VALUE改为INTEGER
调整大激光武器的能量消耗为200

style(界面): 更新武器卡牌文本显示为整数
移除调试标记和多余属性

fix(角色): 调整KukeChild的移动速度
移除KukeMC的射击偏移常量
This commit is contained in:
2025-09-17 22:25:27 +08:00
parent 0736230aed
commit 19d87cae18
8 changed files with 34 additions and 13 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class_name Weapon
"atk": 10
}
@export var storeType: Dictionary = {
"atk": FieldStore.DataType.VALUE
"atk": FieldStore.DataType.INTEGER
}
@export var descriptionTemplate: String = "造成$atk点伤害。"
@export var needEnergy: float = 0