mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
32f5adfce4
修改多种食物的属性值,包括西瓜、泡芙、塔克和牛奶的数值调整 提高敌人每波生命值和伤害增长的百分比
21 lines
736 B
Plaintext
21 lines
736 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://ub2joo082noq"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_bbid3"]
|
|
[ext_resource type="Texture2D" uid="uid://m2q78i18f1do" path="res://resources/feeds/watermelon-c.svg" id="2_htt7g"]
|
|
|
|
[node name="Xigua-Half" instance=ExtResource("1_bbid3")]
|
|
avatarTexture = ExtResource("2_htt7g")
|
|
displayName = "一片西瓜"
|
|
quality = 0
|
|
fields = Array[int]([0])
|
|
fieldValues = Array[float]([10.0])
|
|
costs = Array[int]([0])
|
|
costCounts = Array[int]([50])
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("2_htt7g")
|
|
|
|
[node name="name" parent="container/info" index="1"]
|
|
displayName = "一片西瓜"
|
|
quality = 0
|