1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-07-10 12:02:54 +08:00

feat(游戏内容): 添加新饲料和调整现有饲料属性

添加巧克力(Choclate)和百合花冠(Flower)两种新饲料资源及配置
调整鸡蛋(Egg)和彩虹糖(RainbowCandy)的字段值和数值
修改初始饲料选择面板逻辑,排除武器类饲料并添加关闭面板功能
移除公鸡角色(Rooster)的旧武器并添加紫水晶武器(PurpleCrystal)
This commit is contained in:
2026-01-30 12:21:02 +08:00
parent 5a4ab83188
commit 31025beda9
10 changed files with 134 additions and 14 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ displayName = "彩虹糖"
quality = 3
topic = 4
fields = Array[int]([1, 5, 6, 13, 7, 3])
fieldValues = Array[float]([0.5, 0.75, 0.1, 3.0, 25.0, -0.8])
fieldValues = Array[float]([0.5, 0.75, 0.3, 3.0, 30.0, -0.8])
costs = Array[int]([0, 3])
costCounts = Array[int]([700, 100])