9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
|
|
//Wand variables
|
|
//This sets whether or not Wand Creation costs XP
|
|
int WANDXP = TRUE;
|
|
//This tweaks the base cost of Wand Creation. 750.0f is default
|
|
float WANDCOST = 750.0f;
|
|
//This sets whether or not Wand Creation fatigues the creator
|
|
int WANDFATIGUE = TRUE;
|