User Tools

Site Tools


mr:barman_npc_mob

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:barman_npc_mob [2025/12/25 18:23] – auto lint fix Mikhaelmr:barman_npc_mob [2025/12/25 18:24] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== barman_npc_mob - Code References ======
  
 +===== Java Classes =====
 +This entity is implemented via configuration and Lua script, no dedicated Java class exists
 +
 +===== JSON Configuration =====
 +{{code json
 +{
 +
 +   "baseSpeed"     :0,
 +
 +   "spriteDesc"    :"spritesDesc/BarmanNPC.json",
 +
 +   "scriptFile"    :"scripts/npc/Barman",
 +
 +   "friendly"      :true,
 +
 +   "movable"       :false,
 +
 +   "aiState"       :"Passive",
 +
 +   "fraction"      :"NEUTRAL"
 +
 +}
 +
 +}}
 +
 +===== String Resources =====
 +No specific string resources found for BarmanNPC
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/npc/Barman.lua|Barman.lua]]
 +
 +===== Related mr Entities =====
 +  * [[mr:inn_2021_03_level|Inn (Level)]]