mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-31 08:21:54 +08:00
refactor(Characters): 更新公鸡角色的武器配置
将公鸡角色的武器从SevenSoul和LGBT更换为PurpleCrystal和VectorStar,并调整默认波次数据为WAVE_NORMAL
This commit is contained in:
@@ -143,8 +143,8 @@ alpha_curve = SubResource("CurveTexture_8q862")
|
||||
[node name="Bear" instance=ExtResource("1_3ves7")]
|
||||
script = ExtResource("2_kh2af")
|
||||
displayName = "熊谷凌"
|
||||
drops = Array[int]([0, 1, 4])
|
||||
dropCounts = Array[Vector2]([Vector2(50, 100), Vector2(70, 140), Vector2(2, 4)])
|
||||
drops = Array[int]([0, 1])
|
||||
dropCounts = Array[Vector2]([Vector2(50, 100), Vector2(70, 140)])
|
||||
metadata/_edit_vertical_guides_ = [-50.0]
|
||||
|
||||
[node name="attack0" parent="sounds" index="5"]
|
||||
|
||||
@@ -37,8 +37,8 @@ animations = [{
|
||||
script = ExtResource("2_r6bub")
|
||||
isBoss = true
|
||||
displayName = "小鸡"
|
||||
drops = Array[int]([0, 1, 4])
|
||||
dropCounts = Array[Vector2]([Vector2(10, 30), Vector2(15, 50), Vector2(1, 2)])
|
||||
drops = Array[int]([0, 1])
|
||||
dropCounts = Array[Vector2]([Vector2(10, 30), Vector2(15, 50)])
|
||||
appleCount = Vector2i(2, 4)
|
||||
|
||||
[node name="hurt" parent="sounds" index="3"]
|
||||
|
||||
@@ -29,8 +29,8 @@ size = Vector2(150, 150)
|
||||
[node name="KukeMC" instance=ExtResource("1_r4q7y")]
|
||||
script = ExtResource("2_s2dg5")
|
||||
displayName = "酷可mc"
|
||||
drops = Array[int]([0, 1, 4])
|
||||
dropCounts = Array[Vector2]([Vector2(20, 40), Vector2(25, 100), Vector2(1, 3)])
|
||||
drops = Array[int]([0, 1])
|
||||
dropCounts = Array[Vector2]([Vector2(20, 40), Vector2(25, 100)])
|
||||
metadata/_edit_vertical_guides_ = [76.0]
|
||||
|
||||
[node name="collect" parent="sounds" index="4"]
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
[ext_resource type="Script" path="res://scripts/Contents/Characters/Rooster.gd" id="2_oqdqd"]
|
||||
[ext_resource type="Texture2D" uid="uid://fn8qx72clh38" path="res://resources/characters/cock/rooster-a.svg" id="2_q0j6j"]
|
||||
[ext_resource type="AudioStream" uid="uid://dclinyhu256xi" path="res://resources/sounds/effect/Low Whoosh.mp3" id="3_4syso"]
|
||||
[ext_resource type="PackedScene" uid="uid://c5y4g70evwy46" path="res://components/Weapons/SevenSoul.tscn" id="3_6e3s5"]
|
||||
[ext_resource type="Texture2D" uid="uid://ci2ik43ce82uy" path="res://resources/characters/cock/rooster-b.svg" id="3_b0fgx"]
|
||||
[ext_resource type="PackedScene" uid="uid://wl8u5m52708w" path="res://components/Weapons/LGBT.tscn" id="4_7hjom"]
|
||||
[ext_resource type="PackedScene" uid="uid://c0n3igy4hucrg" path="res://components/Weapons/PurpleCrystal.tscn" id="3_cyreu"]
|
||||
[ext_resource type="AudioStream" uid="uid://cdrevrq7n6yqa" path="res://resources/sounds/effect/Boing.mp3" id="4_66s6c"]
|
||||
[ext_resource type="AudioStream" uid="uid://benyec5bqni0b" path="res://resources/sounds/effect/Chomp.wav" id="4_k0yme"]
|
||||
[ext_resource type="PackedScene" uid="uid://bb1uh8k7gkhr7" path="res://components/Weapons/VectorStar.tscn" id="4_re2px"]
|
||||
[ext_resource type="AudioStream" uid="uid://dmxh3bpk8vyy5" path="res://resources/sounds/effect/Coin.mp3" id="5_xnbhq"]
|
||||
[ext_resource type="AudioStream" uid="uid://4wuuf1osk0yv" path="res://resources/sounds/effect/Low Boing.wav" id="6_m5px1"]
|
||||
[ext_resource type="AudioStream" uid="uid://b10u6iir6uvqn" path="res://resources/sounds/effect/BigLaser.wav" id="8_7dhim"]
|
||||
@@ -45,10 +45,11 @@ displayName = "公鸡"
|
||||
[node name="weaponStore" parent="." index="0"]
|
||||
process_mode = 4
|
||||
|
||||
[node name="SevenSoul" parent="weaponStore" index="0" instance=ExtResource("3_6e3s5")]
|
||||
offset_bottom = 330.0
|
||||
[node name="PurpleCrystal" parent="weaponStore" index="0" instance=ExtResource("3_cyreu")]
|
||||
debugRebuild = false
|
||||
|
||||
[node name="LGBT" parent="weaponStore" index="1" instance=ExtResource("4_7hjom")]
|
||||
[node name="VectorStar" parent="weaponStore" index="1" instance=ExtResource("4_re2px")]
|
||||
debugRebuild = false
|
||||
|
||||
[node name="sprint" parent="sounds" index="0"]
|
||||
stream = ExtResource("4_66s6c")
|
||||
|
||||
@@ -30,7 +30,7 @@ static var WAVE_TESTBOSS_CHICK = [
|
||||
Wave.create("Chick", 0, 0, true, 0, INF, 10),
|
||||
]
|
||||
static var WAVE_EMPTY = []
|
||||
static var data = WAVE_TESTBOSS_CHICK
|
||||
static var data = WAVE_NORMAL
|
||||
|
||||
static func customStart():
|
||||
if false:
|
||||
|
||||
Reference in New Issue
Block a user