Skip to content

Commit

Permalink
Merge pull request #33854 from KorGgenT/ooze
Browse files Browse the repository at this point in the history
Magiclysm: black pudding
  • Loading branch information
ZhilkinSerg authored Sep 7, 2019
2 parents 4531772 + 1c3a5d0 commit 1fbbe0a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/mods/Magiclysm/monster_factions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
{
"type": "MONSTER_FACTION",
"name": "dragon_black"
},
{
"type": "MONSTER_FACTION",
"name": "ooze"
}
]
1 change: 1 addition & 0 deletions data/mods/Magiclysm/monstergroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"default": "mon_null",
"is_animal": true,
"monsters": [
{ "monster": "mon_black_pudding", "freq": 14, "cost_multiplier": 0.8, "pack_size": [ 4, 6 ] },
{ "monster": "mon_wisp", "freq": 5, "cost_multiplier": 10, "conditions": [ "NIGHT" ] },
{ "monster": "mon_wisp", "freq": 1, "cost_multiplier": 10, "conditions": [ "NIGHT" ], "pack_size": [ 1, 3 ] },
{ "monster": "mon_dragon_black_wyrmling", "freq": 2, "cost_multiplier": 50 },
Expand Down
38 changes: 38 additions & 0 deletions data/mods/Magiclysm/monsters/monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,44 @@
"special_attacks": [ { "type": "bite", "cooldown": 10 }, [ "GRAB", 7 ], [ "scratch", 7 ] ],
"flags": [ "SEES", "HEARS", "SMELLS", "KEENNOSE", "PATH_AVOID_DANGER_1", "WARM", "GRABS", "SWARMS" ]
},
{
"id": "mon_black_pudding",
"type": "MONSTER",
"name": "black pudding",
"description": "Writhing, sticky, black sludge undulates across the ground. A faint sizzling sound comes from the ground beneath it as it lurches toward you.",
"default_faction": "ooze",
"bodytype": "blob",
"symbol": "O",
"species": [ "BLOB" ],
"diff": 1,
"volume": "62500 ml",
"weight": 81500,
"color": "dark_gray",
"hp": 100,
"speed": 75,
"phase": "LIQUID",
"aggression": 100,
"morale": 100,
"melee_skill": 5,
"melee_dice": 2,
"melee_dice_sides": 4,
"melee_cut": 0,
"armor_bash": 12,
"armor_stab": 14,
"armor_acid": 15,
"harvest": "exempt",
"death_function": [ "MELT" ],
"special_attacks": [
{
"type": "spell",
"spell_id": "bio_acidicspray",
"cooldown": 20,
"monster_message": "The black pudding burns you with acid!",
"level": 0
}
],
"flags": [ "HEARS", "GOODHEARING", "NOHEAD", "POISON", "NO_BREATHE", "ACIDPROOF" ]
},
{
"id": "mon_nothic",
"name": "nothic",
Expand Down

0 comments on commit 1fbbe0a

Please sign in to comment.