mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
feat(战斗系统): 实现实体格挡效果并增强武器伤害配置
添加ParryEntity效果,用于实体格挡时的视觉表现 修改Tree武器攻击逻辑,增加基础伤害配置 优化Parrier子弹格挡逻辑,修正效果生成位置
This commit is contained in:
@@ -19,4 +19,5 @@ func attack(entity: EntityBase):
|
||||
bullet.maxParryTimes = readStore("count")
|
||||
bullet.maxBallCount = readStore("max")
|
||||
bullet.reflectRate = readStore("rate")
|
||||
bullet.baseDamage = readStore("atk")
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user