Skip to content

Commit

Permalink
Add burning venom
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Jan 5, 2025
1 parent f38f2c6 commit 9f930f1
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/mods/Magiclysm/effects/effects_monster.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,21 @@
"removes_effects": [ "magic_slowed" ],
"show_in_info": true,
"enchantments": [ { "values": [ { "value": "SPEED", "multiply": 1 } ] } ]
},
{
"id": "effect_demon_spider_venom",
"type": "effect_type",
"name": [ "Burning Venom" ],
"desc": [ "Your veins are on fire." ],
"rating": "bad",
"max_duration": "12 hours",
"show_in_info": true,
"resist_traits": [ "POISRESIST" ],
"immune_bp_flags": [ "BIONIC_LIMB" ],
"base_mods": { "pain_amount": [ 2 ], "pain_min": [ 1 ], "pain_chance": [ 30 ], "pain_max_val": [ 40 ] },
"enchantments": [
{ "incoming_damage_mod": [ { "type": "heat", "multiply": 0.33 } ] },
{ "values": [ { "value": "CLIMATE_CONTROL_CHILL", "add": -40 } ] }
]
}
]
30 changes: 30 additions & 0 deletions data/mods/Magiclysm/monsters/demon_spider.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@
"cooldown": 20,
"monster_message": "%1$s breathes a fan of flames!"
},
{
"type": "monster_attack",
"attack_type": "bite",
"id": "bite_demon_spider",
"cooldown": 10,
"move_cost": 100,
"damage_max_instance": [ { "damage_type": "stab", "amount": 20 }, { "damage_type": "heat", "amount": 10 } ],
"effects": [ { "id": "effect_demon_spider_venom", "duration": [ 300, 900 ], "chance": 45 } ],
"hit_dmg_u": "%1$s's sinks its fangs into your %2$s and the wound immediately begins to burn!",
"hit_dmg_npc": "%1$s's sinks its fangs into <npcname>!",
"no_dmg_msg_u": "%1$s's tries to bite your %2$s, but glances off your armor.",
"no_dmg_msg_npc": "%1$s's tries to bite <npcname>, but glances off their armor.",
"miss_msg_u": "%s's tries to sink its fangs into you, but you dodge!",
"miss_msg_npc": "%s'stries to sink its fangs into <npcname>, but they dodge!"
},
{ "id": "mutant_spinneret", "cooldown": 25 },
{
"type": "monster_attack",
Expand Down Expand Up @@ -120,6 +135,21 @@
"extend": {
"flags": [ "STUN_IMMUNE" ],
"special_attacks": [
{
"type": "monster_attack",
"attack_type": "bite",
"id": "bite_demon_spider",
"cooldown": 10,
"move_cost": 100,
"damage_max_instance": [ { "damage_type": "stab", "amount": 30 }, { "damage_type": "heat", "amount": 15 } ],
"effects": [ { "id": "effect_demon_spider_venom", "duration": [ 600, 1800 ], "chance": 75 } ],
"hit_dmg_u": "%1$s's sinks its fangs into your %2$s and the wound immediately begins to burn!",
"hit_dmg_npc": "%1$s's sinks its fangs into <npcname>!",
"no_dmg_msg_u": "%1$s's tries to bite your %2$s, but glances off your armor.",
"no_dmg_msg_npc": "%1$s's tries to bite <npcname>, but glances off their armor.",
"miss_msg_u": "%s's tries to sink its fangs into you, but you dodge!",
"miss_msg_npc": "%s'stries to sink its fangs into <npcname>, but they dodge!"
},
{ "id": "mutant_spinneret", "cooldown": 20, "accuracy": 10 },
{
"type": "monster_attack",
Expand Down

0 comments on commit 9f930f1

Please sign in to comment.