mr:slow_buff
Table of Contents
Slow Buff - Code References
Java Classes
- Slow.java (Buff) - Implementation of the Slow buff (extends FlavourBuff)
- Slow.java (Enchantment) - Weapon enchantment that applies slow effect (extends Weapon.Enchantment)
- FlavourBuff.java - Base class for buff implementations
- BuffIndicator.java - Contains buff indicator definitions
Java Usage
- MysteryMeat.java - Applies Slow buff as one of its random effects
- WandOfSlowness.java - Wand that applies slow effect on zap
- ScrollOfCurse.java - Scroll that can apply Slow among other curses
- Buff.java - Registers Slow class in buff system
- RingOfFrost.java - Ring that applies Slow on defense proc
- WandOfIcebolt.java - Wand that applies both Frost and Slow
- SpiderMindAmber.java - Mob that uses Slow as one of its debuffs
- EnslavedSoul.java - Mob that uses Slow as one of its debuffs
- IceElemental.java - Mob that applies Slow on attack proc
- KoboldIcemancer.java - Mob that applies Slow on zap
Lua Scripts
- commonClasses.lua - Binds Slow buff class for Lua scripting
- ChaosShieldLeft.lua - References “Slow” in badBuffs list for curse effects
JSON Configuration
This entity is implemented in Java, no JSON configuration exists
String Resources
- strings_all.xml - Contains string IDs: Slow_Name_0, Slow_Name_1, Slow_Name_2, SlowBuff_Name, SlowBuff_Info
<string name="Char_StaSlowed">slowed</string>
Related Entities
- WandOfSlowness.java - Wand that applies slow effect
- Slow.java (Enchantment) - Weapon enchantment that applies slow effect
- FrostArrow.java - Frost arrow that applies slow effect
- WandOfIcebolt.java - Wand that applies slow effect
- KoboldIcemancer.java - Mob that applies slow effect
- IceElemental.java - Mob that applies slow on attack
- EnslavedSoul.java - Mob that uses Slow as debuff
- SpiderMindAmber.java - Mob that uses Slow as debuff
- RingOfFrost.java - Ring that applies Slow on defense
mr/slow_buff.txt · Last modified: by 127.0.0.1
