diff --git a/components/Weapons/ChainGun.tscn b/components/Weapons/ChainGun.tscn index ccb83b4..a2ebb99 100644 --- a/components/Weapons/ChainGun.tscn +++ b/components/Weapons/ChainGun.tscn @@ -10,9 +10,9 @@ avatarTexture = ExtResource("2_ghn43") displayName = "链式机枪" costBeachball = 400 store = { -"atk": 7, +"atk": 10, "count": 1, -"split": 20 +"split": 30 } storeType = { "atk": 1, @@ -20,9 +20,8 @@ storeType = { "split": 1 } descriptionTemplate = "以$split单位的间隔发射$count个[b]微型水晶[/b],可造成$atk点伤害。" -needEnergy = 1.0 +needEnergy = 2.0 cooldown = 50.0 -debugRebuild = true [node name="avatar" parent="container/info" index="0"] texture = ExtResource("2_ghn43") @@ -37,4 +36,4 @@ text = "400" displayName = "链式机枪" [node name="description" parent="container" index="2"] -text = "[center]以[color=cyan]20[/color]→[color=yellow]0[/color]单位的间隔发射[color=cyan]1[/color]→[color=yellow]1[/color]个[b]微型水晶[/b],可造成[color=cyan]7[/color]→[color=yellow]9[/color]点伤害。[/center]" +text = "[center]以[color=cyan]30[/color]→[color=yellow]28[/color]单位的间隔发射[color=cyan]1[/color]→[color=yellow]1[/color]个[b]微型水晶[/b],可造成[color=cyan]10[/color]→[color=yellow]12[/color]点伤害。[/center]" diff --git a/components/Weapons/LGBT.tscn b/components/Weapons/LGBT.tscn index 89797e4..578cd42 100644 --- a/components/Weapons/LGBT.tscn +++ b/components/Weapons/LGBT.tscn @@ -28,7 +28,7 @@ storeType = { "trace": 0.0 } descriptionTemplate = "每$angle发射1/$count条以$power效率追踪$trace秒的[b]七彩光标[/b],每条造成$atk点伤害。" -needEnergy = 50.0 +needEnergy = 25.0 cooldown = 1000.0 [node name="attack" parent="sounds" index="0"] @@ -40,6 +40,9 @@ texture = ExtResource("2_ou6jo") [node name="energy" parent="container/info/infos/energyInfo" index="1"] text = "50.0" +[node name="beachball" parent="container/info/infos/beachballInfo" index="1"] +text = "200" + [node name="name" parent="container/info" index="2"] displayName = "彩虹旗" quality = 4 diff --git a/components/Weapons/Meowmere.tscn b/components/Weapons/Meowmere.tscn index d2d0152..61fc14f 100644 --- a/components/Weapons/Meowmere.tscn +++ b/components/Weapons/Meowmere.tscn @@ -24,6 +24,7 @@ storeType = { "reduce": 2 } descriptionTemplate = "发射$count只伤害以$reduce衰减的造成$childatk点伤害的[b]彩虹猫[/b]的同时挥舞造成$atk点伤害。" +needEnergy = 1.0 cooldown = 200.0 [node name="avatar" parent="container/info" index="0"] @@ -38,4 +39,4 @@ quality = 2 typeTopic = 3 [node name="description" parent="container" index="2"] -text = "[center]发射[color=cyan]1[/color]→[color=yellow]1[/color]只伤害以[color=cyan]25%[/color]→[color=yellow]23%[/color]衰减的造成[color=cyan]10[/color]→[color=yellow]12[/color]点伤害的[b]彩虹猫[/b]的同时挥舞造成[color=cyan]15[/color]→[color=yellow]18[/color]点伤害。[/center]" +text = "[center]发射[color=cyan]1[/color]→[color=yellow]1[/color]只伤害以[color=cyan]25%[/color]→[color=yellow]23%[/color]衰减的造成[color=cyan]12[/color]→[color=yellow]28[/color]点伤害的[b]彩虹猫[/b]的同时挥舞造成[color=cyan]10[/color]→[color=yellow]13[/color]点伤害。[/center]" diff --git a/components/Weapons/VectorStar.tscn b/components/Weapons/VectorStar.tscn index 6fe8957..683eb95 100644 --- a/components/Weapons/VectorStar.tscn +++ b/components/Weapons/VectorStar.tscn @@ -23,9 +23,8 @@ storeType = { "mincount": 1.0 } descriptionTemplate = "发射$mincount~$maxcount个[b]无主的飞星[/b],在$forwardtime秒后向目标冲刺并造成$atk点伤害。" -needEnergy = 10.0 +needEnergy = 5.0 cooldown = 500.0 -debugRebuild = true [node name="avatar" parent="container/info" index="0"] texture = ExtResource("3_wfty8") @@ -41,4 +40,4 @@ displayName = "矢量核心" quality = 2 [node name="description" parent="container" index="2"] -text = "[center]发射[color=cyan]5[/color]→[color=yellow]5[/color]~[color=cyan]10[/color]→[color=yellow]11[/color]个[b]无主的飞星[/b],在[color=cyan]0.75[/color]→[color=yellow]0.74[/color]秒后向目标冲刺并造成[color=cyan]7[/color]→[color=yellow]12[/color]点伤害。[/center]" +text = "[center]发射[color=cyan]5[/color]→[color=yellow]5[/color]~[color=cyan]10[/color]→[color=yellow]11[/color]个[b]无主的飞星[/b],在[color=cyan]0.75[/color]→[color=yellow]0.71[/color]秒后向目标冲刺并造成[color=cyan]7[/color]→[color=yellow]12[/color]点伤害。[/center]"