1,131
edits
(Created page with "{{Documentation}} {{invokes|Infobox Item}} {{ToC|left}} {{clear}} {{Standard infobox parameters}} ==Parameters== ===name=== The name of the item '''exactly''' as it appears in game (identical case and spacing). ===image=== The inventory image of the item, formatted as <nowiki>File:Image.png</nowiki>. Ideally in PNG format (or GIF format if the image is animated). For stackable items with multiple images, a...") |
No edit summary |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
===image=== | ===image=== | ||
The inventory image of the item, formatted as <nowiki>[[File:Image.png]]</nowiki>. Ideally in [[Wikipedia:Portable_Network_Graphics|PNG]] format (or [[Wikipedia:GIF|GIF]] format if the image is animated) | The inventory image of the item, formatted as <nowiki>[[File:Image.png]]</nowiki>. Ideally in [[Wikipedia:Portable_Network_Graphics|PNG]] format (or [[Wikipedia:GIF|GIF]] format if the image is animated). | ||
===release=== | ===release=== | ||
Release date of the item. Should follow the format <nowiki>[[DD Month]] [[YYYY]]</nowiki>. | Release date of the item. Should follow the format <nowiki>[[DD Month]] [[YYYY]]</nowiki>. | ||
=== | ===id=== | ||
The item's game ID. Meta item IDs should be prefixed by "m:". | |||
Example values for this field: | |||
* 1234 | |||
* m:1234 | |||
=== | ===description=== | ||
The description of the item that appears in the game. | |||
===members=== | ===members=== | ||
Whether or not the item is a members only item. Must be the string "Yes" or "No". | Whether or not the item is a members only item. Must be the string "Yes" or "No". | ||
===donator=== | |||
Whether or not the item is a donator only item. Must be the string "Yes" or "No". | |||
===level=== | |||
The level of the item. | |||
===cost=== | |||
The price of the item, or <code>Not Buyable</code> if not buyable. | |||
Example values for this field: | |||
* 123 [[Gold]] | |||
* 123 [[Lux]] | |||
* Not Buyable | |||
===sell=== | |||
The sell price of the item, or <code>Not Sellable</code> if not sellable. | |||
Example values for this field: | |||
* 123 [[Gold]] | |||
* 123 [[Lux]] | |||
* Not Sellable | |||
===tradeable=== | |||
Whether the item is [[tradeable]] between players. | |||
'''Examples:''' | |||
* Yes | |||
* No | |||
===craftable=== | |||
Whether the item is craftable. | |||
'''Examples:''' | |||
* Yes | |||
* No | |||
===brewable=== | |||
Whether the item is brewable. | |||
'''Examples:''' | |||
* Yes | |||
* No | |||
===quest=== | ===quest=== | ||
| Line 42: | Line 82: | ||
* No | * No | ||
=== | ===market_sp_limit=== | ||
Sell price limits on the global market, as they appear in game. | |||
'''Examples:''' | |||
* 0 - 0 | |||
* 12 - 21 | |||
===market_bp_limit=== | |||
Buy price limits on the global market, as they appear in game. | |||
'''Examples:''' | '''Examples:''' | ||
* | * 0 - 0 | ||
* | * 12 - 21 | ||
===type=== | |||
The type of the item | |||
The possible values for this field are: | |||
* <nowiki>[[''Item Type'']]</nowiki> | |||
=== | ===potion_type=== | ||
The potion type, if the item is a potion. | |||
The possible values for this field are: | |||
* <nowiki>[[''Health Potion'']]</nowiki> | |||
* <nowiki>[[''Effect Potion'']]</nowiki> | |||
=== | ===potion_effect=== | ||
If the item is a potion effect, specify the effect here. | |||
=== | ===book_author=== | ||
If the item is a book, specify the author here. | |||
=== | ===damage_blocked=== | ||
If the item blocks damage, specify it here. | |||
=== | ===rune_tp=== | ||
If the item is a rune, specify the location it teleports to. | |||
The possible values for this field are: | |||
The | * <nowiki>[[''Location name'']]</nowiki> | ||
=== | ===damage=== | ||
If the item deals damage, specify it here. | |||
'''Examples:''' | '''Examples:''' | ||
* | * 0 - 0 | ||
* | * 12 - 21 | ||
=== | ===tool_type=== | ||
If the item is a tool, specify the type of tool here. | |||
The possible values for this field are: | |||
The | * Fishing Rod | ||
* Axe | |||
* Pickaxe | |||
* Shears | |||
=== | ===tool_skill_level=== | ||
The level required in the skill required to use the tool. | |||
=== | ===tool_effect=== | ||
If the tool has any effects, put them here. | |||
===forage_level=== | |||
If the item can be gotten from foraging, add the minimum forage level needed to get it here. | |||
===mine_level=== | |||
If the item can be gotten from mining, add the minimum mining level needed to get it here. | |||
===fish_level=== | |||
If the item can be gotten from fishing, add the minimum fishing level needed to get it here. | |||
===chop_level=== | |||
If the item can be gotten from chopping, add the minimum chop level needed to get it here. | |||
===ring_effect=== | |||
If the item is a ring, provide the rings effect here. | |||
===necklace_effect=== | |||
If the item is a necklace, provide the necklaces effect here. | |||
==Quick copy== | ==Quick copy== | ||
| Line 129: | Line 175: | ||
|image = | |image = | ||
|release = | |release = | ||
| | |id = | ||
| | |description = | ||
|members = | |members = | ||
|level = | |||
|cost = | |||
|sell = | |||
|tradeable = | |||
|craftable = | |||
|brewable = | |||
|quest = | |quest = | ||
| | |market_sp_limit = (Optional) | ||
| | |market_bp_limit = (Optional) | ||
| | |type = | ||
| | |potion_type = (Optional) | ||
| | |potion_effect = (Optional) | ||
| | |book_author = (Optional) | ||
|damage_blocked = (Optional) | |||
| | |rune_tp = (Optional) | ||
| | |damage = (Optional) | ||
|tool_type = (Optional) | |||
|skill_level = (Optional) | |||
|tool_effect = (Optional) | |||
| | |||
| | |||
| | |||
}}</pre> | }}</pre> | ||
<includeonly>[[Category:Infobox templates]]</includeonly> | <includeonly>[[Category:Infobox templates]]</includeonly> | ||