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

◆ PrefixCategory

Enumerator
Melee 

Can modify the size of the weapon.

Ranged 

Can modify the shoot speed of the weapon.

Magic 

Can modify the mana usage of the weapon.

AnyWeapon 
Accessory 
Custom 

Will not appear by default. Useful as prefixes for your own damage type.

Definition at line 3 of file PrefixCategory.cs.

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.