CreateSpecificWizardWeapon(object, object, int)

ランダム財宝分配システムの一部として、特殊なウィザード武器を出現させます。

void CreateSpecificWizardWeapon(
    object oTarget,
    object oAdventurer,
    int nModifier
);

Parameters

oTarget

アイテムを作成する入れ物

oAdventurer

プレイヤーオブジェクト

nModifier

Modifier for the PC Level


Description

NWN財宝分配システムの一部として、入れ物を開けたPCのレベルに基づき、特殊なウィザード用武器を作成します。



Remarks

nw_o2_coninclude.nssで見つかります。


Requirements

#include "nw_o2_coninclude"

Version

1.22

See Also

categories: Item Creation Functions


 author: Michael Nork, JP team: Rainie
 Send comments on this topic.