en:rpd:speed_buff
Table of Contents
Speed Buff
Description
The Speed buff increases movement speed, allowing the character to move more quickly through the dungeon. This can be useful for escaping dangerous situations or reaching destinations faster.
Effects
- Increases movement speed of the character
- Allows faster traversal of dungeon levels
- May improve ability to avoid certain attacks or hazards
- Reduces the time needed to move between locations
- Speed Multiplier: Speed multiplier is 7.27254 (based on hasteLevel() method returning 7.27254f)
Duration
- Base duration: 10 turns (defined as Speed.DURATION = 10f)
- The duration of the Speed buff varies depending on the source that applied it
- When the buff expires, movement speed returns to normal
Sources
- Potions of Speed can grant this effect
- Some equipment may provide this buff under certain conditions
- Various spells or items that enhance mobility
- Special circumstances or abilities that boost movement
Code Reference
- Implementation: Speed.java
- Base duration: Speed.DURATION = 10f
- Speed multiplier: hasteLevel() method returns 7.27254f
- Movement integration: Char.moveTime() method uses hasteLevel() for movement speed calculation
- Machine-readable data: mr:speed_buff
Related
- Potion of Speed - Common source of the Speed buff
- Hero - The character affected by this buff
- Movement - Core mechanic affected by this buff
- Haste - Similar effect that may also increase attack speed
- Buffs - Other status effects
en/rpd/speed_buff.txt · Last modified: by 127.0.0.1

