.\README\attr.main\Ability\ForceFieldAbility>

ForceFieldAbility

extends 单位技能

主要属性

fieldtypedefaultnote
radiusfloat60.0力墙范围
regenfloat0.1力墙回复
maxfloat200.0力墙最大值
cooldownfloat60.0 * 5盾破后恢复时间

构造方法

public ForceFieldAbility(float radius, float regen, float max, float cooldown){
    this.radius = radius;
    this.regen = regen;
    this.max = max;
    this.cooldown = cooldown;
}