mr:kobold_icemancer_mob
mr:kobold_icemancer_mob
Entity Information
- Class Name: KoboldIcemancer.java
- Entity Kind: KoboldIcemancer
- Type: Mob
- Category: Ice Caves
Statistics
- HP: 70
- HT: 70
- Defense Skill: 18
- Attack Skill: 25
- Damage Min: 15
- Damage Max: 17
- DR (Damage Resistance): 11
- EXP for Kill: 11
- Max Lvl: 21
Special Abilities
- Ranged Attack: Can attack enemies at range using Ballistica.cast method
- Slow Effect: Has 50% chance (Random.Int(2) == 0) to apply Slow buff to target for 1 turn on successful ranged attack
- Death Resistance: Immune to instant death effects (resistant to Death.class)
- Death Report: Tracks when KoboldIcemancer kills enemy with custom message
- Loot: Drops potion with 83% chance (Treasury.Category.POTION, 0.83f)
Code References
- Mob.java (base class)
String Resources
Configuration Files
- Bestiary.json (spawn rates on ice2, ice3, ice4)
- Treasury.java (loot system)
Lua Scripts
- No specific Lua script for this mob (uses Java implementation)
mr/kobold_icemancer_mob.txt · Last modified: by 127.0.0.1
