Should be a interesting enemy to bolster the lovecraftian roster.
“Nightgaunts have a vaguely human shape, but are thin, black, and faceless. Their skin is slick and rubbery. They sport a pair of inward-facing horns on their heads, and have clawed hands and a long barbed tail which is used to “tickle” their victims into submission. They can fly using a set of membranous wings. They make no sound.”
But yeah…comment. I was gonna script one in but I wouldnt guess the stats and Im unsure if you can put a “horns” and “tail” tag on.
DOUBLE EDIT: Fixed it. Its all good and working, try it out if you want c: Just add it to the monsters JSON, bring up the console in-game, 6 for wish monster and type "/nightgaunt
{
"type" : "MONSTER",
"id" : "mon_nightgaunt",
"name": "nightgaunt",
"species":"NETHER",
"symbol":"I",
"color":"dkgray",
"size":"LARGE",
"material":"flesh",
"diff":26,
"aggression":12,
"morale":30,
"speed":100,
"melee_skill":10,
"melee_dice":3,
"melee_dice_sides":6,
"melee_cut":7,
"dodge":7,
"armor_bash":4,
"armor_cut":2,
"item_chance":0,
"luminance":0,
"hp":90,
"special_freq":0,
"death_function":"NORMAL",
"special_attack":"NONE",
"description":"Nightgaunts have a vaguely human shape, but are thin, black, and faceless. Their skin is slick and rubbery. It has wings it can fly with.",
"flags":["HEARS", "SMELLS", "WARM", "BASHES", "GRABS", "GOODSMELLING", "HIT_AND_RUN", "GOODHEARING", "FLIES", "NO_BREATHE", "VIS50"],
"anger_triggers":["STALK", "PLAYER_WEAK", "HURT", "PLAYER_CLOSE"] }