mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
feat: 添加鸡蛋资源并实现字段显示优势功能
- 新增鸡蛋资源文件及导入配置 - 在FieldShow组件中添加showAdvantage属性控制优势显示 - 修正武器类默认名称错误 - 添加entityNegativeFields数组存储负数字段
This commit is contained in:
@@ -118,4 +118,7 @@ static var entityViewCastMap = {
|
||||
Entity.EXTRA_APPLE_MAX: func(entity, _value):
|
||||
return entity.inventoryMax[ItemStore.ItemType.APPLE]
|
||||
,
|
||||
}
|
||||
}
|
||||
static var entityNegativeFields: Array[Entity] = [
|
||||
Entity.OFFSET_SHOOT
|
||||
]
|
||||
Reference in New Issue
Block a user