mr:vertigo_buff
Table of Contents
Vertigo Buff - Code References
Java Classes
JSON Configuration
This entity is implemented in Java, no JSON configuration exists
String Resources
<string name="VertigoBuff_Name">Vertigo</string> <string name="VertigoBuff_Info">The lightheaded feeling makes it harder to walk straight!</string> <string name="Hero_StaVertigo">Everything is spinning around you!</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists
Code Implementation Details
This buff has the following properties based on the Java implementation:
- Duration: 10f (DURATION constant)
- Duration Calculation: Affected by Resistance (durationFactor() method)
- Visual Effect: Shows “Dizzy” status message when attached (attachVisual method)
- Icon: BuffIndicator.VERTIGO (icon ID 29)
- Buff Type: Extends FlavourBuff
- Resistance: Can be reduced by Ring of Elements Resistance
- Affected Classes: Used by various game elements including:
- Spider Elite mobs (20% chance to apply when attacking)
- Kusarigama weapon (applies 3-turn duration)
- Dreamsweed plant (applies 20-turn duration)
- Fadeleaf plant (applies 20-turn duration)
- Horror weapon enchantment (applies duration based on defender)
- Wand of Amok (applies duration based on victim)
- Scroll of Curse (can curse items to apply vertigo)
- Enslaved Soul mob (resistance type)
- Lich subclass (has immunity)
- Various other game elements
mr/vertigo_buff.txt · Last modified: by 127.0.0.1
