Mortem Metallum Script [ Firefox ]

| Predefined Soul Var | Meaning | |--------------------|---------| | %ferrum_essence | Base soul (physical damage) | | %aethel_metal | Magic resistance | | %umbra_alloy | Stealth/invisibility | | %mortem_force | Execution threshold bonus |

%var = %var - (5 * seconds_out_of_combat) Mortem Metallum Script

@OnStrike $nearest_enemy => damage = 18 | bleed(5) | leech(40); Use if and & (alloy) to combine conditions. result = "blacksteel_sword"

@OnForge $player => result = "blacksteel_sword"; soul_effect = "cursed_edge"; ; Modifiers add secondary effects to an action. soul_effect = "cursed_edge"

| Modifier | Syntax | Effect | |----------|--------|--------| | Bleed | \| bleed(seconds) | Damage over time | | Soul Leech | \| leech(percentage) | Heal % of damage dealt | | Shatter | \| shatter(chance%) | Destroy enemy armor | | Overheat | \| overheat(value) | Increase target's metal temp | | Chain | \| chain(targets) | Hit additional enemies |