Exemplo n.º 1
0
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("Titan's Spin");
     Tooltip.SetDefault("Leaves a damaging trail");
     BTFAGlowmask.AddGlowMask(item.type, "ForgottenMemories/GlowMasks/TitanSpin");
 }
Exemplo n.º 2
0
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("Champion's Claymore");
     Tooltip.SetDefault("Fires an explosive sword beam");
     BTFAGlowmask.AddGlowMask(item.type, "ForgottenMemories/GlowMasks/BladeOfMight");
 }
Exemplo n.º 3
0
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("The Comet");
     Tooltip.SetDefault("Creates explosions on hit, has high velocity");
     BTFAGlowmask.AddGlowMask(item.type, "ForgottenMemories/GlowMasks/TheComet");
 }
 public override void SetStaticDefaults()
 {
     DisplayName.SetDefault("Verdure");
     Tooltip.SetDefault("Casts a damaging poison ball");
     BTFAGlowmask.AddGlowMask(item.type, "ForgottenMemories/GlowMasks/DandelionStaff");
 }