Template:CraftProp: Difference between revisions
Jump to navigation
Jump to search
TEVESHSZAT (talk | contribs) No edit summary |
(added examples to the page... will flesh out later once enchanting Capacity has been added for all materials.) |
||
Line 1: | Line 1: | ||
{|border="1" class="wikitable" |
<includeonly>{|border="1" class="wikitable" |
||
{{#switch:{{{t}}} |
{{#switch:{{{t}}} |
||
|a= |
|a= |
||
Line 83: | Line 83: | ||
{{!}} align="center"{{!}} {{#if:{{{11|}}}|[[crafting source is::{{{11}}}]]|}}{{#if:{{{12|}}}|{{!}}{{!}} align="center"{{!}} [[crafting notes are::{{{12}}}]]|}} |
{{!}} align="center"{{!}} {{#if:{{{11|}}}|[[crafting source is::{{{11}}}]]|}}{{#if:{{{12|}}}|{{!}}{{!}} align="center"{{!}} [[crafting notes are::{{{12}}}]]|}} |
||
}} |
}} |
||
|} |
|}{{#if:{{{r|}}}|{{#switch:{{{r}}}|-=|s=[[rarity is::special| ]]|vr=[[rarity is::very rare| ]]|r=[[rarity is::rare| ]]|u=[[rarity is::uncommon| ]]|[[rarity is::common| ]]}}|[[rarity is::common| ]]}}{{#switch:{{{cat}}}|n|-=|{{Cat|Crafting materials}}}}</includeonly><noinclude>{{RTOC}} |
||
==Common attributes== |
|||
Automatically includes the article in [[:Category:Crafting materials]], unless {{tt|cat}} is set to "-".{{Cat|Templates}}</noinclude> |
|||
===Type=== |
|||
Type is specified for all Crafting Materials by adding t= to the template. For clarity, this should be placed at the front of the CraftProp template. |
|||
* a = Alchemy |
|||
* b = Bone |
|||
* c = Cloth |
|||
* l = Leather |
|||
* m = Metal |
|||
* s = Stone |
|||
* w = Wood |
|||
===Rarity=== |
|||
Rarity is specified for all Crafting Materials by adding r= inside the template |
|||
* c = common |
|||
* u = uncommon |
|||
* r = rare |
|||
* vr = very rare |
|||
* s = special (e.g. Quest, Hollow Eve) |
|||
===Value=== |
|||
The Kronar value per volume for 99 purity material. Make sure to follow the Elanthipedia standard of putting commas in the values (e.g. "75,000"). |
|||
===Source=== |
|||
This property is optionally used to describe the material's source. Common values would include "" (none) or "Quest" or "Festival". |
|||
===Category=== |
|||
This template automatically includes the article in [[:Category:Crafting materials]], unless {{tt|cat}} is set to "-". |
|||
==Crafting Property Types and Examples== |
|||
===Alchemy=== |
|||
{| |
|||
|<pre><nowiki>{{CraftProp|t=a|Workability|Potency|Efficacy|Solubility|Toxicity|Value*|Source|r=}}</nowiki></pre> |
|||
|} |
|||
'''Alchemy Example''' |
|||
{| |
|||
|<pre><nowiki>{{CraftProp|t=a|95|70|70|30|35|20,625|Quest|r=s}}</nowiki></pre> |
|||
|} |
|||
===Bone=== |
|||
{| |
|||
|<pre><nowiki>{{CraftProp|t=b|Hardness|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Density|Size|Value|Source|r=}}</nowiki></pre> |
|||
|} |
|||
'''Bone Example''' |
|||
{| |
|||
|<pre><nowiki>{{CraftProp|t=b|45|40|40|25|25|85|2.75|4|400|-|r=c}}</nowiki></pre> |
|||
|} |
|||
===Cloth=== |
|||
{| |
|||
|<pre><nowiki>{{CraftProp|t=b|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Density|Value|Source||r=}}</nowiki></pre> |
|||
|} |
|||
'''Cloth Example''' |
|||
{| |
|||
|<pre><nowiki>{{CraftProp|t=c|60|20|35|50|85|2.00, 2.25, 2.50, 2.75, 3.00||-}}</nowiki></pre> |
|||
|} |
|||
===Leather=== |
|||
{| |
|||
|<pre><nowiki>{{CraftProp|t=b|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Density|Size|Value|Source||r=}}</nowiki></pre> |
|||
|} |
|||
'''Leather Example''' |
|||
{| |
|||
|<pre><nowiki>{{CraftProp|t=l|60|50|50|35|85|3.80|4|Granite Gargoyle||r=c}}</nowiki></pre> |
|||
|} |
|||
===Metal=== |
|||
{| |
|||
|<pre><nowiki>{{CraftProp|t=b|Hardness|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Ductility|Capacity|Density|Value|Source||r=}}</nowiki></pre> |
|||
|} |
|||
'''Metal Example''' |
|||
{| |
|||
|<pre><nowiki>{{CraftProp|t=m|85|80|95|40|80|94|90|12|5.2|20,625|Unique|r=s}}</nowiki></pre> |
|||
|} |
|||
===Stone=== |
|||
{| |
|||
|<pre><nowiki>{{CraftProp|t=b|Hardness|Durability|Workability|Density|Value|Source||r=}}</nowiki></pre> |
|||
|} |
|||
'''Stone Example''' |
|||
{| |
|||
|<pre><nowiki>{{CraftProp|t=s|30|15|60|40,000|277|Metamorphic rock mining|r=c}}</nowiki></pre> |
|||
|} |
|||
===Wood=== |
|||
{| |
|||
|<pre><nowiki>{{CraftProp|t=b|Durability|Workability|Hardness|Stiffness|Physical resist|Shortbow affinity|Longbow affinity|Composite bow affinity|Density|Value|Source||r=}}</nowiki></pre> |
|||
|} |
|||
'''Wood Example''' |
|||
{| |
|||
|<pre><nowiki>{{CraftProp|t=w|60|35|20|64|44|15|10|18|4.4|301.7|Boreal|uncommon|r=u}}</nowiki></pre> |
|||
|} |
|||
{{Cat|Templates}}</noinclude> |
Revision as of 12:24, 31 October 2017
Common attributes
Type
Type is specified for all Crafting Materials by adding t= to the template. For clarity, this should be placed at the front of the CraftProp template.
- a = Alchemy
- b = Bone
- c = Cloth
- l = Leather
- m = Metal
- s = Stone
- w = Wood
Rarity
Rarity is specified for all Crafting Materials by adding r= inside the template
- c = common
- u = uncommon
- r = rare
- vr = very rare
- s = special (e.g. Quest, Hollow Eve)
Value
The Kronar value per volume for 99 purity material. Make sure to follow the Elanthipedia standard of putting commas in the values (e.g. "75,000").
Source
This property is optionally used to describe the material's source. Common values would include "" (none) or "Quest" or "Festival".
Category
This template automatically includes the article in Category:Crafting materials, unless CAT is set to "-".
Crafting Property Types and Examples
Alchemy
{{CraftProp|t=a|Workability|Potency|Efficacy|Solubility|Toxicity|Value*|Source|r=}} |
Alchemy Example
{{CraftProp|t=a|95|70|70|30|35|20,625|Quest|r=s}} |
Bone
{{CraftProp|t=b|Hardness|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Density|Size|Value|Source|r=}} |
Bone Example
{{CraftProp|t=b|45|40|40|25|25|85|2.75|4|400|-|r=c}} |
Cloth
{{CraftProp|t=b|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Density|Value|Source||r=}} |
Cloth Example
{{CraftProp|t=c|60|20|35|50|85|2.00, 2.25, 2.50, 2.75, 3.00||-}} |
Leather
{{CraftProp|t=b|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Density|Size|Value|Source||r=}} |
Leather Example
{{CraftProp|t=l|60|50|50|35|85|3.80|4|Granite Gargoyle||r=c}} |
Metal
{{CraftProp|t=b|Hardness|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Ductility|Capacity|Density|Value|Source||r=}} |
Metal Example
{{CraftProp|t=m|85|80|95|40|80|94|90|12|5.2|20,625|Unique|r=s}} |
Stone
{{CraftProp|t=b|Hardness|Durability|Workability|Density|Value|Source||r=}} |
Stone Example
{{CraftProp|t=s|30|15|60|40,000|277|Metamorphic rock mining|r=c}} |
Wood
{{CraftProp|t=b|Durability|Workability|Hardness|Stiffness|Physical resist|Shortbow affinity|Longbow affinity|Composite bow affinity|Density|Value|Source||r=}} |
Wood Example
{{CraftProp|t=w|60|35|20|64|44|15|10|18|4.4|301.7|Boreal|uncommon|r=u}} |