Copy any mammal (even deer) json, rise up agression and morale, remove fear_triggers and it’s done. Category and faction dosen’t really matters.
I even made deer which runs to gunshot sound and attacks me.
Here is my predator deer (it folows gunshot, i tested it during the night):
{
“id”: “mon_predator”,
“type”: “MONSTER”,
“name”: “predator”,
“description”: “Pray for your soul…”,
“default_faction”: “dog”,
“categories”: [ “WILDLIFE” ],
“species”: [ “MAMMAL” ],
“diff”: 1,
“size”: “LARGE”,
“hp”: 60,
“speed”: 500,
“material”: [ “flesh” ],
“symbol”: “D”,
“color”: “brown”,
“aggression”: 100,
“morale”: 50,
“melee_skill”: 8,
“melee_dice”: 6,
“melee_dice_sides”: 3,
“melee_cut”: 20,
“dodge”: 4,
“vision_night”: 16,
“path_settings”: { “max_dist”: 10 },
“death_function”: [ “NORMAL” ],
“reproduction”: { “baby_monster”: “mon_predator_cub”, “baby_count”: 1, “baby_timer”: 13 },
“biosignature”: { “biosig_item”: “feces_manure”, “biosig_timer”: 12 },
“baby_flags”: [ “SPRING”, “SUMMER” ],
“flags”: [ “SEES”, “HEARS”, “SMELLS”, “ANIMAL”, “PATH_AVOID_DANGER_1”, “WARM”, “FUR”, “BONES”, “FAT” ]
}
PS: You’ll need to add a new faction to factions.json if you want special faction for your monster.