Skip to content

Commit

Permalink
first pass at balancing the monster
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Apr 26, 2024
1 parent 49ac595 commit 249683c
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions data/json/monsters/nether.json
Original file line number Diff line number Diff line change
Expand Up @@ -1261,8 +1261,8 @@
"bodytype": "snake",
"species": [ "NETHER" ],
"diff": 10,
"volume": "875000 ml",
"weight": "200 kg",
"volume": "600 L",
"weight": "800 kg",
"hp": 320,
"speed": 80,
"material": [ "flesh" ],
Expand All @@ -1274,13 +1274,25 @@
"melee_dice": 3,
"melee_dice_sides": 5,
"melee_damage": [ { "damage_type": "cut", "amount": 8 } ],
"dodge": 1,
"bleed_rate": 50,
"families": [ "prof_wp_netherium_abomination" ],
"weakpoint_sets": [ "wps_netherium_abomination" ],
"harvest": "meatslug",
"harvest": "exempt",
"special_attacks": [ [ "GENE_STING", 20 ] ],
"flags": [ "SEES", "SMELLS", "HEARS", "HAS_MIND", "BASHES", "DESTROYS", "POISON", "VENOM", "NO_BREATHE", "DIGS" ],
"flags": [
"SEES",
"HEARS",
"GOODHEARING",
"PATH_AVOID_FIRE",
"BASHES",
"DESTROYS",
"POISON",
"VENOM",
"NO_BREATHE",
"DIGS",
"PUSH_VEH",
"RANGED_ATTACKER"
],
"armor": { "bash": 6, "electric": 3 }
},
{
Expand Down

0 comments on commit 249683c

Please sign in to comment.