|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Collaboration diagram for Terraria.WorldGen.TenthAnniversaryWorldInfo: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 832 of file WorldGen.cs.