44776 {
44777
44778
44779
44780
44781
44782
44786 if (Main.rand.Next(6) == 0)
44787 {
44788 Dust dust = Dust.NewDustPerfect(
base.Center, 267);
44790 dust.noGravity = true;
44791 dust.alpha = 100;
44793 dust.noLightEmittence = true;
44794 dust.scale *= 1.5f;
44795 }
44796 }
Vector2 velocity
The velocity of this Entity in world coordinates per tick.
Color GetFairyQueenWeaponsColor(float alphaChannelMultiplier=1f, float lerpToWhite=0f, float? rawHueOverride=null)
float[] ai
An array with 3 slots used for any sort of data storage, which is occasionally synced to the server....
int alpha
How transparent to draw this projectile. 0 to 255. 255 is completely transparent. ExampleBulletsets...
float rotation
Rotation of the projectile. Radians not Degrees. Use T:Microsoft.Xna.Framework.MathHelper if you want...