mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-09 03:22:53 +08:00
feat(Feeds): 添加新饲料资源并调整现有饲料属性
添加番茄、核桃、酸奶等新饲料资源图片及配置 调整鸡蛋、胡萝卜等饲料的数值属性 更新FeedFilter组件的目标字段和刷新行为
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://pumjscgt5b1s"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_4u06l"]
|
||||
[ext_resource type="Texture2D" uid="uid://dsamh2u7a2bmw" path="res://resources/feeds/carrot.png" id="2_341bf"]
|
||||
[ext_resource type="Texture2D" uid="uid://cf7sknxtrba4c" path="res://resources/feeds/three-fish.png" id="2_j0h7o"]
|
||||
|
||||
[node name="Fish3" instance=ExtResource("1_4u06l")]
|
||||
avatarTexture = ExtResource("2_j0h7o")
|
||||
displayName = "三文鱼片"
|
||||
quality = 3
|
||||
topic = 1
|
||||
fields = Array[int]([26, 0])
|
||||
fieldValues = Array[float]([0.02, -3.0])
|
||||
costs = Array[int]([0, 1])
|
||||
costCounts = Array[int]([700, 1500])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_341bf")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
displayName = "胡萝卜"
|
||||
quality = 2
|
||||
topic = 5
|
||||
Reference in New Issue
Block a user