Example #1
0
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("Unstrung Fiberglass Bow");
     Tooltip.SetDefault("Not very useful without a bowstring\nMaybe you could find something to replace it");
     animation = new DrawAnimationManual(2);
     Main.RegisterItemAnimation(item.type, animation);
 }
Example #2
0
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("Tyrfing" /*"Felnum Broadsword"*/);
     Tooltip.SetDefault("Recieves 50% higher damage bonuses\nHold right click to stab\nBehold");
     animation       = new DrawAnimationManual(6);
     animation.Frame = 5;
     Main.RegisterItemAnimation(item.type, animation);
 }
Example #3
0
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("Laser Tag Gun");
     Tooltip.SetDefault("‘Once you're tagged follow through the safety guidelines and walk out of the chamber.’");
     animation = new DrawAnimationManual(1);
     Main.RegisterItemAnimation(item.type, animation);
     glowmask = Origins.AddGlowMask("Weapons/Other/Laser_Tag_Gun_Glow");
 }