Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ PrefixesForMagicAndSummons

int [] Terraria.GameContent.Prefixes.PrefixLegacy.Prefixes.PrefixesForMagicAndSummons
static
Initial value:
= new int[36]
{
26, 27, 28, 29, 30, 31, 32, 33, 34, 35,
52, 36, 37, 38, 53, 54, 55, 39, 40, 56,
41, 57, 42, 43, 44, 45, 46, 47, 48, 49,
50, 51, 59, 60, 61, 83
}

Definition at line 31 of file PrefixLegacy.cs.

32 {
33 26, 27, 28, 29, 30, 31, 32, 33, 34, 35,
34 52, 36, 37, 38, 53, 54, 55, 39, 40, 56,
35 41, 57, 42, 43, 44, 45, 46, 47, 48, 49,
36 50, 51, 59, 60, 61, 83
37 };

Referenced by Terraria.Item.GetRollablePrefixes().