Difference between revisions of "Shopkeeper"
Line 17: | Line 17: | ||
==Locations== | ==Locations== | ||
Shopkeepers are found in [[Poké Marts]], which only spawn within [[towns]]. Each Poké Mart always has one main shopkeeper and one secondary shopkeeper. | Shopkeepers are found in [[Poké Marts]], which only spawn within [[towns]]. Each Poké Mart always has one main shopkeeper and one secondary shopkeeper. | ||
− | + | <!-- | |
Shopkeepers may also be spawned with an [[NPC editor]]. The item will randomly choose a type of shopkeeper to spawn; it is not yet possible to pick which type of shopkeeper to spawn. | Shopkeepers may also be spawned with an [[NPC editor]]. The item will randomly choose a type of shopkeeper to spawn; it is not yet possible to pick which type of shopkeeper to spawn. | ||
+ | --> | ||
==Stock== | ==Stock== | ||
Shopkeepers do not always sell the same items. Every ''Minecraft'' day, they refresh their stocks with a new random selection of items from the possible items they can sell. However, shopkeepers will never change their types. | Shopkeepers do not always sell the same items. Every ''Minecraft'' day, they refresh their stocks with a new random selection of items from the possible items they can sell. However, shopkeepers will never change their types. | ||
Line 27: | Line 28: | ||
Pixelmon items can be sold to shopkeepers regardless of which items they stock. A list of selling prices for items can be found [[Shopkeeper/Sell prices|here]]. | Pixelmon items can be sold to shopkeepers regardless of which items they stock. A list of selling prices for items can be found [[Shopkeeper/Sell prices|here]]. | ||
+ | <!-- | ||
===Customization=== | ===Customization=== | ||
Shopkeeper items can be customized by editing the shopkeeper JSON files. In order to access these files, the "useExternalNPCFiles" setting must be enabled in the [[pixelmon.hocon]] file. When Pixelmon is initialized after enabling this setting, a folder named "npcs" will appear in the game directory folder. | Shopkeeper items can be customized by editing the shopkeeper JSON files. In order to access these files, the "useExternalNPCFiles" setting must be enabled in the [[pixelmon.hocon]] file. When Pixelmon is initialized after enabling this setting, a folder named "npcs" will appear in the game directory folder. | ||
Line 51: | Line 53: | ||
**The "multi" field is a multiplier that allows the particular shopkeeper type to offer an item for more or less than its base price as defined in the "shopItems.json" file. | **The "multi" field is a multiplier that allows the particular shopkeeper type to offer an item for more or less than its base price as defined in the "shopItems.json" file. | ||
**The "rarity" field defines the chance (from 0 to 1) of the item appearing in the shopkeeper's stock each day. Leaving out this field causes the item to always appear in the shopkeeper's stock. | **The "rarity" field defines the chance (from 0 to 1) of the item appearing in the shopkeeper's stock each day. Leaving out this field causes the item to always appear in the shopkeeper's stock. | ||
+ | --> | ||
==Skins== | ==Skins== | ||
===Main shopkeepers=== | ===Main shopkeepers=== | ||
Line 70: | Line 73: | ||
==[[Config]] settings== | ==[[Config]] settings== | ||
*"spawnPokeMarts": This setting allows [[Poké Marts]] to spawn in [[towns]]. Disabling this will cause shopkeepers to be unavailable except by spawning them with an [[NPC editor]]. | *"spawnPokeMarts": This setting allows [[Poké Marts]] to spawn in [[towns]]. Disabling this will cause shopkeepers to be unavailable except by spawning them with an [[NPC editor]]. | ||
− | *"useExternalNPCFiles": This setting allows shopkeeper items and prices to be modified with JSON files in the "npcs" folder. | + | <!--*"useExternalNPCFiles": This setting allows shopkeeper items and prices to be modified with JSON files in the "npcs" folder.--> |
Revision as of 13:49, 15 November 2015

A shopkeeper is a type of NPC who players can buy Pixelmon items from in exchange for PokéDollars. Players can also sell Pixelmon items to shopkeepers for PokéDollars, although this amount of PokéDollars will always be less than the PokéDollars required to buy the item from the shopkeeper.
Types
There are several types of shopkeepers, each stocking different types of items. These types are split into two main subcategories.
Main shopkeepers
Contents
Main shopkeepers sell staple Pixelmon items such as Poké Balls and medicine. There are three types of main shopkeepers, each specializing in different types of items.
- Medicine
- Poké Balls, drinks (Fresh Water, Soda Pop, etc.)
- Battle items (X Attack, X Defense, etc.), herbal medicine (Energy Root, Revival Herb, etc.)
Regardless of type, all main shopkeepers sell Poké Balls, Great Balls, and Ultra Balls. Some types of main shopkeepers will also sell a reduced selection of items that they do not specialize in.
Secondary shopkeepers
Secondary shopkeepers specialize in a single type of Pixelmon item and do not sell any other items unrelated to this specialty. There are two types of secondary shopkeepers.
Buying from the mail shopkeeper is the only way to obtain mail legitimately.
Locations
Shopkeepers are found in Poké Marts, which only spawn within towns. Each Poké Mart always has one main shopkeeper and one secondary shopkeeper.
Stock
Shopkeepers do not always sell the same items. Every Minecraft day, they refresh their stocks with a new random selection of items from the possible items they can sell. However, shopkeepers will never change their types.
Shopkeeper prices are not always the same for an item. The shopkeeper may randomly choose to increase or decrease the price of an item by 10% for the day. Some types of shopkeepers also further reduce or increase the prices of certain items compared to other types of shopkeepers. However, the price of the item will never fall below the amount of PokéDollars gained from selling the item to the shopkeeper.
A list of possible items for each type of shopkeeper can be found here.
Pixelmon items can be sold to shopkeepers regardless of which items they stock. A list of selling prices for items can be found here.
Skins
Main shopkeepers
Secondary shopkeepers
Config settings
- "spawnPokeMarts": This setting allows Poké Marts to spawn in towns. Disabling this will cause shopkeepers to be unavailable except by spawning them with an NPC editor.