mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
refactor(武器系统): 将Rooster的武器从WhiteSoul替换为PurpleCrystal并调整参数
- 修改WhiteSoul的radius参数从200.0降低至100.0 - 移除WhiteSoul中的debugRebuild标志 - 更新Rooster的武器配置,使用PurpleCrystal替代WhiteSoul - 为PurpleCrystal添加debugRebuild=false配置
This commit is contained in:
@@ -13,7 +13,7 @@ costBeachball = 300
|
||||
store = {
|
||||
"atk": 10,
|
||||
"count": 1.0,
|
||||
"radius": 200.0
|
||||
"radius": 100.0
|
||||
}
|
||||
storeType = {
|
||||
"atk": 1,
|
||||
@@ -21,7 +21,6 @@ storeType = {
|
||||
"radius": 0.0
|
||||
}
|
||||
descriptionTemplate = "从天而降$count支目标位于鼠标位置半径$radius内的怪物灵魂,造成$atk点伤害。"
|
||||
debugRebuild = true
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_kcegs")
|
||||
|
||||
Reference in New Issue
Block a user