mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
d884e049a6
修改小鸡、酷可mc和熊谷凌角色的掉落物品数量范围,平衡游戏难度
73 lines
2.8 KiB
Plaintext
73 lines
2.8 KiB
Plaintext
[gd_scene load_steps=12 format=3 uid="uid://b0ncrvm8u4pox"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_goqmy"]
|
|
[ext_resource type="Script" path="res://scripts/Contents/Characters/Chick.gd" id="2_r6bub"]
|
|
[ext_resource type="Texture2D" uid="uid://7pkplcqqxvnp" path="res://resources/characters/chick/chick-a.svg" id="2_syddq"]
|
|
[ext_resource type="Texture2D" uid="uid://dj5dvqb8gsedr" path="res://resources/characters/chick/chick-b.svg" id="3_064jv"]
|
|
[ext_resource type="AudioStream" uid="uid://b7pxuov1id0ho" path="res://resources/sounds/effect/Pew.mp3" id="3_ik1xf"]
|
|
[ext_resource type="AudioStream" uid="uid://bgo8p1l77xrbe" path="res://resources/sounds/effect/Magic Spell.wav" id="4_2qabh"]
|
|
[ext_resource type="AudioStream" uid="uid://b10u6iir6uvqn" path="res://resources/sounds/effect/BigLaser.wav" id="4_mrsne"]
|
|
[ext_resource type="AudioStream" uid="uid://cee6rxv2uqynh" path="res://resources/sounds/effect/Flame.ogg" id="5_vcsbb"]
|
|
[ext_resource type="PackedScene" uid="uid://dny25qkcvtaa2" path="res://components/Effects/FirePot.tscn" id="6_kvx3n"]
|
|
[ext_resource type="AudioStream" uid="uid://dn6bijr513wyp" path="res://resources/sounds/effect/Drum Boing.wav" id="7_qjhwc"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_xji3d"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_syddq")
|
|
}],
|
|
"loop": true,
|
|
"name": &"idle",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_syddq")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_064jv")
|
|
}],
|
|
"loop": true,
|
|
"name": &"walk",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="Chick" instance=ExtResource("1_goqmy")]
|
|
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)])
|
|
appleCount = Vector2i(2, 4)
|
|
|
|
[node name="hurt" parent="sounds" index="3"]
|
|
stream = ExtResource("3_ik1xf")
|
|
|
|
[node name="attack0" parent="sounds" index="5"]
|
|
stream = ExtResource("4_2qabh")
|
|
|
|
[node name="attack1" type="AudioStreamPlayer2D" parent="sounds" index="6"]
|
|
stream = ExtResource("4_mrsne")
|
|
volume_db = -10.0
|
|
|
|
[node name="attack2" type="AudioStreamPlayer2D" parent="sounds" index="7"]
|
|
stream = ExtResource("5_vcsbb")
|
|
|
|
[node name="attack3" type="AudioStreamPlayer2D" parent="sounds" index="8"]
|
|
stream = ExtResource("7_qjhwc")
|
|
|
|
[node name="texture" parent="." index="2"]
|
|
position = Vector2(0, -37)
|
|
sprite_frames = SubResource("SpriteFrames_xji3d")
|
|
|
|
[node name="normal" type="Node2D" parent="texture/weapons" index="0"]
|
|
position = Vector2(30, -12)
|
|
|
|
[node name="firepot" parent="texture/weapons/normal" index="0" instance=ExtResource("6_kvx3n")]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="statebar" parent="." index="3" node_paths=PackedStringArray("entity")]
|
|
position = Vector2(0, -82)
|
|
entity = NodePath("..")
|