User Tools

Site Tools


mr:kobold_icemancer_mob

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mr:kobold_icemancer_mob [2026/08/23 09:53] – wiki maintenance: fix red links, mislabeled armor list, mr: page header/image Botmr:kobold_icemancer_mob [2026/08/23 09:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Kobold Icemancer ======
 +
 +{{ rpd:images:kobold_icemancer_mob.png|Kobold Icemancer }}
 +
 +===== Overview =====
 +The **Kobold Icemancer** is a small goblin-like caster mob found in the Ice Caves. Although goblins are usually weak, it can cast dangerous ice spells.
 +
 +===== 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 =====
 +<code xml>
 +<string name="KoboldIcemancer_Name">Ice mage</string>
 +<string name="KoboldIcemancer_Desc">This small goblin wears a pointed hat and carries a crystal staff. Although goblins are usually weak, this one can cast dangerous ice spells.</string>
 +<string name="KoboldIcemancer_Killed">Killed a Kobold Icemancer</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:kobold_mob|Kobold Mob]]
  
mr/kobold_icemancer_mob.txt · Last modified: by 127.0.0.1