User Tools

Site Tools


rpd:townsfolk_movie_npc

Differences

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

Link to this comparison view

Next revision
Previous revision
rpd:townsfolk_movie_npc [2025/12/22 07:55] – wiki: implement moisten_mechanic page with proper naming convention and code references mikerpd:townsfolk_movie_npc [2025/12/22 07:59] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Townsfolk Movie NPC ======
 +
 +{{ rpd:images:townsfolkmovienpc_sprite.png|Townsfolk Movie NPC }}
 +
 +==== Description ====
 +The Townsfolk Movie NPC is a non-player character found in the town area. This particular townsfolk is associated with the movie theater and has dialogue related to cinema services.
 +
 +==== Behavior ====
 +  * Immortal NPC (cannot be killed)
 +  * When interacted with, shows a dialogue about special services provided by the "cinema"
 +  * Mentions requiring something exotic called "Internet" which is referenced humorously
 +
 +==== Dialogue ====
 +The NPC says: "Do you know about that special service that the \"cinema\" provides? Too bad they ask for some exotic thing called \"Internet\", I've never heard of such a thing."
 +
 +==== Location ====
 +  * Found in the town area, specifically in the movie theater section
 +  * Spawned using Tiled map editor in Town.tmx (position: x=200, y=252)
 +
 +==== Related ====
 +  * [[rpd:town|Town]] - The area where this NPC appears
 +  * [[rpd:npcs|NPCs]] - Other non-player characters in the game
 +
 +==== Content Verification ====
 +  * **Information Source**: Java class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/npc/TownsfolkMovieNPC.java|TownsfolkMovieNPC.java]]
 +  * **Dialogue Source**: String resources in strings_all.xml (TownsfolkMovieNPC_Message)
 +  * **Last Updated**: Verified against source code
 +
 +{{tag> rpd npcs townsfolk movie cinema}}