mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-03 00:32:12 +08:00
feat(Feeds): 添加新饲料资源并调整现有饲料属性
添加番茄、核桃、酸奶等新饲料资源图片及配置 调整鸡蛋、胡萝卜等饲料的数值属性 更新FeedFilter组件的目标字段和刷新行为
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dtkfw8j0vkwyr"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_8vvjq"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxpup20qfexvu" path="res://resources/feeds/walnut.png" id="2_e8h4u"]
|
||||
[ext_resource type="Texture2D" uid="uid://pvcwt58hsg5i" path="res://resources/feeds/Taco.svg" id="2_qok10"]
|
||||
|
||||
[node name="Walnut" instance=ExtResource("1_8vvjq")]
|
||||
avatarTexture = ExtResource("2_e8h4u")
|
||||
displayName = "核桃"
|
||||
quality = 4
|
||||
topic = 2
|
||||
fields = Array[int]([13, 22, 23, 24])
|
||||
fieldValues = Array[float]([0.15, 0.1, 0.12, 0.03])
|
||||
costs = Array[int]([0, 1])
|
||||
costCounts = Array[int]([1000, 2000])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_qok10")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
displayName = "塔克"
|
||||
quality = 3
|
||||
topic = 2
|
||||
Reference in New Issue
Block a user