mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-11 14:17:13 +08:00
b03508a2e1
更新甜甜圈、团子、水杯和塔克的食物组件属性,包括品质等级、消耗数量和效果值。主要调整了各食物的平衡性参数,提升游戏体验。
21 lines
729 B
Plaintext
21 lines
729 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://droytqrm4swm1"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_vfxjq"]
|
|
[ext_resource type="Texture2D" uid="uid://doyq5mp7wvv7s" path="res://resources/feeds/glass water-a.svg" id="2_gsfud"]
|
|
|
|
[node name="WaterBottle" instance=ExtResource("1_vfxjq")]
|
|
avatarTexture = ExtResource("2_gsfud")
|
|
displayName = "水杯"
|
|
quality = 4
|
|
fields = Array[int]([3])
|
|
fieldValues = Array[float]([0.25])
|
|
costs = Array[int]([1])
|
|
costCounts = Array[int]([250])
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("2_gsfud")
|
|
|
|
[node name="name" parent="container/info" index="1"]
|
|
displayName = "水杯"
|
|
quality = 3
|