User Tools

Site Tools


mr:vertigo_buff

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:
    1. Spider Elite mobs (20% chance to apply when attacking)
    2. Kusarigama weapon (applies 3-turn duration)
    3. Dreamsweed plant (applies 20-turn duration)
    4. Fadeleaf plant (applies 20-turn duration)
    5. Horror weapon enchantment (applies duration based on defender)
    6. Wand of Amok (applies duration based on victim)
    7. Scroll of Curse (can curse items to apply vertigo)
    8. Enslaved Soul mob (resistance type)
    9. Lich subclass (has immunity)
    10. Various other game elements
mr/vertigo_buff.txt · Last modified: by 127.0.0.1