CreateGem(object, object, int, int)
NWN財宝分配システムの一部として宝石を作成します。
void CreateGem( object oTarget, object oAdventurer, int nTreasureType, int nModifier = 0 );
Parameters
oTarget
アイテムを作成する入れ物
oAdventurer
プレイヤーオブジェクト
nTreasureType
作成する宝石の種類
nModifier
宝石の価値を引き上げる修正値(デフォルト:0)
Description
少なくとも1gpの価値の宝石を作成します。PCのレベルとnModifierに基づきもっと高くなります。
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.