|
|
(5 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {{Related|Page Templates|Wiki Templates|{{mtl|Pack}}|{{mtl|Chest}}|{{mtl|Intro}}}} | | {{Post |
| | | | Indent = : |
| == Wiki Code ==
| | | To = |
| === Pack === | | | Text = The two templates for Chest and Pack seem to be working for most packs and chests already on the wiki. If any suggestions, please ;)<br> The template for containers which are not chests or packs needs to be worked on. However, a more clear definition, or better said, what counts as a chest, and what counts not, would be helpful. For now, my working definition has been that anything that looks like a chest, and/or needs to be unlocked to get access to what it contains, is a chest. Also, anything associated to obtain a quest item to proceed. --[[User:Sanddh|Sanddh]] 15:23, 27 June 2009 (CET) |
| <pre style="width:auto; overflow:auto">
| |
| {{Intro
| |
| | Patch Introduced = | |
| | Related Quests = | |
| | Updated =
| |
| }} | | }} |
| {{Pack
| |
| | Name =
| |
| | Icon Image = Icon.png
| |
| | Live Image = Live.jpg
| |
| | Live Image Caption =
| |
| | Value =
| |
| | Burden =
| |
| | Description =
| |
| | Special Properties =
| |
| | Description Two = Use this item to close it.
| |
| | Holds Max Items =
| |
| | Cannot Be Sold = False
| |
| }}
| |
| == Notes ==
| |
| * Obtained by:
| |
| {{Sold By|{{PAGENAME}}}}
| |
| </pre>
| |
|
| |
| ==== Example ====
| |
| See [[Pumpkin Backpack]] for the results of the example code below:
| |
| <pre style="width:auto; overflow:auto">
| |
| {{Intro
| |
| | Patch Introduced = [[Tricks and Treats]]
| |
| | Related Quests = [[Hunter Quest (Pumpkin Lords)]]
| |
| | Updated =
| |
| }}
| |
| {{Pack
| |
| | Name = Pumpkin Backpack
| |
| | Icon Image = Pumpkin Backpack Icon.png
| |
| | Live Image = Pumpkin Backpack Live.jpg
| |
| | Live Image Caption = Pumpkin Backpack
| |
| | Value = 250
| |
| | Burden = 1
| |
| | Description = A hollowed out pumpkin with some straps so it can be used to carry things.
| |
| | Special Properties =
| |
| | Description Two = Use this item to close it.
| |
| | Holds Max Items = 24
| |
| | Cannot Be Sold = False
| |
| }}
| |
| == Notes ==
| |
| * The Pumpkin Backpack is a random reward from the [[Majestic Pumpkin]] for completing the [[Hunter Quest (Pumpkin Lords)|Pumpkin Lords]] kill quest.
| |
|
| |
| </pre>
| |
|
| |
| === Chests and Troves ===
| |
| <pre style="width:auto; overflow:auto">
| |
| {{Intro
| |
| | Patch Introduced =
| |
| | Related Quests =
| |
| | Updated =
| |
| }}
| |
| {{Chest
| |
| | Name =
| |
| | Icon Image = Icon.png
| |
| | Live Image = Live.jpg
| |
| | Live Image Caption =
| |
| | Value =
| |
| | Burden =
| |
| | Description =
| |
| | Special Properties =
| |
| | Description Two = Use this item to open it and see its contents.
| |
| | Holds Containers =
| |
| | Holds Max Items =
| |
| | Locked = False
| |
| | Lock Difficulty = You can't tell how hard it is to pick this lock. This lock looks easy / difficult / impossible to pick.
| |
| | Resistance =
| |
| }}
| |
| == Notes ==
| |
| * Open with [[??]]
| |
| * Use to obtain [[??]]
| |
| :<font color=green> </font>
| |
| * Found at the following locations:
| |
| : <coords> <location>
| |
| {{Spawn Map|{{PAGENAME}}}}
| |
|
| |
| </pre>
| |
|
| |
| ==== Example ====
| |
| See [[Singularity Trove]] for the results of the example code below:
| |
| <pre style="width:auto; overflow:auto">
| |
| {{Intro
| |
| | Patch Introduced = [[Keep Your Enemies Closer]]
| |
| | Related Quests = [[Virindi Keys]]
| |
| | Updated =
| |
| }}
| |
| {{Chest
| |
| | Name = Singularity Trove
| |
| | Icon Image = Singularity Trove Icon.png
| |
| | Live Image = Singularity Trove Live.jpg
| |
| | Live Image Caption = Singularity Trove
| |
| | Value = 2,500
| |
| | Burden = Varies
| |
| | Description = A Virindi cache lies here.
| |
| | Special Properties =
| |
| | Description Two = Use this item to open it and see its contents.
| |
| | Holds Containers = 10
| |
| | Holds Max Items = 120
| |
| | Locked = True
| |
| | Lock Difficulty = This lock looks impossible to pick.
| |
| | Resistance = 5000
| |
| }}
| |
| == Notes ==
| |
| * Open with [[Virindi Singularity Key]]
| |
| * Found at the following locations:
| |
| {{Spawn Map|{{PAGENAME}}}}
| |
|
| |
| </pre>
| |