Pixel Art JANT's sprites

Ladybug.pngHarpy Armor Male.png Lihzahrd Sword.png
Granite Core.png
Shroomite Sword.png Shroomite Rocket Launcher.png Frost hammer.png Lihzahrd Spear.png Frost Shards.png Shroom Storm.png Solar Flare.png Spectre.png Soulcaliber.png Spectre Bow.png Cursed Skull Staff.png Harpy Staff.png yeah I know this is my first thread I made So i need help.
 
I would like to put a request in if I may?
okay so just a normal generic green and yellow dinosaur onzie but in terraria fashion as in there's a terraria male Sprite wering it
 
Laser shotgun is a really nice concept, the only thing is is that it needs to not be able to pierce, piercing weapons negate the ability to deal damage more than a couple frames at a time.
Code:
  public override void OnHitNPC(NPC target, int damage, float knockback, bool crit)
  {
target.immune[projectile.owner] = 1;
}
add that, and boom
if the dps is way to high increase the numer.
the numer represents for how many next ticks you wont be able to hit the target.
 
Back
Top Bottom