1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-12 14:47:13 +08:00

feat(FieldStore): 同步状态栏当最大生命值变化时

refactor(Feeds): 调整鸡蛋属性和消耗资源
- 提升鸡蛋品质为4
- 移除字段1及其效果
- 调整消耗资源和数量

feat(Feeds): 新增咸亨记账簿道具
- 添加新道具HXD
- 设置基础属性和武器

refactor(Characters): 移除Rooster中的HXD武器
This commit is contained in:
2026-02-02 12:21:48 +08:00
parent a0d4e5424d
commit 2ebc2bd05e
4 changed files with 32 additions and 12 deletions
+6 -6
View File
@@ -6,17 +6,17 @@
[node name="Egg" instance=ExtResource("1_pda12")]
avatarTexture = ExtResource("2_4crt5")
displayName = "鸡蛋"
quality = 3
quality = 4
topic = 3
fields = Array[int]([3, 7, 1])
fieldValues = Array[float]([1.0, -360.0, -0.45])
costs = Array[int]([0, 1])
costCounts = Array[int]([500, 300])
fields = Array[int]([3, 7])
fieldValues = Array[float]([2.0, -360.0])
costs = Array[int]([2, 4])
costCounts = Array[int]([5, 5])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_4crt5")
[node name="name" parent="container/info" index="1"]
displayName = "鸡蛋"
quality = 3
quality = 4
topic = 3