mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 15:01:53 +08:00
加了最小值
This commit is contained in:
@@ -108,6 +108,10 @@ static var entityMaxValueMap = {
|
||||
Entity.BULLET_TRACE: 1,
|
||||
Entity.PERFECT_MISS_WINDOW: 0.8
|
||||
}
|
||||
static var entityMinValueMap = {
|
||||
Entity.ATTACK_SPEED: 0.05,
|
||||
Entity.DAMAGE_MULTIPILER: 0.01
|
||||
}
|
||||
static var entityApplier = {
|
||||
Entity.MAX_HEALTH: func(entity, value):
|
||||
entity.health += value
|
||||
|
||||
Reference in New Issue
Block a user