extends 单位技能
field | type | default | note |
---|---|---|---|
amount | float | 1 | 防御恢复值 |
max | float | 100.0 | 防御最大值 |
reload | float | 100 | 恢复波重载 |
range | float | 60 | 防御波范围 |
applyEffect | Effect | Fx.shieldApply | 被影响单位特效 |
activeEffect | Effect | Fx.shieldWave | 防御波特效 |
parentizeEffect | boolean | false |
public ShieldRegenFieldAbility(float amount, float max, float reload, float range){ this.amount = amount; this.max = max; this.reload = reload; this.range = range; }