mr:service_man_npc_npc
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:service_man_npc_npc [2026/01/01 08:47] – Rename service_man_n_p_c_mob.txt to service_man_npc_npc.txt to follow naming convention mike | mr:service_man_npc_npc [2026/01/01 08:54] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Service Man Npc Npc - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | ServiceManNPC is implemented in Java at: | ||
| + | * RemixedDungeon/ | ||
| + | * Extends ImmortalNPC base class | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity does not appear to have specific JSON configuration files. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Entity Kind ===== | ||
| + | * getEntityKind(): | ||
| + | |||
| + | ===== Additional Information ===== | ||
| + | * ServiceManNPC is an NPC that provides video reward system functionality | ||
| + | * Found in the main game, related to advertising rewards | ||
| + | * Allows players to watch videos in exchange for gold rewards | ||
