Skip to content

Commit

Permalink
Commits
Browse files Browse the repository at this point in the history
Changed things according to venera's suggestion
  • Loading branch information
SuddenEyePuncture committed Jun 15, 2021
1 parent f08ea6c commit f115604
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions data/json/monsters/insect_spider.json
Original file line number Diff line number Diff line change
Expand Up @@ -1921,8 +1921,8 @@
"material": [ "iflesh" ],
"symbol": "M",
"color": "light_green",
"aggression": 50,
"morale": 80,
"aggression": 20,
"morale": 30,
"melee_skill": 8,
"melee_dice": 1,
"melee_dice_sides": 6,
Expand All @@ -1931,8 +1931,8 @@
"armor_bash": 10,
"armor_cut": 16,
"armor_bullet": 13,
"vision_day": 15,
"vision_night": 5,
"vision_day": 8,
"vision_night": 4,
"harvest": "arachnid",
"anger_triggers": [ "PLAYER_WEAK", "PLAYER_CLOSE"],
"fear_triggers": [ "FIRE" ],
Expand All @@ -1954,13 +1954,16 @@
"melee_dice": 2,
"melee_cut": 20,
"dodge": 2,
"attack_cost":25,
"special_attacks": [
{
"type": "bite",
"cooldown": 4,
"accuracy": 5,
"damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_multiplier": 0.6 } ]
}
"no_infection_chance": 25,
"damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_penetration": 0.6 } ]
},
[ "RANGED_PULL", 30 ], [ "GRAB_DRAG", 10 ], { "type": "leap", "cooldown": 8, "max_range": 5, "allow_no_target": false }
],
"extend": { "flags": [ "DESTROYS", "PUSH_MON", "PUSH_VEH" ] },
"delete": { "type": "leap", "cooldown": 8, "max_range": 5, "allow_no_target": false }
Expand Down Expand Up @@ -2010,21 +2013,21 @@
"species": [ "INSECT" ],
"volume": "400 L",
"weight": "533 kg",
"hp": 160,
"hp": 350,
"speed": 110,
"material": [ "iflesh" ],
"symbol": "B",
"color": "red",
"morale": 80,
"aggression": 40,
"morale": 40,
"aggression": 20,
"melee_skill": 6,
"melee_dice": 2,
"melee_dice_sides": 6,
"melee_cut": 8,
"dodge": 1,
"armor_bash": 7,
"armor_cut": 12,
"armor_bullet": 10,
"armor_cut": 20,
"armor_bullet": 30,
"vision_day": 20,
"vision_night": 5,
"harvest": "arachnid",
Expand All @@ -2036,10 +2039,10 @@
"type": "bite",
"cooldown": 4,
"accuracy": 6,
"damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_multiplier": 0.6 } ]
"damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_penetration": 0.6 } ]
}
],
"flags": ["POISON", "SEES", "HEARS", "SMELLS", "FLIES" , "PATH_AVOID_FIRE", "PATH_AVOID_FALL" ]
"flags": ["POISON", "SEES", "HEARS", "SMELLS", "FLIES" , "PATH_AVOID_FIRE" ]
},
{
"id": "mon_grasshopper_small",
Expand Down Expand Up @@ -2121,7 +2124,8 @@
"type": "bite",
"cooldown": 4,
"accuracy": 8,
"damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_multiplier": 0.6 } ]
"no_infection_chance": 25,
"damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_penetration": 0.6 } ]
}
],
"flags": ["POISON", "SEES", "SMELLS", "IMMOBILE", "DIGS", "RANGED_ATTACKER" ]
Expand Down

0 comments on commit f115604

Please sign in to comment.