magiclysm-bn/monster_attacks.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

31 lines
1.5 KiB
JSON

[
{
"type": "monster_attack",
"attack_type": "melee",
"id": "skewer",
"cooldown": 20,
"move_cost": 180,
"damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_penetration": 15, "armor_multiplier": 0.5 } ],
"body_parts": [ [ "torso", 1 ] ],
"effects": [ { "id": "bleed", "duration": 100, "bp": "torso" }, { "id": "downed", "duration": 3 } ],
"hit_dmg_u": "The %1$s impales your %2$s with its trident!",
"hit_dmg_npc": "The %1$s impales <npcname>'s %2$s with its trident!",
"no_dmg_msg_u": "The %1$s tries to impale your %2$s with its trident, but fails to penetrate your armor!",
"no_dmg_msg_npc": "The %1$s tries to impale <npcname>'s %2$s with its trident, but fails to penetrate their armor!"
},
{
"type": "monster_attack",
"attack_type": "melee",
"id": "crush",
"cooldown": 20,
"move_cost": 180,
"damage_max_instance": [ { "damage_type": "bash", "amount": 8 } ],
"effects": [ { "id": "downed", "duration": 3 } ],
"body_parts": [ [ "head", 3 ], [ "eyes", 2 ], [ "mouth", 1 ], [ "arm_l", 3 ], [ "arm_r", 3 ], [ "torso", 4 ] ],
"hit_dmg_u": "The %1$s crushes your %2$s with its greatclub!",
"hit_dmg_npc": "The %1$s crushes <npcname>'s %2$s with its greatclub!",
"no_dmg_msg_u": "The %1$s tries to crush your %2$s with its greatclub, but swings wide and stumbles.",
"no_dmg_msg_npc": "The %1$s tries to crush <npcname>'s %2$s with its greatclub, but swings wide and stumbles."
}
]