mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-25 04:52:29 +08:00
feat: 添加彩虹猫子弹命中效果和武器平衡调整
- 为彩虹猫子弹添加命中时的爆炸效果和随机旋转 - 调整多个武器的数值平衡,包括BigLaser、VectorStar、LGBT和Meowmere - 为子弹添加穿透伤害衰减属性 - 更新Meowmere武器的描述和数值 - 添加CatBoom特效场景 - 从Rooster角色中移除部分武器 - 为World场景添加纹理过滤设置
This commit is contained in:
@@ -12,16 +12,18 @@ quality = 2
|
||||
typeTopic = 3
|
||||
costBeachball = 600
|
||||
store = {
|
||||
"atk": 10,
|
||||
"childatk": 5,
|
||||
"count": 1.0
|
||||
"atk": 15,
|
||||
"childatk": 10,
|
||||
"count": 1.0,
|
||||
"reduce": 0.25
|
||||
}
|
||||
storeType = {
|
||||
"atk": 1,
|
||||
"childatk": 1,
|
||||
"count": 1.0
|
||||
"count": 1.0,
|
||||
"reduce": 2
|
||||
}
|
||||
descriptionTemplate = "发射$count只造成$childatk点伤害的[b]彩虹猫[/b]的同时挥舞造成$atk点伤害。"
|
||||
descriptionTemplate = "发射$count只伤害以$reduce衰减的造成$childatk点伤害的[b]彩虹猫[/b]的同时挥舞造成$atk点伤害。"
|
||||
cooldown = 200.0
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
@@ -36,4 +38,4 @@ quality = 2
|
||||
typeTopic = 3
|
||||
|
||||
[node name="description" parent="container" index="2"]
|
||||
text = "[center]发射[color=cyan]1[/color]→[color=yellow]1[/color]只造成[color=cyan]5[/color]→[color=yellow]3[/color]点伤害的[b]彩虹猫[/b]的同时挥舞造成[color=cyan]15[/color]→[color=yellow]22[/color]点伤害。[/center]"
|
||||
text = "[center]发射[color=cyan]1[/color]→[color=yellow]1[/color]只伤害以[color=cyan]25%[/color]→[color=yellow]23%[/color]衰减的造成[color=cyan]5[/color]→[color=yellow]7[/color]点伤害的[b]彩虹猫[/b]的同时挥舞造成[color=cyan]10[/color]→[color=yellow]13[/color]点伤害。[/center]"
|
||||
|
||||
Reference in New Issue
Block a user