TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
PrefixCategory.cs
Go to the documentation of this file.
1namespace Terraria.ModLoader;
2
3public enum PrefixCategory
4{
8 Melee,
12 Ranged,
16 Magic,
22 Custom
23}
@ Magic
Can modify the mana usage of the weapon.
@ Custom
Will not appear by default. Useful as prefixes for your own damage type.
@ Ranged
Can modify the shoot speed of the weapon.
@ Melee
Can modify the size of the weapon.