====== mr:shopkeeper_npc ====== === Entity Information === * **Class Name**: [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/Shopkeeper.java|Shopkeeper.java]] * **Entity Kind**: Shopkeeper * **Type**: NPC * **Fraction**: HEROES (ally to player) === Statistics === * **HP**: 1 (not a combatant) * **Defense Skill**: Not applicable * **Attack Skill**: Not applicable * **Damage**: Not applicable * **DR**: Not applicable === Special Abilities === * **Trading**: Buys and sells items at the shop. * **Bag Disenchanting**: Can disenchant bag items for gold based on their type. * **Item Identification**: Automatically identifies items for the player. === Code References === * [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/Shopkeeper.java|Shopkeeper.java]] * [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Mob.java|Mob.java]] * [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/Char.java|Char.java]] === String Resources === * **Name**: [[code:RemixedDungeon/src/main/res/values-ru/strings_all.xml#Shopkeeper_Name|Shopkeeper_Name]] * **Greeting**: [[code:RemixedDungeon/src/main/res/values-ru/strings_all.xml#Shopkeeper_Greetings|Shopkeeper_Greetings]] * **Departure**: [[code:RemixedDungeon/src/main/res/values-ru/strings_all.xml#Shopkeeper_Goodbye|Shopkeeper_Goodbye]] * **Gender**: [[code:RemixedDungeon/src/main/res/values-ru/strings_all.xml#Shopkeeper_Gender|Shopkeeper_Gender]] === Configuration Files === * [[code:RemixedDungeon/src/main/assets/mobsDesc/Shopkeeper.json|Shopkeeper.json]] (may not exist) * [[code:RemixedDungeon/src/main/assets/spritesDesc/Shopkeeper.json|Shopkeeper.json]] === Lua Scripts === * [[code:RemixedDungeon/src/main/assets/scripts/mobs/shopkeeper.lua|shopkeeper.lua]] {{tag> rpd npcs machine_readable }}