mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
feat(Feed): 更新幸运签语饼属性和掉落物品粒子效果
- 为幸运签语饼添加新字段并调整属性值 - 在ItemDropped场景中添加粒子效果增强视觉表现 - 修复generateCardByQuality方法中weight调用参数缺失问题
This commit is contained in:
@@ -77,7 +77,7 @@ static var entityApplier = {
|
||||
entity.inventoryMax[ItemStore.ItemType.APPLE] += value
|
||||
,
|
||||
Entity.EXTRA_BULLET_COUNT: func(entity, value):
|
||||
entity.fields[Entity.OFFSET_SHOOT] += value * 2
|
||||
entity.fields[Entity.OFFSET_SHOOT] += value * 5
|
||||
,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user