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

◆ minionSlots

float Terraria.Projectile.minionSlots

Set to 1f on a minion to count it towards the minion limit of the summoning player (Optic Staff summons two minions at once with 0.5f each)
Make sure to set F:Terraria.ID.ItemID.Sets.StaffMinionSlotsRequired for the minion summoning item to the sum of the minionSlots values of the minions that will be spawned.
Defaults to 0f.

Definition at line 327 of file Projectile.cs.

Referenced by Terraria.Projectile.SetDefaults(), and Terraria.Projectile.Update().