NPC editor

Terraria NPC Texture Editor

Reskin Terraria's town NPCs and enemies — the Guide, Merchant, Nurse, Dryad, slimes, and zombies. Repaint their sprites in the browser and export a custom resource pack, no mods required.

Town NPCs and enemies share the same sprites

In Terraria the word “NPC” covers two things that look different in game but live in the same place in the files. There are the friendly townsfolk who move into the houses you build — the Guide, Merchant, Nurse, Dryad, Demolitionist, Arms Dealer, Goblin Tinkerer, Steampunker, and the rest — and there is every hostile creature you fight, from the Blue Slime and Demon Eye to zombies and skeletons. All of them are stored under the same NPC_<ID>.png naming, out of roughly 700 NPC IDs. For example, NPC_1.png is the Blue Slime.

Most NPCs are animated, and that changes how you edit them: a single sprite is really a tall sheet with every walk, idle, and attack frame stacked in one PNG, so one file can be hundreds of pixels tall. When you repaint an NPC you have to keep the full sheet size and the same frame layout, or the animation shears apart in game.

How the NPC editor helps

Search or browse the NPC library and select any townsperson or enemy; the canvas opens at the sprite sheet's exact dimensions, so every frame stays aligned to the grid the game expects. Recolor a slime, give the Nurse a new outfit, or redraw an enemy frame by frame with the pixel tools. When you export, the editor names each file NPC_<ID>.png and packages it under Content/Images/ with a valid pack.json, so the pack drops straight into Terraria.

Popular NPC reskins

Character reskins are one of the most-downloaded pack types: swapping town NPCs for anime or original characters, recoloring the whole slime family, or giving the enemies a themed look (spooky, festive, or a crossover style). Because packs are cosmetic, an NPC reskin only changes how a character looks — the Nurse still heals and the slime still bounces exactly the same.

Want the whole workflow? Open the full pack editor, follow how to make a Terraria texture pack, or step up to the game's biggest NPCs on the boss texture editor.