mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-29 23:41:54 +08:00
d884e049a6
修改小鸡、酷可mc和熊谷凌角色的掉落物品数量范围,平衡游戏难度
51 lines
1.5 KiB
Plaintext
51 lines
1.5 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://d4lfjwy0hkidu"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_r4q7y"]
|
|
[ext_resource type="Texture2D" uid="uid://c1jhrutky8pya" path="res://resources/characters/kukemc/avatar.webp" id="2_422pv"]
|
|
[ext_resource type="Script" path="res://scripts/Contents/Characters/KukeMC.gd" id="2_s2dg5"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_1c0ui"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_422pv")
|
|
}],
|
|
"loop": true,
|
|
"name": &"idle",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_422pv")
|
|
}],
|
|
"loop": true,
|
|
"name": &"walk",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_farlp"]
|
|
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)])
|
|
metadata/_edit_vertical_guides_ = [76.0]
|
|
|
|
[node name="collect" parent="sounds" index="4"]
|
|
stream = null
|
|
|
|
[node name="texture" parent="." index="2"]
|
|
sprite_frames = SubResource("SpriteFrames_1c0ui")
|
|
animation = &"walk"
|
|
|
|
[node name="hitbox" parent="texture/hurtbox" index="0"]
|
|
shape = SubResource("RectangleShape2D_farlp")
|
|
|
|
[node name="normal" type="Node2D" parent="texture/weapons" index="0"]
|
|
position = Vector2(-22, 18)
|
|
|
|
[node name="statebar" parent="." index="3"]
|
|
position = Vector2(0, -140)
|