User Tools

Site Tools


mr:brute_mob

Differences

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

Link to this comparison view

mr:brute_mob [2025/12/20 17:09] – Wiki maintenance: Update and verify multiple pages mikemr:brute_mob [2025/12/20 17:12] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Brute Mob - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Brute.java|Brute.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Brute.json|Brute.json]] - Sprite configuration
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1211-L1216|Brute strings]] - English strings for name, description, enraged state and gender
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1201-L1204|Brute Russian strings]] - Russian localization
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-de/strings_all.xml#L1127-L1131|Brute German strings]] - German localization
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
mr/brute_mob.txt · Last modified: by 127.0.0.1