EffectAbilityIncrease(int, int)

objectの指定した能力値を増大させます

effect EffectAbilityIncrease(
    int nAbilityToIncrease,
    int nModifyBy
);

Parameters

nAbilityToIncrease

ABILITY_*

nModifyBy

増大させる能力値の量


Description

objectの能力値は最高10までの指定された量を修正されます



Version

1.26

See Also

functions: ApplyEffectToObject | EffectAbilityDecrease | EffectAttackDecrease | EffectAttackIncrease
categories: Effects Functions
constants: ABILITY_* Constants


author: Jody Fletcher, editor: Charles Feduke, additional contributor(s): Jeremy Hinkle, JP team: akito
Send comments on this topic.