mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-04 02:37:12 +08:00
32f5adfce4
修改多种食物的属性值,包括西瓜、泡芙、塔克和牛奶的数值调整 提高敌人每波生命值和伤害增长的百分比
21 lines
713 B
Plaintext
21 lines
713 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c52nrkruwwhyd"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_iixnt"]
|
|
[ext_resource type="Texture2D" uid="uid://pvcwt58hsg5i" path="res://resources/feeds/Taco.svg" id="2_eed3c"]
|
|
|
|
[node name="Taco" instance=ExtResource("1_iixnt")]
|
|
avatarTexture = ExtResource("2_eed3c")
|
|
displayName = "塔克"
|
|
quality = 3
|
|
fields = Array[int]([13])
|
|
fieldValues = Array[float]([0.24])
|
|
costs = Array[int]([1])
|
|
costCounts = Array[int]([200])
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("2_eed3c")
|
|
|
|
[node name="name" parent="container/info" index="1"]
|
|
displayName = "塔克"
|
|
quality = 2
|