1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-29 23:41:54 +08:00
Files
Dog-Lynx-And-HCN/components/Feeds/Flower.tscn
T
fallingshrimp 31025beda9 feat(游戏内容): 添加新饲料和调整现有饲料属性
添加巧克力(Choclate)和百合花冠(Flower)两种新饲料资源及配置
调整鸡蛋(Egg)和彩虹糖(RainbowCandy)的字段值和数值
修改初始饲料选择面板逻辑,排除武器类饲料并添加关闭面板功能
移除公鸡角色(Rooster)的旧武器并添加紫水晶武器(PurpleCrystal)
2026-01-30 12:21:02 +08:00

23 lines
786 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://ce5dd3yjwdsl0"]
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_7j382"]
[ext_resource type="Texture2D" uid="uid://ccmcnmt3b60k5" path="res://resources/feeds/flower.png" id="2_bj1le"]
[node name="Flower" instance=ExtResource("1_7j382")]
avatarTexture = ExtResource("2_bj1le")
displayName = "百合花冠"
quality = 4
topic = 2
fields = Array[int]([7, 3, 13, 1])
fieldValues = Array[float]([180.0, -0.35, 10.0, 0.1])
costs = Array[int]([0, 1])
costCounts = Array[int]([500, 500])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_bj1le")
[node name="name" parent="container/info" index="1"]
displayName = "百合花冠"
quality = 4
topic = 2