mr:service_man_npc
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:service_man_npc [2026/03/23 10:32] – Fix wiki standards compliance issues on 5 random pages Qwen Assistant | mr:service_man_npc [2026/03/23 10:36] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Service Man Npc - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * Extends `ImmortalNPC` base class | ||
| + | * Implements `Packable` interface for save/load functionality | ||
| + | |||
| + | ===== Key Methods ===== | ||
| + | * **interact(Char hero)**: Handles player interaction, | ||
| + | * **getReward()**: | ||
| + | * **getLimit()**: | ||
| + | * **resetLimit()**: | ||
| + | |||
| + | ===== Fields ===== | ||
| + | * **BASIC_GOLD_REWARD**: | ||
| + | * **filmsSeen**: | ||
| + | |||
| + | ===== 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(): | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | |||
| + | ===== 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 | ||
| + | |||
| + | ===== Images ===== | ||
| + | {{ rpd: | ||
| + | |||
| + | {{tag> mr npc service_man_npc }} | ||
