Adds custom arcade game text for Halloween and Christmas. (#46795)

* Adds special arcade enemies for Halloween and Christmas. Moves arcade stuff to json file in preparation to add more eventually.

* adds custom weaponry

* fixes bug
This commit is contained in:
spessbandit
2019-10-07 12:17:11 -04:00
committed by moo
parent 84d36a4992
commit 87e3687bf2
3 changed files with 229 additions and 9 deletions
+207
View File
@@ -0,0 +1,207 @@
{
"rpg_adjective": [
"Anguished",
"Automatic",
"Cuban",
"Duke",
"Dread King",
"Evil",
"Farmer",
"General",
"Great",
"Griffing",
"Lord",
"Professor",
"Space"
],
"rpg_adjective_halloween": [
"Bloodthirsty",
"Cadaverous",
"Chilling",
"Demented",
"Demonic",
"Deranged",
"Dread",
"Eldritch",
"Ghastly",
"Ghoulish",
"Grim",
"Gruesome",
"Hideous",
"Killer",
"Lurking",
"Macabre",
"Machete-Wielding",
"Maggoty",
"Malevolent",
"Maniacal",
"Morbid",
"Phantasmic",
"Possessed",
"Putrefying",
"Spooky",
"Repulsive",
"Terrifying",
"Undead"
],
"rpg_adjective_xmas": [
"Bleak Midwinter",
"Blustery",
"Frostbitten",
"Jolly",
"Icy",
"Naughty",
"Snowbound",
"Tinselly",
"Yuletide"
],
"rpg_action": [
"Annihilate",
"Ban",
"Defeat",
"Destroy",
"Mutilate",
"Own",
"Pwn",
"Pulverize",
"Robust",
"Romance",
"Save",
"Stop",
"Strike",
"Valid",
"Yeet"
],
"rpg_action_halloween": [
"Amputate",
"Behead",
"Beware",
"Butcher",
"Dismember",
"Exorcise",
"Frighten",
"Horrify",
"Scare",
"Scythe",
"Slay",
"Spook",
"Vanquish"
],
"rpg_action_xmas": [
"Freeze",
"Jingle",
"Nutcrack",
"Regift",
"Stuff",
"Unwrap",
"Wassail"
],
"rpg_enemy": [
"Administrator",
"Bloopers",
"Crushulon",
"Ectoplasm",
"ERPer",
"Felinid",
"Griefer",
"Kobold",
"Lizard Man",
"Mecha-Gondola",
"Peteoid",
"Slime",
"Syndie",
"Uhangoid",
"Unicorn",
"Tunnel Clown",
"Vhakoid"
],
"rpg_enemy_halloween": [
"Artificer",
"Banshee",
"Bogeyman",
"Chimera",
"Clown",
"Corpse",
"Cryptid",
"Dullahan",
"Gibdo",
"Goblin King",
"Graverobber",
"Headless Horseman",
"Juggernaut",
"Necromancer",
"Poltergeist",
"Reaper",
"Shoggoth",
"Skeleton",
"Tarantula",
"Tomato",
"Vampire",
"Wendigo",
"Werewolf",
"Wraith",
"Zombie"
],
"rpg_enemy_xmas": [
"Abominable Snowman",
"Der Klown",
"Elf",
"Festivus Pole",
"Ghost of Your Future",
"Grinch",
"Krampus",
"Little Drummer Boy",
"Scrooge",
"Stalking Stocking",
"Yeti",
"Yuki-Onna"
],
"rpg_weapon": [
"baseball bat",
"bike horn",
"broken bottle",
"chef's knife",
"claymore",
"crowbar",
"curator's whip",
"fire axe",
"fire extinguisher",
"full oxygen tank",
"glass shard",
"liz o' nine tails",
"null rod",
"potted plant",
"rolling pin",
"screwdriver",
"stunprod",
"toolbox"
],
"rpg_weapon_halloween": [
"chainsaw",
"lit jack-o-lantern",
"machete",
"silver dagger",
"skeleton femur",
"wooden stake"
],
"rpg_weapon_xmas": [
"box cutter",
"Christmas-light garrotte",
"sharpened icicle",
"sprig of mistletoe",
"thrown snowball",
"whole Christmas tree"
]
}