Aantioch_Infernum/_module/nss/hls_defaults.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

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;