diff --git a/components/Weapons/LGBT.tscn b/components/Weapons/LGBT.tscn index e3888cb..e803445 100644 --- a/components/Weapons/LGBT.tscn +++ b/components/Weapons/LGBT.tscn @@ -15,7 +15,7 @@ store = { "angle": 30.0, "atk": 20.0, "count": 7.0, -"power": 0.2, +"power": 0.25, "trace": 2.0 } storeType = { @@ -25,9 +25,10 @@ storeType = { "power": 2.0, "trace": 0.0 } -descriptionTemplate = "发射$count条,每条间分隔$angle,可追踪$trace秒,效率为$power的带状彩虹,每条造成$atk点伤害。" +descriptionTemplate = "每$angle发射1/$count条以$power效率追踪$trace秒的飞星,造成$atk点伤害。" needEnergy = 30.0 cooldown = 500.0 +debugRebuild = true [node name="attack" parent="sounds" index="0"] stream = ExtResource("4_c5xse") @@ -36,7 +37,7 @@ stream = ExtResource("4_c5xse") texture = ExtResource("2_ou6jo") [node name="energy" parent="container/info/infos/energyInfo" index="1"] -text = "50.0" +text = "30.0" [node name="beachball" parent="container/info/infos/beachballInfo" index="1"] text = "500" @@ -52,5 +53,5 @@ typeTopicNameMap = { [node name="description" parent="container" index="2"] size_flags_vertical = 3 -text = "[center]发射[color=cyan]7[/color]条,每条间分隔[color=cyan]30.0°[/color],可追踪[color=cyan]2.00[/color]秒,效率为[color=cyan]15%[/color]的带状彩虹,每条造成[color=cyan]20[/color]点伤害。[/center]" +text = "[center]每[color=cyan]30.0°[/color]发射1/[color=cyan]7[/color]条以[color=cyan]25%[/color]效率追踪[color=cyan]2.00[/color]秒的飞星,造成[color=cyan]20[/color]点伤害。[/center]" autowrap_mode = 2 diff --git a/components/Weapons/VectorStar.tscn b/components/Weapons/VectorStar.tscn index 030af4b..42aca59 100644 --- a/components/Weapons/VectorStar.tscn +++ b/components/Weapons/VectorStar.tscn @@ -28,7 +28,7 @@ needEnergy = 25.0 texture = ExtResource("3_wfty8") [node name="energy" parent="container/info/infos/energyInfo" index="1"] -text = "20.0" +text = "25.0" [node name="beachball" parent="container/info/infos/beachballInfo" index="1"] text = "500"