Let’s smooth over that rough patch, and start making awesome hallucinations.
Put this in monster
},{
"type" : "MONSTER",
"id" : "mon_hallu_elvis",
"name": "Elvis",
"species":"HALLUCINATION",
"symbol":"@",
"color":"white",
"size":"MEDIUM",
"material":"flesh",
"diff":0,
"aggression":100,
"morale":100,
"speed":100,
"melee_skill":3,
"melee_dice":0,
"melee_dice_sides":0,
"melee_cut":0,
"dodge":0,
"armor_bash":0,
"armor_cut":0,
"item_chance":0,
"luminance":0,
"hp":5,
"special_freq":20,
"death_function":"DISAPPEAR",
"special_attack":"PARROT",
"description":"Nothin' but a hound-dog",
"flags":["SEES", "HEARS", "NO_BREATHE", "SMELLS"]
},{
And put this in migo_speech.json
},{
"type" : "speech",
"speaker" : "mon_hallu_elvis",
"sound" : "\"Man, I really like Vegas.\"",
"volume" : 30
},{
"type" : "speech",
"speaker" : "mon_hallu_elvis",
"sound" : "\" People ask me where I got my singing style. I didn't copy my style from anybody.\"",
"volume" : 30
},{
"type" : "speech",
"speaker" : "mon_hallu_elvis",
"sound" : "\"I'm trying to keep a level head. You have to be careful out in the world. It's so easy to get turned.\"",
"volume" : 30
},{
"type" : "speech",
"speaker" : "mon_hallu_elvis",
"sound" : "\"I like entertaining people. I really miss it\"",
"volume" : 40
},{
"type" : "speech",
"speaker" : "mon_hallu_elvis",
"sound" : "\" When I got outta High School I was driving a truck. I was just a poor boy from Memphis.\"",
"volume" : 40
},{
"type" : "speech",
"speaker" : "mon_hallu_elvis",
"sound" : "\" Rhythm is something you either have or don't have, but when you have it, you have it all over.\"",
"volume" : 40
},{
"type" : "speech",
"speaker" : "mon_hallu_elvis",
"sound" : "\" I never expected to be anybody important.\"",
"volume" : 40
},{
"type" : "speech",
"speaker" : "mon_hallu_elvis",
"sound" : "\" I'm no hillbilly singer.\"",
"volume" : 40
},{
"type" : "speech",
"speaker" : "mon_hallu_elvis",
"sound" : "\" Every time I think that I'm getting old, and going to the grave, something else happens.\"",
"volume" : 40
},{
"type" : "speech",
"speaker" : "mon_hallu_elvis",
"sound" : "\" Ambition is a dream with a V8 engine.\"",
"volume" : 40
},{
There you have it, another hallucination.