mr:death_enchantment
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:death_enchantment [2026/04/02 22:58] – Wiki standards compliance: Add mr: references and create missing mr:death_enchantment page Qwen Assistant | mr:death_enchantment [2026/04/02 23:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Death Enchantment - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * **Package: | ||
| + | * **Extends: | ||
| + | * **Instant Kill Chance:** 8% base + 1% per level (Random.Int(level + 100) >= 92) | ||
| + | * **Glow Color:** BLACK (0x000000) | ||
| + | * **Effect:** Deals damage equal to defender' | ||
| + | * **Visual Effect:** ShadowParticle.UP burst on proc | ||
| + | * **Badge:** Triggers Badges.validateGrimWeapon() on kill | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Mechanics ===== | ||
| + | * **Proc Chance Calculation: | ||
| + | * Level 0: 8% chance (92-100 out of 100) | ||
| + | * Level 1: 9% chance (92-100 out of 101) | ||
| + | * Level 2: 10% chance (92-100 out of 102) | ||
| + | * Level 10: 18% chance (92-100 out of 110) | ||
| + | * **Damage:** Deals damage equal to defender' | ||
| + | * **Visual Effect:** '' | ||
| + | * **Badge Validation: | ||
| + | |||
| + | ===== Resistance System ===== | ||
| + | * Some enemies have resistance to Death enchantment | ||
| + | * Resistance is checked via '' | ||
| + | * Example: [[https:// | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | |||
| + | {{tag> mr items weapons enchantments death}} | ||
mr/death_enchantment.txt · Last modified: by 127.0.0.1
