mr:backstab_spell
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:backstab_spell [2026/02/20 19:19] – Wiki standards compliance fixes for 5 random pages Qwen Assistant | mr:backstab_spell [2026/02/20 19:22] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Backstab Spell - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * No dedicated Java class - This spell is implemented entirely in Lua | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Lua, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | * [[https:// | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | * [[https:// | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | * [[https:// | ||
| + | * '' | ||
| + | |||
| + | * [[https:// | ||
| + | * '' | ||
| + | |||
| + | * [[https:// | ||
| + | * '' | ||
| + | |||
| + | * [[https:// | ||
| + | * '' | ||
| + | |||
| + | * [[https:// | ||
| + | * '' | ||
| + | |||
| + | * [[https:// | ||
| + | * '' | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | |||
| + | **Key Functions: | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | **Spell Configuration: | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | ===== Spell Mechanics ===== | ||
| + | * **Distracted States**: PASSIVE, SLEEPING, FLEEING, HORRIFIED, RUNNINGAMOK | ||
| + | * **Alternative Condition**: | ||
| + | * **Range**: 1 tile distance (adjacent to caster) | ||
| + | * **Damage Formula**: math.sqrt(caster: | ||
| + | - Scales with square root of caster' | ||
| + | - Uses both main hand and offhand weapon damage | ||
| + | * **Armor Penetration**: | ||
| + | * **Visual Effect**: Shows " | ||
| + | * **Sound Effect**: RPD.Sfx.Wound: | ||
| + | |||
| + | ===== Requirements for Successful Cast ===== | ||
| + | 1. Target must be within 1 tile distance | ||
| + | 2. Target must be in a distracted state OR paralyzed | ||
| + | 3. Caster must have a weapon equipped | ||
| + | 4. Caster must have sufficient mana (2 points) | ||
| + | 5. Caster must be Rogue class or have Rogue magic affinity | ||
| + | |||
| + | ===== Failure Conditions ===== | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/backstab_spell.txt · Last modified: by 127.0.0.1
