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:
@@ -20,9 +20,8 @@ storeType = {
|
||||
"time": 0.0
|
||||
}
|
||||
descriptionTemplate = "每$time秒造成$atk点伤害。"
|
||||
needEnergy = 100.0
|
||||
needEnergy = 200.0
|
||||
cooldown = 6000.0
|
||||
debugRebuild = true
|
||||
|
||||
[node name="attack" parent="sounds" index="0"]
|
||||
stream = ExtResource("4_cb5nh")
|
||||
@@ -31,10 +30,7 @@ stream = ExtResource("4_cb5nh")
|
||||
texture = ExtResource("2_qe8gb")
|
||||
|
||||
[node name="energy" parent="container/info/infos/energyInfo" index="1"]
|
||||
text = "100.0"
|
||||
|
||||
[node name="beachball" parent="container/info/infos/beachballInfo" index="1"]
|
||||
text = "500"
|
||||
text = "200.0"
|
||||
|
||||
[node name="name" parent="container/info" index="2"]
|
||||
displayName = "湮灭激光"
|
||||
|
||||
Reference in New Issue
Block a user