Template:MartCatalog: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Created page with "<noinclude>Due to the immutability of item prices, a singular price is associable enough with most of them; as such, to spare any unnecessary manual input on prices, I have de..."
 
m Added "Knockout drops" to the catalog
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>Due to the immutability of item prices, a singular price is associable enough with most of them; as such, to spare any unnecessary manual input on prices, I have decided to architect this data structure for all of them. It is to be used conjunctively with any templates that need to output the price of an item; with the streamlining of this template, you will only need to input the item name to fetch its price</noinclude>
<noinclude>Due to the immutability of item prices, a singular price is associable enough with most of them; as such, to spare any unnecessary manual input on prices, I have decided to architect this data structure for all of them. It is to be used conjunctively with any templates that need to output the price of an item; with the streamlining of this template, you will only need to input the item name to fetch its price</noinclude><includeonly>{{#switch:{{{1}}}|Pokéball=200|Great Ball=600|Ultra Ball=1,200|Potion=300|Super Potion=700|Hyper Potion=1,200| Max Potion=2,500|Antidote=100|Paralyze Heal=200|Burn Heal=250|Ice Heal=250|Awakening=250|Full Heal=600|Revive=1,500|Full Restore=3,000|Elixir=1,500|Ether=600|Repel=350|Super Repel=500|Max Repel=700|Escape Rope=550|Miracle Seed=2,000|Charcoal=2,000|Mystic Water=2,000|MooMoo Milk=500|Knockout drops=550|#default = ???}}</includeonly>
<includeonly>{{#switch: {{{1}}} | Pokéball = 200 | Great Ball = 600 | Ultra Ball = 1,200 | Potion = 300 | Super Potion = 700 | Hyper Potion = 1,200 | Max Potion = 2,500 | Antidote = 100 | Paralyze Heal = 200 | Burn Heal = 250 | Ice Heal = 250 | Awakening = 250 | Full Heal = 600 | Revive = 1,500 | Full Restore = 3,000 | Elixir = 1,500 | Ether = 600 | Repel = 350 | Super Repel = 500 | Max Repel = 700 | Escape Rope = 550 | Miracle Seed = 2,000 | Charcoal = 2,000 | Mystic Water = 2,000 | MooMoo Milk = 500|#default = ???}}</includeonly>

Latest revision as of 13:19, 13 January 2022

Due to the immutability of item prices, a singular price is associable enough with most of them; as such, to spare any unnecessary manual input on prices, I have decided to architect this data structure for all of them. It is to be used conjunctively with any templates that need to output the price of an item; with the streamlining of this template, you will only need to input the item name to fetch its price