Mortem Metallum Script -

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

| Action | Syntax | Effect | |--------|--------|--------| | Set damage | damage = X | Override base damage | | Heal | heal = X | Restore HP | | Apply soul effect | soul_effect = "name" | Fear, Rage, Slow | | Spawn entity | spawn = "item_id" | Drop a resource | | Forge result | result = "weapon_id" | Crafting output | | Teleport | teleport = vector3 | Move entity | Mortem Metallum Script

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

%var = %var - (5 * seconds_out_of_combat) soul_effect = "cursed_edge"