rpd:slow_enchantment_enchantment
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| rpd:slow_enchantment_enchantment [2025/12/22 21:44] – Update wiki pages following naming conventions and fix redlinks mike | rpd:slow_enchantment_enchantment [2025/12/22 21:47] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Slow Enchantment ====== | ||
| + | {{ rpd: | ||
| + | |||
| + | **Slow Enchantment** is a weapon enchantment in Remixed Dungeon that applies the [[rpd: | ||
| + | |||
| + | ==== Description ==== | ||
| + | The Slow enchantment allows a weapon to apply a slowing effect to enemies when they are successfully hit. The effect reduces the enemy' | ||
| + | |||
| + | ==== Effects ==== | ||
| + | When a weapon with the Slow enchantment successfully hits an enemy, the following occurs: | ||
| + | * **Chance to Apply Slow**: The chance increases with the weapon' | ||
| + | * Level 0: 25% chance | ||
| + | * Level 1: 40% chance | ||
| + | * Level 2+: 50% chance (approximately) | ||
| + | * **Slow Duration**: Duration is randomly between 1 and (1.5 + weapon level) turns | ||
| + | * **Effect**: The targeted enemy is slowed, reducing their speed and attack rate | ||
| + | |||
| + | ==== Mechanics ==== | ||
| + | * **Proc Chance**: Calculated as `Random.Int(weapon.level() + 4) >= 3` | ||
| + | * **Duration Formula**: `Random.Float(1, | ||
| + | * **Visual Indicator**: | ||
| + | * **Enchantment Type**: Weapon enchantment (extends Weapon.Enchantment) | ||
| + | |||
| + | ==== Strategy ==== | ||
| + | * Highly effective against fast enemies that rely on speed for their attacks | ||
| + | * Useful for creating breathing room during difficult encounters | ||
| + | * Particularly effective when fighting multiple enemies that move quickly | ||
| + | * Works well with weapons that have high attack speed for more proc chances | ||
| + | * Consider using against bosses that rely on speed mechanics | ||
| + | |||
| + | ==== Naming ==== | ||
| + | The enchantment is named using the string resources: | ||
| + | * **Slow_Name_0**: | ||
| + | * **Slow_Name_1**: | ||
| + | * **Slow_Name_2**: | ||
| + | |||
| + | ==== Code References ==== | ||
| + | * Enchantment implementation: | ||
| + | * Slow status effect: [[https:// | ||
| + | * String resources: [[https:// | ||
| + | * Codex description: | ||
| + | |||
| + | ==== See Also ==== | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | |||
| + | {{tag> rpd enchantments weapon_enchantments slowing}} | ||
rpd/slow_enchantment_enchantment.txt · Last modified: by 127.0.0.1
