mr:rat_king_mob
Table of Contents
Rat King Mob - Code References
Java Classes
- NPC.java (Parent class)
JSON Configuration
This entity does not have separate JSON configuration as it's implemented in Java.
String Resources
<string name="RatKing_Name">rat king</string> <string name="RatKing_Desc">The Rat King is the ruler of all rats in the sewers. He is much larger than the normal rats and wears a tiny crown on his head.</string> <string name="RatKing_Info1">"What? What? Who dares to disturb my rest?"</string> <string name="RatKing_Info2">"You must be here for my treasure! No! It\'s mine! All mine!"</string> <string name="RatKing_Info3">"Guards! Take care of this one!"</string> <string name="RatKing_Died">"This is impossible! I\'m a king! I can not die!"</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists
Entity Kind
- getEntityKind(): Returns “RatKing” (class name)
Additional Code References
- Mob.java - Base mob class
- RatKingCrown.java - Item that Rat King drops
- SewerBossLevel.java - Where Rat King appears
mr/rat_king_mob.txt · Last modified: by 127.0.0.1
