1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00
Files
Dog-Lynx-And-HCN/components/Feeds/YellowJam.tscn
T
fallingshrimp c0ea5c9c68 feat(Feeds): 添加新饲料资源并调整现有饲料属性
添加番茄、核桃、酸奶等新饲料资源图片及配置
调整鸡蛋、胡萝卜等饲料的数值属性
更新FeedFilter组件的目标字段和刷新行为
2025-12-07 14:51:54 +08:00

23 lines
769 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://cuggrw1eiwlox"]
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_evi6p"]
[ext_resource type="Texture2D" uid="uid://d3rkwlf75hvva" path="res://resources/feeds/jar-b.svg" id="2_bea7w"]
[node name="YellowJam" instance=ExtResource("1_evi6p")]
avatarTexture = ExtResource("2_bea7w")
displayName = "蜂蜜果酱"
quality = 2
topic = 4
fields = Array[int]([3, 1])
fieldValues = Array[float]([-0.08, 0.15])
costs = Array[int]([0, 1])
costCounts = Array[int]([200, 125])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_bea7w")
[node name="name" parent="container/info" index="1"]
displayName = "蜂蜜果酱"
quality = 2
topic = 4