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