Skip to content

Commit

Permalink
Fill out Hunter Mech data
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf committed Oct 2, 2023
1 parent 978f09d commit b433653
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 4 deletions.
44 changes: 40 additions & 4 deletions objects/monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -6057,10 +6057,46 @@
"family": "_material",
"description": null,
"drops": null,
"growth": null,
"talents": null,
"traits": null,
"resistances": null,
"growth": {
"hp": 1,
"mp": 1,
"atk": 3,
"def": 3,
"agi": 2,
"wis": 1
},
"talents": [
"blade_maven"
],
"traits": {
"small": {
"tactical_trooper": 1,
"metal_beater": 20,
"static_discharge": 40
},
"large": null
},
"resistances": {
"fire": 0,
"water": 0,
"wind": -25,
"earth": 0,
"explosions": 50,
"ice": 50,
"electricity": 50,
"light": 25,
"dark": 0,
"debilitation": 25,
"bedazzlement": 0,
"antimagic": 0,
"mp_absorption": 0,
"confusion": 50,
"sleep": -25,
"paralysis": 0,
"stun": 50,
"poison": 50,
"instant_death": 0
},
"synthesis": [
[
"_material",
Expand Down
6 changes: 6 additions & 0 deletions objects/skills.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,12 @@
"description": "Negates all damage 1 time only. Ineffective against certain attacks.",
"mp_cost": 10
},
"multislash": {
"name": "Multislash",
"type": "Attack",
"description": "Inflicts slashing damage on all enemies. Enemies that are further to the right-hand side of the battlefield receive less damage.",
"mp_cost": 5
},
"nature_nerfer": {
"name": "Nature Nerfer",
"type": "Attack",
Expand Down
4 changes: 4 additions & 0 deletions objects/traits.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,10 @@
"name": "Spongy Skin",
"description": "Sometimes absorbs MP from enemies that inflict direct attacks."
},
"static_discharge": {
"name": "Static Discharge",
"description": "Sometimes paralyses enemies that inflict direct attacks when the monster is paralysed itself."
},
"strangely_alluring": {
"name": "Strangely Alluring",
"description": "Sometimes stuns the enemy during battle for 1 turn."
Expand Down

0 comments on commit b433653

Please sign in to comment.