mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-30 15:22:30 +08:00
refactor(VolcanoShadow): 简化子弹AI逻辑并调整属性
feat(WhiteSoul): 提高基础攻击力至15点 refactor(Volcano): 调整伤害计算公式 refactor(VolcanoShadow.tscn): 优化场景配置并移除冗余动画
This commit is contained in:
@@ -11,7 +11,7 @@ displayName = "代达罗斯风暴魂"
|
||||
quality = 3
|
||||
costBeachball = 300
|
||||
store = {
|
||||
"atk": 10,
|
||||
"atk": 15,
|
||||
"count": 1.0,
|
||||
"radius": 100.0
|
||||
}
|
||||
@@ -22,7 +22,6 @@ storeType = {
|
||||
}
|
||||
descriptionTemplate = "从天而降$count支目标位于半径$radius内的[b]怪物灵魂[/b],造成$atk点伤害,穿透+[color=yellow]50%[/color]。"
|
||||
sources = Array[String](["Terraria", "Undertale"])
|
||||
debugRebuild = true
|
||||
|
||||
[node name="avatar" parent="container/info" parent_id_path=PackedInt32Array(1625294072) index="0" unique_id=1021985889]
|
||||
texture = ExtResource("2_kcegs")
|
||||
|
||||
Reference in New Issue
Block a user