====== Crab Mob - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Crab.java|Crab.java]] ===== JSON Configuration ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Crab.json|Crab.json]] ===== String Resources ===== sewer crab masculine sewer crab These huge crabs are at the top of the food chain in the sewers. They are extremely fast and their thick exoskeleton can withstand heavy blows. parried сточный краб краба Эти огромные крабы находятся на вершине пищевой цепочки канализации. Они поразительно быстры, а их прочный хитин способен выдерживать множество ударов. отбился ===== Lua Scripts ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/SummonBeast.lua|SummonBeast.lua]] - References Crab as a summonable beast ===== Java Usage ===== * Registered in MobFactory.java (line 150): `registerMobClass(Crab.class)` * Used as difficulty option in WndDifficultyOptions.java: "Crab" difficulty level ===== String Resources ===== * Crab_Name * Crab_Gender * Crab_Name_Objective * Crab_Desc * Crab_Defense * Crab_Name_RU * Crab_Name_Objective_RU * Crab_Desc_RU * Crab_Defense_RU {{tag> rpd mobs mr}}