CreateProtectionFromAlignmentLink(int, int)
プロテクションフロムアライメントエフェクトを作ります。
effect CreateProtectionFromAlignmentLink( int nAlignment, int nPower = 1 );
Parameters
nAlignment
耐性の対象となるアライメント (ALIGNMENT_*)
nPower
プロテクトレベルの倍率 (デフォルト: 1)
Description
リンクエフェクトを作り、指定するアライメントからのプロテクションフロムアライメントのビジュアルアニメーションをします。
nPowerはプロテクション量の倍率です。基本倍率は指定したnAlignmentに対してACディフレクションボーナス+3、セービングスローボーナス+2(nPowerの値が3であれば、ACディフレクションボーナス+9、セービングスローボーナス+6)となります。
また、指定するアライメントの精神効果呪文に対する免疫効果を与えます。
Requirements
#include "nw_i0_spells"
Version
1.29
See Also
categories: | Spell Casting Effects Functions | Spells Functions |
constants: | ALIGNMENT_* Constants |
author: Charles Feduke, JP team: Redondo
Send comments on this topic.