Skip to content

Commit

Permalink
Add Slick Slime
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf committed Oct 2, 2023
1 parent 5380b23 commit fcecaff
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
55 changes: 54 additions & 1 deletion objects/monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -6124,7 +6124,6 @@
},
"restless_armour": {
"name": "Restless Armour",

"number": null,
"rank": "F",
"family": "_undead",
Expand Down Expand Up @@ -6176,5 +6175,59 @@
"bambooligan"
]
]
},
"slick_slime": {
"name": "Slick Slime",
"number": null,
"rank": "E",
"family": "_slime",
"description": null,
"drops": null,
"growth": {
"hp": 2,
"mp": 2,
"atk": 2,
"def": 2,
"agi": 4,
"wis": 2
},
"talents": [
"blazer"
],
"traits": {
"small": {
"frizzmeister": 1,
"unhealthy_advantage": 20,
"ultra_crafty_cragger": 40
},
"large": null
},
"resistances": {
"fire": 75,
"water": 0,
"wind": 0,
"earth": -25,
"explosions": 50,
"ice": 0,
"electricity": 50,
"light": 25,
"dark": -25,
"debilitation": 50,
"bedazzlement": 50,
"antimagic": 0,
"mp_absorption": -25,
"confusion": 0,
"sleep": 0,
"paralysis": 50,
"stun": 25,
"poison": 0,
"instant_death": 0
},
"synthesis": [
[
"bubble_slime",
"box_slime"
]
]
}
}
8 changes: 8 additions & 0 deletions objects/traits.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@
"name": "Ultra Crafty Confuser",
"description": "Makes it much easier to the enemy."
},
"ultra_crafty_cragger": {
"name": "Ultra Crafty Cragger",
"description": "Greatly increases the damage inflicted by earth-elemental attacks."
},
"ultra_crafty_dazzler": {
"name": "Ultra Crafty Dazzler",
"description": "Makes it much easier to bedazzle enemies."
Expand Down Expand Up @@ -387,6 +391,10 @@
"name": "Ultra Zap Ward",
"description": "Greatly increases resistance to electrical attacks."
},
"unhealthy_advantage": {
"name": "Unhealthy Advantage",
"description": "Inflicts increasing amounts of damage as remaining HP gets lower."
},
"wisdom_4": {
"name": "Wisdom +4",
"description": "Raises wisdom by 4."
Expand Down

0 comments on commit fcecaff

Please sign in to comment.