Method | Description | |
---|---|---|
AddBattleGear ( |
||
AddEquipment ( |
||
AddGem ( |
||
AddRandomArmor ( |
||
AddRandomWeapon ( |
||
GetRandomInt ( ) : int | ||
GetRandomInt ( int exclusiveMax ) : int |
public static AddBattleGear ( |
||
living | ||
return | void |
public static AddEquipment ( |
||
living | ||
itemID | ItemID | |
return | void |
public static AddGem ( |
||
living | ||
return | void |
public static AddRandomArmor ( |
||
living | ||
slot | ArmorSlot | |
return | void |
public static AddRandomWeapon ( |
||
living | ||
return | void |
public static GetRandomInt ( int exclusiveMax ) : int | ||
exclusiveMax | int | |
return | int |