GenerateTreasure(int, object, object)

これはNWN財宝分配システムのメイン関数です。

void GenerateTreasure(
    int nTreasureType,
    object oLastOpener,
    object oCreateOn
);

Parameters

nTreasureType

作成する財宝の種類

oLastOpener

入れ物を開けたObject

oCreateOn

作成した財宝を入れる入れ物


Description

この関数はNWNにおいてプレイヤーの全てが非常に貪欲に探し回る財宝を作成します。この関数は次々にCreate<item>関数の1つを呼出し、クラス/種族/熟練・魔法/非魔法・武器/鎧/アイテムを作成します。



Remarks

nw_o2_coninclude.nssで見つかります。Create<Weapons>スクリプトはnw_o2_featです。


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.