rpd:necrotism
Differences
This shows you the differences between two versions of the page.
| rpd:necrotism [2025/12/19 10:54] – Update necrotism page with accurate code references mike | rpd:necrotism [2025/12/19 11:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Necrotism ====== | ||
| + | {{ rpd: | ||
| + | |||
| + | Necrotism is a harmful debuff that causes damage-over-time and spreads to nearby creatures. | ||
| + | |||
| + | ==== Description ==== | ||
| + | Necrotism is a powerful magical plague that deals damage to affected creatures and spreads to adjacent creatures. It is primarily applied through the [[rpd: | ||
| + | |||
| + | ==== Mechanics ==== | ||
| + | * **Duration: | ||
| + | * **Spread:** Affects creatures in adjacent 16 neighboring cells (Level.NEIGHBOURS16 from code) | ||
| + | * **Iteration: | ||
| + | * **Targeting: | ||
| + | |||
| + | ==== Damage Calculation ==== | ||
| + | * **Boss targets:** 1 damage per 200 HP (minimum 1) | ||
| + | * **Non-boss targets:** 1 damage per max(3, (21 - iteration)) HP | ||
| + | * **Final damage:** (calculated damage * iteration), minimum 1 | ||
| + | |||
| + | ==== Spread Mechanism ==== | ||
| + | * Each turn, has a 50% chance to spread from an infected creature to each adjacent creature | ||
| + | * Cannot spread to Heroes or NPCs | ||
| + | * Each spread increases the iteration counter, making subsequent damage more potent | ||
| + | |||
| + | ==== Effects ==== | ||
| + | * **Damage Over Time:** Causes increasing damage based on target' | ||
| + | * **Infectious Spread:** May spread from creature to adjacent creatures | ||
| + | * **Visual Effect:** Purple burst effect (0x6935a5) on affected creatures | ||
| + | * **Iteration Counter:** Each spread increases damage for subsequent ticks | ||
| + | |||
| + | ==== Application ==== | ||
| + | * **Primary Source:** Activated via [[rpd: | ||
| + | * **Auto-termination: | ||
| + | |||
| + | ==== Visuals ==== | ||
| + | * Shows as purple/ | ||
| + | * Purple particle burst on affected creature each turn | ||
| + | |||
| + | ==== Content Verification ==== | ||
| + | * Information source: [[https:// | ||
| + | * NEIGHBOURS16 reference: [[https:// | ||
| + | * Doom interface: [[https:// | ||
| + | * Mechanics verified from code implementation | ||
| + | * Last updated: December 15, 2025 | ||
| + | |||
| + | ==== Related ==== | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | |||
| + | ==== See Also ==== | ||
| + | * [[rpd: | ||
| + | |||
| + | {{tag> rpd buffs debuff necromancy }} | ||
rpd/necrotism.txt · Last modified: by 127.0.0.1
