mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-09 03:22:53 +08:00
feat(游戏内容): 添加新饲料和调整现有饲料属性
添加巧克力(Choclate)和百合花冠(Flower)两种新饲料资源及配置 调整鸡蛋(Egg)和彩虹糖(RainbowCandy)的字段值和数值 修改初始饲料选择面板逻辑,排除武器类饲料并添加关闭面板功能 移除公鸡角色(Rooster)的旧武器并添加紫水晶武器(PurpleCrystal)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://riqkaxail0gj"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_ou8vj"]
|
||||
[ext_resource type="Texture2D" uid="uid://cjuwnp221i7cs" path="res://resources/feeds/choclate.png" id="2_8d6qo"]
|
||||
|
||||
[node name="Choclate" instance=ExtResource("1_ou8vj")]
|
||||
avatarTexture = ExtResource("2_8d6qo")
|
||||
displayName = "巧克力"
|
||||
quality = 0
|
||||
topic = 2
|
||||
fields = Array[int]([6])
|
||||
fieldValues = Array[float]([0.04])
|
||||
costs = Array[int]([0])
|
||||
costCounts = Array[int]([750])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_8d6qo")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
displayName = "巧克力"
|
||||
quality = 0
|
||||
topic = 2
|
||||
Reference in New Issue
Block a user