====== Dwarf Token Item - Code References ====== {{ rpd:images:dwarf_token_item.png|Dwarf Token }} ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/quest/DwarfToken.java|DwarfToken.java]] - Main item class * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/windows/WndImp.java|WndImp.java]] - Quest window for trading tokens * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/Imp.java|Imp.java]] - NPC that accepts tokens * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java|ItemFactory.java]] - Item registration ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== dwarf token Many dwarves and some of their larger creations carry these small pieces of metal of unknown purpose. Maybe they are jewelry or maybe some kind of ID. Dwarves are strange folk. Многие дворфы и их наиболее массивные творения носили эти маленькие металлические штучки. Для чего они нужны, остаётся загадкой. Может, это были украшения или, своего рода, удостоверения. Дворфы - странный народец. дворфийский жетон Muitos anões e algumas de suas criações maiores carregam esses pequenos pedaços de metal de propósito desconhecido. Talvez eles sejam jóias ou algum tipo de identificação. Anões são pessoas estranhas. token de anão ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related Files ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/quest/DwarfToken.java|DwarfToken.java]] - Item class with image=TOKEN, stackable=true * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/Imp.java|Imp.java]] - Quest NPC that exchanges tokens for rewards * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L533-L534|DwarfToken strings in strings_all.xml]] ===== Entity Usage ===== * Item type: Quest item * Stackable: Yes * Price: 100 gold per token * Used in: Imp quest (exchange tokens for rewards) * Drop source: Dwarves and their creations in City/Halls levels * Sprite: ItemSpriteSheet.TOKEN