CreateGold(object, object, int, int)
ランダム財宝分配システムの一部として、ゴールドを出現させます。
void CreateGold( object oTarget, object oAdventurer, int nTreasureType, int nModifier );
Parameters
oTarget
アイテムを作成する入れ物
oAdventurer
プレイヤーオブジェクト
nTreasureType
作成する財宝の種類
nModifier
PCレベル修正値(デフォルト:0)
Description
NWN財宝分配システムの一部として、入れ物を開けたPCのレベル+nModifierに基づき、一ゴールドを作成します。
少なくとも1gpが出現します。
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.