rpd:frost_arrow_item
Table of Contents
Frost Arrow
The Frost Arrow is a special type of missile weapon that causes the Slow status effect when it hits a target.
Stats
- Damage: 0-6
- Delay: 0.75 (baseDly: 0.75)
- Min Strength Required: 9 (setSTR: 9)
Special Abilities
- Slowing Effect: When the arrow hits a target, it applies the Slow status effect for 5 turns
- Mechanism: Uses Buff.prolong(defender, Slow.class, DURATION) where DURATION = 5f
Acquisition
- Can be found in various treasure locations throughout the dungeon
- Quantity typically ranges from 15-30 when randomly generated
- Price: 5 gold per arrow
Strategy
- Effective against fast-moving enemies to reduce their mobility
- Particularly useful against dangerous melee attackers
- Can be used to gain time during difficult encounters
- The slowing effect only occurs on a successful hit with 25% chance
Code References
- Arrow.java (base class)
- Slow.java (effect applied)
String Resources
Configuration Files
- Arrow.java (base missile implementation)
See Also
- Slow - The status effect applied by this arrow
- Arrows - Other arrow types
- Missile Weapons - Other throwing weapons
rpd/frost_arrow_item.txt · Last modified: by 127.0.0.1

