====== Kobold Icemancer Mob - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/icecaves/KoboldIcemancer.java|KoboldIcemancer.java]] - Main implementation * Parent class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Mob.java|Mob.java]] ===== JSON Configuration ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/KoboldIcemancer.json|spritesDesc/KoboldIcemancer.json]] - Sprite configuration ===== String Resources ===== Ice mage This small goblin wears a pointed hat and carries a crystal staff. Although goblins are usually weak, this one can cast dangerous ice spells. Killed a Kobold Icemancer ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related mr Entities ===== * [[mr:kobold_mob|Kobold Mob]] * [[mr:mob|Mob Class]]