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

◆ PrefixesForSwords

int [] Terraria.GameContent.Prefixes.PrefixLegacy.Prefixes.PrefixesForSwords
static
Initial value:
= new int[40]
{
1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
11, 12, 13, 14, 15, 36, 37, 38, 53, 54,
55, 39, 40, 56, 41, 57, 42, 43, 44, 45,
46, 47, 48, 49, 50, 51, 59, 60, 61, 81
}

Definition at line 9 of file PrefixLegacy.cs.

10 {
11 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
12 11, 12, 13, 14, 15, 36, 37, 38, 53, 54,
13 55, 39, 40, 56, 41, 57, 42, 43, 44, 45,
14 46, 47, 48, 49, 50, 51, 59, 60, 61, 81
15 };

Referenced by Terraria.Item.GetRollablePrefixes().