diff --git a/objects/monsters.json b/objects/monsters.json index c30ec52..1586b91 100644 --- a/objects/monsters.json +++ b/objects/monsters.json @@ -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", diff --git a/objects/skills.json b/objects/skills.json index d02420e..b196c39 100644 --- a/objects/skills.json +++ b/objects/skills.json @@ -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", diff --git a/objects/traits.json b/objects/traits.json index 837cf99..db4c573 100644 --- a/objects/traits.json +++ b/objects/traits.json @@ -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."