NPC Template: Difference between revisions
mNo edit summary |
>Arkalor's Bot m (Text replace - "Category:Page Template" to "Category:Page Templates") |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{RightToC}} | {{RightToC}} | ||
{{Related|Page Templates|NPCs| | {{Related|Page Templates|:Category:NPCs|{{mtl|NPC}}|{{mtl|Intro}}}} | ||
* Template for Non-Player Characters (NPCs). | |||
* | * If at all possible use an in game screen shot that is 300x400 pixels and append "Live" to the name. For example, Bretself the Translator Live.jpg. Place an image of the in game stats panel using just the name (e.g., Bretself the Translator.jpg) on the Talk page for future reference. | ||
If at all possible use an in game screen shot that is 300x400 pixels and append "Live" to the name. For example, Bretself the Translator Live.jpg. Place an image of the in game stats panel using just the name (e.g., Bretself the Translator.jpg) on the Talk page for future reference. | |||
* Leave blank any items that do not apply. | * Leave blank any items that do not apply. | ||
* | * Add the most relevant sub category from the category, [[:Category:NPCs]] (for example, <nowiki>[[Category:Translator NPCs]]</nowiki> would be added if the NPC in question was a translator). | ||
* Patch introduced, related quests, and updated should be wiki linked (double brackets). | * Patch introduced, related quests, and updated should be wiki linked (double brackets). | ||
* If there is no live image indicated or if it is "Live.jpg" then a temporary image will be displayed. | * If there is no live image indicated or if it is "Live.jpg" then a temporary image will be displayed. | ||
== Wiki Code == | == Wiki Code == | ||
<pre | <pre> | ||
{{Intro | {{Intro | ||
| Patch Introduced = | | Patch Introduced = | ||
| Related Quests = | | Related Quests = | ||
| Updated = | | Updated = | ||
}} | }} | ||
{{NPC | {{NPC | ||
Line 40: | Line 37: | ||
* Route: | * Route: | ||
== | == Dialog == | ||
{{Dialog| | |||
?? | |||
}} | |||
[[Category:??]] | [[Category:(NPC Type) NPCs]] | ||
</pre> | |||
== Crafter NPCs == | |||
Add the following below the notes section if the NPC accepts items for crafting (non quest NPCs). | |||
<pre> | |||
== Accepted Items == | |||
{{Crafter Table | |||
| See Also = | |||
| Table Rows = | |||
{{Crafter Item | |||
| Turn In Item = | |||
| Experience = | |||
| Pyreals = | |||
| Reward Item = | |||
}} | |||
{{Crafter Item | |||
| Turn In Item = | |||
| Experience = | |||
| Pyreals = | |||
| Reward Item = | |||
}} | |||
{{Crafter Item | |||
| Turn In Item = | |||
| Turn In Qty = | |||
| Experience = | |||
| Pyreals = | |||
| Reward Item = | |||
| Reward Qty = | |||
}} | |||
{{Crafter Item | |||
| Turn In Item = | |||
| Experience = | |||
| Pyreals = | |||
| Reward Item = | |||
| Reward Qty = | |||
| Reward Item 2 = | |||
| Reward 2 Qty = | |||
| Reward Item 3 = | |||
| Reward 3 Qty = | |||
| Reward Item 4 = | |||
| Reward 4 Qty = | |||
}} | |||
}} | |||
</pre> | |||
== Vendor NPCs == | |||
* Add the following below the notes section if the NPC sells items in exchange for currency. | |||
* Use additional tables to list other types of items and their prices. Lists of common items are [[#Inventories|listed]] at the bottom of this page. Alter the prices and delete any items that don't apply. | |||
<pre> | |||
* Sells at [[??%]], buys at [[??%]]. | |||
== Currency == | |||
{{Icon Bullet|Pyreal}} | |||
== Inventory == | |||
=== ?? === | |||
{{Inventory Table | |||
| Table Rows = | |||
{{Inventory Item | | }} | |||
{{Inventory Item | | }} | |||
{{Inventory Item | | }} | |||
{{Inventory Item | | }} | |||
}} | |||
</pre> | </pre> | ||
Line 48: | Line 116: | ||
See [[Bretself the Translator]] for the results of the example code below: | See [[Bretself the Translator]] for the results of the example code below: | ||
<pre | <pre> | ||
{{Intro | {{Intro | ||
| Patch Introduced = [[Release]] | | Patch Introduced = [[Release]] | ||
| Related Quests = | | Related Quests = | ||
| Updated = | | Updated = | ||
}} | }} | ||
{{NPC | {{NPC | ||
Line 76: | Line 144: | ||
* [[:Special:Whatlinkshere/{{PAGENAME}}|Items Bretself will translate.]] | * [[:Special:Whatlinkshere/{{PAGENAME}}|Items Bretself will translate.]] | ||
== | == Dialog == | ||
{{Dialog| | |||
|Bretself the Translator tells you, "I study Empyrean history of Lord Asheron's era, which we call the Empyrean Era of Lore. If you have a text from that time, perhaps I may be of service." | |||
}} | |||
[[Category:Translator]] | [[Category:Translator NPCs]] | ||
</pre> | |||
== Inventories == | |||
=== Alchemical Items === | |||
<pre> | |||
=== Alchemical Items === | |||
{{Inventory Table | |||
| Table Rows = | |||
{{Inventory Item | Alembic | 500 }} | |||
{{Inventory Item | Aqua Incanta | 5 }} | |||
{{Inventory Item | Concentrated Aqua Incanta | 250 }} | |||
{{Inventory Item | Mortar and Pestle | 10 }} | |||
{{Inventory Item | Neutral Balm | 140 }} | |||
{{Inventory Item | Eye Dropper | 25,000 }} | |||
}} | |||
</pre> | |||
=== Books, Paper === | |||
<pre> | |||
=== Books, Paper === | |||
{{Inventory Table | |||
| Table Rows = | |||
{{Inventory Item | Parchment| 10 }} | |||
}} | |||
</pre> | |||
=== Containers === | |||
<pre> | |||
=== Containers === | |||
{{Inventory Table | |||
| Table Rows = | |||
{{Inventory Item | Basket (Black) | 65 }} | |||
{{Inventory Item | Basket (Brown) | 65 }} | |||
{{Inventory Item | Basket (Olive) | 65 }} | |||
{{Inventory Item | Basket (Teal) | 65 }} | |||
{{Inventory Item | Basket (White) | 65 }} | |||
{{Inventory Item | Belt Pouch (Black) | 65 }} | |||
{{Inventory Item | Belt Pouch (Blue) | 65 }} | |||
{{Inventory Item | Belt Pouch (Green) | 65 }} | |||
{{Inventory Item | Belt Pouch (Olive) | 65 }} | |||
{{Inventory Item | Belt Pouch (Purple) | 65 }} | |||
{{Inventory Item | Belt Pouch (Teal) | 65 }} | |||
{{Inventory Item | Belt Pouch (White) | 65 }} | |||
{{Inventory Item | Pack (Blue) | 65 }} | |||
{{Inventory Item | Pack (Brown) | 65 }} | |||
{{Inventory Item | Pack (Dark Gray) | 65 }} | |||
{{Inventory Item | Pack (Green) | 65 }} | |||
{{Inventory Item | Pack (Gray) | 65 }} | |||
{{Inventory Item | Pack (Olive) | 65 }} | |||
{{Inventory Item | Pack (Purple) | 65 }} | |||
{{Inventory Item | Pack (Red) | 65 }} | |||
{{Inventory Item | Pack (Teal) | 65 }} | |||
{{Inventory Item | Pack (White) | 65 }} | |||
{{Inventory Item | Sack (Brown) | 65 }} | |||
{{Inventory Item | Sack (Gray) | 65 }} | |||
{{Inventory Item | Sack (Green) | 65 }} | |||
{{Inventory Item | Sack (Olive) | 65 }} | |||
{{Inventory Item | Sack (Red) | 65 }} | |||
{{Inventory Item | Sack (Teal) | 65 }} | |||
{{Inventory Item | Sack (White) | 65 }} | |||
{{Inventory Item | Small Belt Pouch (Aqua) | 65 }} | |||
{{Inventory Item | Small Belt Pouch (Black) | 65 }} | |||
{{Inventory Item | Small Belt Pouch (Blue) | 65 }} | |||
{{Inventory Item | Small Belt Pouch (Green) | 65 }} | |||
{{Inventory Item | Small Belt Pouch (Olive) | 65 }} | |||
{{Inventory Item | Small Belt Pouch (Purple) | 65 }} | |||
{{Inventory Item | Small Belt Pouch (Red) | 65 }} | |||
{{Inventory Item | Small Belt Pouch (Teal) | 65 }} | |||
{{Inventory Item | Small Belt Pouch (White) | 65 }} | |||
}} | |||
</pre> | |||
=== Fletching Items === | |||
<pre> | |||
=== Fletching Items === | |||
{{Inventory Table | |||
| Table Rows = | |||
{{Inventory Item | Bundle of Arrowshafts | 7 }} | |||
{{Inventory Item | Bundle of Quarrelshafts | 7 }} | |||
}} | |||
</pre> | |||
=== Keys, Tools === | |||
<pre> | |||
=== Keys, Tools === | |||
{{Inventory Table | |||
| Table Rows = | |||
{{Inventory Item | Plain Lockpick | 200 }} | |||
{{Inventory Item | Reliable Lockpick | 400 }} | |||
{{Inventory Item | Good Lockpick | 675 }} | |||
}} | |||
</pre> | |||
=== Miscellaneous === | |||
<pre> | |||
=== Miscellaneous === | |||
{{Inventory Table | |||
| Table Rows = | |||
{{Inventory Item | Torch | 10 }} | |||
}} | |||
</pre> | |||
=== Trade Notes === | |||
<pre> | |||
=== Trade Notes === | |||
{{Inventory Table | |||
| Table Rows = | |||
{{Inventory Item | Trade Note (100) | 115 }} | |||
{{Inventory Item | Trade Note (500) | 575 }} | |||
{{Inventory Item | Trade Note (1,000) | 1,150 }} | |||
{{Inventory Item | Trade Note (5,000) | 5,750 }} | |||
{{Inventory Item | Trade Note (10,000) | 11,500 }} | |||
{{Inventory Item | Trade Note (50,000) | 57,500 }} | |||
{{Inventory Item | Trade Note (100,000) | 115,000 }} | |||
{{Inventory Item | Trade Note (150,000) | 172,500 }} | |||
{{Inventory Item | Trade Note (200,000) | 230,000 }} | |||
{{Inventory Item | Trade Note (250,000) | 287,500 }} | |||
}} | |||
</pre> | </pre> | ||
[[Category:Page | [[Category:Page Templates]] |
Latest revision as of 02:12, 9 April 2014
Related topics: Page Templates, Category:NPCs, {{NPC}}, {{Intro}}
- Template for Non-Player Characters (NPCs).
- If at all possible use an in game screen shot that is 300x400 pixels and append "Live" to the name. For example, Bretself the Translator Live.jpg. Place an image of the in game stats panel using just the name (e.g., Bretself the Translator.jpg) on the Talk page for future reference.
- Leave blank any items that do not apply.
- Add the most relevant sub category from the category, Category:NPCs (for example, [[Category:Translator NPCs]] would be added if the NPC in question was a translator).
- Patch introduced, related quests, and updated should be wiki linked (double brackets).
- If there is no live image indicated or if it is "Live.jpg" then a temporary image will be displayed.
Wiki Code Edit
{{Intro | Patch Introduced = | Related Quests = | Updated = }} {{NPC | Name = | Live Image = Live.jpg | Race = | Title = | Status = Non-Player Killer | Level = | Strength = | Endurance = | Coordination = | Quickness = | Focus = | Self = | Health = | Stamina = | Mana = | Location = }} == Notes == * Route: == Dialog == {{Dialog| ?? }} [[Category:(NPC Type) NPCs]]
Crafter NPCs Edit
Add the following below the notes section if the NPC accepts items for crafting (non quest NPCs).
== Accepted Items == {{Crafter Table | See Also = | Table Rows = {{Crafter Item | Turn In Item = | Experience = | Pyreals = | Reward Item = }} {{Crafter Item | Turn In Item = | Experience = | Pyreals = | Reward Item = }} {{Crafter Item | Turn In Item = | Turn In Qty = | Experience = | Pyreals = | Reward Item = | Reward Qty = }} {{Crafter Item | Turn In Item = | Experience = | Pyreals = | Reward Item = | Reward Qty = | Reward Item 2 = | Reward 2 Qty = | Reward Item 3 = | Reward 3 Qty = | Reward Item 4 = | Reward 4 Qty = }} }}
Vendor NPCs Edit
- Add the following below the notes section if the NPC sells items in exchange for currency.
- Use additional tables to list other types of items and their prices. Lists of common items are listed at the bottom of this page. Alter the prices and delete any items that don't apply.
* Sells at [[??%]], buys at [[??%]]. == Currency == {{Icon Bullet|Pyreal}} == Inventory == === ?? === {{Inventory Table | Table Rows = {{Inventory Item | | }} {{Inventory Item | | }} {{Inventory Item | | }} {{Inventory Item | | }} }}
Example Edit
See Bretself the Translator for the results of the example code below:
{{Intro | Patch Introduced = [[Release]] | Related Quests = | Updated = }} {{NPC | Name = Bretself the Translator | Live Image = Bretself the Translator Live.jpg | Race = Male Aluvian | Title = Translator | Status = Non-Player Killer | Level = 62 | Strength = 170 | Endurance = 170 | Coordination = 165 | Quickness = 160 | Focus = 250 | Self = 250 | Health = 260 | Stamina = 280 | Mana = 505 | Location = 26.0N 47.0E west of [[Cragstone]] }} == Notes == * Route: Located a short run west of [[Cragstone]] in the library at 26.0N 47.0E. * [[:Special:Whatlinkshere/{{PAGENAME}}|Items Bretself will translate.]] == Dialog == {{Dialog| |Bretself the Translator tells you, "I study Empyrean history of Lord Asheron's era, which we call the Empyrean Era of Lore. If you have a text from that time, perhaps I may be of service." }} [[Category:Translator NPCs]]
Inventories Edit
Alchemical Items Edit
=== Alchemical Items === {{Inventory Table | Table Rows = {{Inventory Item | Alembic | 500 }} {{Inventory Item | Aqua Incanta | 5 }} {{Inventory Item | Concentrated Aqua Incanta | 250 }} {{Inventory Item | Mortar and Pestle | 10 }} {{Inventory Item | Neutral Balm | 140 }} {{Inventory Item | Eye Dropper | 25,000 }} }}
Books, Paper Edit
=== Books, Paper === {{Inventory Table | Table Rows = {{Inventory Item | Parchment| 10 }} }}
Containers Edit
=== Containers === {{Inventory Table | Table Rows = {{Inventory Item | Basket (Black) | 65 }} {{Inventory Item | Basket (Brown) | 65 }} {{Inventory Item | Basket (Olive) | 65 }} {{Inventory Item | Basket (Teal) | 65 }} {{Inventory Item | Basket (White) | 65 }} {{Inventory Item | Belt Pouch (Black) | 65 }} {{Inventory Item | Belt Pouch (Blue) | 65 }} {{Inventory Item | Belt Pouch (Green) | 65 }} {{Inventory Item | Belt Pouch (Olive) | 65 }} {{Inventory Item | Belt Pouch (Purple) | 65 }} {{Inventory Item | Belt Pouch (Teal) | 65 }} {{Inventory Item | Belt Pouch (White) | 65 }} {{Inventory Item | Pack (Blue) | 65 }} {{Inventory Item | Pack (Brown) | 65 }} {{Inventory Item | Pack (Dark Gray) | 65 }} {{Inventory Item | Pack (Green) | 65 }} {{Inventory Item | Pack (Gray) | 65 }} {{Inventory Item | Pack (Olive) | 65 }} {{Inventory Item | Pack (Purple) | 65 }} {{Inventory Item | Pack (Red) | 65 }} {{Inventory Item | Pack (Teal) | 65 }} {{Inventory Item | Pack (White) | 65 }} {{Inventory Item | Sack (Brown) | 65 }} {{Inventory Item | Sack (Gray) | 65 }} {{Inventory Item | Sack (Green) | 65 }} {{Inventory Item | Sack (Olive) | 65 }} {{Inventory Item | Sack (Red) | 65 }} {{Inventory Item | Sack (Teal) | 65 }} {{Inventory Item | Sack (White) | 65 }} {{Inventory Item | Small Belt Pouch (Aqua) | 65 }} {{Inventory Item | Small Belt Pouch (Black) | 65 }} {{Inventory Item | Small Belt Pouch (Blue) | 65 }} {{Inventory Item | Small Belt Pouch (Green) | 65 }} {{Inventory Item | Small Belt Pouch (Olive) | 65 }} {{Inventory Item | Small Belt Pouch (Purple) | 65 }} {{Inventory Item | Small Belt Pouch (Red) | 65 }} {{Inventory Item | Small Belt Pouch (Teal) | 65 }} {{Inventory Item | Small Belt Pouch (White) | 65 }} }}
Fletching Items Edit
=== Fletching Items === {{Inventory Table | Table Rows = {{Inventory Item | Bundle of Arrowshafts | 7 }} {{Inventory Item | Bundle of Quarrelshafts | 7 }} }}
Keys, Tools Edit
=== Keys, Tools === {{Inventory Table | Table Rows = {{Inventory Item | Plain Lockpick | 200 }} {{Inventory Item | Reliable Lockpick | 400 }} {{Inventory Item | Good Lockpick | 675 }} }}
Miscellaneous Edit
=== Miscellaneous === {{Inventory Table | Table Rows = {{Inventory Item | Torch | 10 }} }}
Trade Notes Edit
=== Trade Notes === {{Inventory Table | Table Rows = {{Inventory Item | Trade Note (100) | 115 }} {{Inventory Item | Trade Note (500) | 575 }} {{Inventory Item | Trade Note (1,000) | 1,150 }} {{Inventory Item | Trade Note (5,000) | 5,750 }} {{Inventory Item | Trade Note (10,000) | 11,500 }} {{Inventory Item | Trade Note (50,000) | 57,500 }} {{Inventory Item | Trade Note (100,000) | 115,000 }} {{Inventory Item | Trade Note (150,000) | 172,500 }} {{Inventory Item | Trade Note (200,000) | 230,000 }} {{Inventory Item | Trade Note (250,000) | 287,500 }} }}