Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Attributes | |
static int[] | GoodPrefixIdsForAccessory = new int[4] { 65, 68, 72, 76 } |
static int[] | GoodPrefixIdsForMeleeWeapon = new int[3] { 81, 59, 57 } |
static int[] | GoodPrefixIdsForRangedWeapon = new int[3] { 82, 57, 60 } |
static int[] | GoodPrefixIdsForMagicWeapon = new int[3] { 83, 57, 60 } |
static int[] | GoodPrefixIdsForSummonerWeapon = new int[3] { 83, 57, 60 } |
Definition at line 598 of file WorldGen.cs.