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

◆ IsSpecialist

bool [] Terraria.ID.AmmoID.Sets.IsSpecialist = Factory.CreateBoolSet(false, Rocket, StyngerBolt, JackOLantern, NailFriendly, Coin, Flare, Dart, Snowball, Sand, FallenStar, Gel)
static

If true for a given item type (F:Terraria.Item.type), then items of that type are counted as specialist ammo for the purposes of F:Terraria.Player.specialistDamage.
Defaults to false.

Definition at line 130 of file AmmoID.cs.

Referenced by Terraria.Player.GetWeaponDamage(), and Terraria.Player.PickAmmo().