1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +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
+3 -2
View File
@@ -113,8 +113,9 @@ static var entityMinValueMap = {
Entity.DAMAGE_MULTIPILER: 0.01
}
static var entityApplier = {
Entity.MAX_HEALTH: func(entity, value):
Entity.MAX_HEALTH: func(entity: EntityBase, value):
entity.health += value
entity.statebar.forceSync()
return true
,
Entity.EXTRA_APPLE_MAX: func(entity, value):
@@ -129,4 +130,4 @@ static var entityViewCastMap = {
}
static var entityNegativeFields: Array[Entity] = [
Entity.OFFSET_SHOOT
]
]