mr:ice_guardian_core_mob
Table of Contents
Ice Guardian Core Mob - Code References
Java Classes
- Implementation: IceGuardianCore.java
- Inheritance: Inherits from Boss
- Package: com.nyrds.pixeldungeon.mobs.icecaves
- Registration: MobFactory.java:236
Stats (from Java code)
- HP: 1000 (ht(1000))
- Experience for Kill: 5
- Base Defense Skill: 10
- Base Attack Skill: 26
- Damage: 13-23 (dmgMin-dmgMax)
- Defense Rating: 11
- Base Speed: 0.5f (slower than normal)
Immunities (from Java code)
- Paralysis
- ToxicGas
- Terror
- Death (enchantment)
- Amok
- Blindness
- Sleep
Drops (from Java code)
- WandOfIcebolt (upgraded)
JSON Configuration
This entity is implemented purely in Java, no JSON configuration found.
String Resources
<string name="IceGuardianCore_Name">ice guardian</string> <string name="IceGuardianCore_Name_Objective">ice guardian</string> <string name="IceGuardianCore_Desc">Ice guardians were manufactured by ancient kobolds to protect their caves. Power stored within it's core allows Ice guardian to reconstruct itself as long it has enough energy.</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists
Additional References
- Related Mob: IceGuardian.java - IceGuardianCore spawns IceGuardian mobs
- Death Behavior: IceGuardianCore.die() - kills all IceGuardian mobs on death
- Badge: Badges.Badge.ICE_GUARDIAN_SLAIN - validates boss slain badge
- Sprite: IceGuardianCore.json (sprite)
mr/ice_guardian_core_mob.txt · Last modified: by 127.0.0.1
