CreatePotion(object, object, int)

ランダム財宝分配システムの一部として、ランダムなポーションを作成します。

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

Parameters

oTarget

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

oAdventurer

レベルを参照するプレイヤーキャラクター

nModifier

財宝のレベルを上昇させる修正値


Description

この関数はoAdventurerのレベルとnModifierに基づき、入れ物の中にランダムなポーションを作成します。この関数はNWN財宝分配システムの一部です。



Requirements

#include "nw_o2_coninclude"

Version

1.28

See Also

categories: Item Creation Functions


author: Michael Nork, editor: Charles Feduke, additional contributor(s): LeegleechN, JP team: Rainie
Send comments on this topic.