Template:CraftProp: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
(added examples to the page... will flesh out later once enchanting Capacity has been added for all materials.)
No edit summary
Line 87: Line 87:
==Common attributes==
==Common attributes==
===Type===
===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.
Type is specified for all Crafting Materials by adding <tt>t=</tt> to the template. For clarity, this should be placed at the front of the CraftProp template. Possible values include:


* a = Alchemy
* a = Alchemy
Line 98: Line 98:


===Rarity===
===Rarity===
Rarity is specified for all Crafting Materials by adding r= inside the template
Rarity is specified for all Crafting Materials by adding <tt>r=</tt> inside the template. Possible values include:


* c = common
* c = common
Line 104: Line 104:
* r = rare
* r = rare
* vr = very rare
* vr = very rare
* s = special (e.g. Quest, Hollow Eve)
* s = special. Denote the Source for special rarity (e.g. Quest, Festival)


===Value===
===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").
The Kronar value per volume for 99 purity material. Make sure to follow the Elanthipedia standard of putting commas in the values. For example, "75,000".


===Source===
===Source===
This property is optionally used to describe the material's source. Common values would include "" (none) or "Quest" or "Festival".
This property is optionally used to describe the material's source. The most common value would include "-" (none). For leather you should indicate the skinned creature as a source, and for metal or stone you should indicate the rock formation type.

* "-" = none, the most common Source

In the case of a special source avoid ambiguous terms such as "Unique". Instead use "Quest", "Festival", "Auction" or combination.

* auction = auction only
* festival = festival specific materials such as [[smokewood]] sold at Hollow Eve
* quest = quest only, including microtrans quests

Combined terms should be a comma separated list in alphabetical order, for example, "Auction, Festival".

* auction, quest


===Category===
===Category===
Line 118: Line 130:
===Alchemy===
===Alchemy===
{|
{|
|<pre><nowiki>{{CraftProp|t=a|Workability|Potency|Efficacy|Solubility|Toxicity|Value*|Source|r=}}</nowiki></pre>
|<pre><nowiki>{{CraftProp|t=a|Workability|Potency|Efficacy|Solubility|Toxicity|Value|Source|r=}}</nowiki></pre>
|}
|}
* If the catalyst is a metal, see the Metal Source note below


'''Alchemy Example'''
'''Alchemy Example'''
{|
{|
|<pre><nowiki>{{CraftProp|t=a|95|70|70|30|35|20,625|Quest|r=s}}</nowiki></pre>
|<pre><nowiki>{{CraftProp|t=a|95|70|70|30|35|20,625|quest|r=s}}</nowiki></pre>
|}
|}


Line 130: Line 143:
|<pre><nowiki>{{CraftProp|t=b|Hardness|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Density|Size|Value|Source|r=}}</nowiki></pre>
|<pre><nowiki>{{CraftProp|t=b|Hardness|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Density|Size|Value|Source|r=}}</nowiki></pre>
|}
|}
* Source for bone should include the creature that can be skinned, when possible.


'''Bone Example'''
'''Bone Example'''
{|
{|
|<pre><nowiki>{{CraftProp|t=b|45|40|40|25|25|85|2.75|4|400|-|r=c}}</nowiki></pre>
|<pre><nowiki>{{CraftProp|t=b|45|40|40|25|25|85|2.75|4|400|Ship rat|r=c}}</nowiki></pre>
|}
|}


===Cloth===
===Cloth===
{|
{|
|<pre><nowiki>{{CraftProp|t=b|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Density|Value|Source||r=}}</nowiki></pre>
|<pre><nowiki>{{CraftProp|t=b|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Density|Value|Source|r=}}</nowiki></pre>
|}
|}


'''Cloth Example'''
'''Cloth Example'''
{|
{|
|<pre><nowiki>{{CraftProp|t=c|60|20|35|50|85|2.00, 2.25, 2.50, 2.75, 3.00||-}}</nowiki></pre>
|<pre><nowiki>{{CraftProp|t=c|60|20|35|50|85|2.00, 2.25, 2.50, 2.75, 3.00|?|-|r=c}}</nowiki></pre>
|}
|}


===Leather===
===Leather===
{|
{|
|<pre><nowiki>{{CraftProp|t=b|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Density|Size|Value|Source||r=}}</nowiki></pre>
|<pre><nowiki>{{CraftProp|t=b|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Density|Size|Value|Source|r=}}</nowiki></pre>
|}
|}
* Source for leather should include the creature that can be skinned, when possible.


'''Leather Example'''
'''Leather Example'''
{|
{|
|<pre><nowiki>{{CraftProp|t=l|60|50|50|35|85|3.80|4|Granite Gargoyle||r=c}}</nowiki></pre>
|<pre><nowiki>{{CraftProp|t=l|60|50|50|35|85|3.80|4|?|Granite gargoyle|r=c}}</nowiki></pre>
|}
|}


===Metal===
===Metal===
{|
{|
|<pre><nowiki>{{CraftProp|t=b|Hardness|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Ductility|Capacity|Density|Value|Source||r=}}</nowiki></pre>
|<pre><nowiki>{{CraftProp|t=b|Hardness|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Ductility|Capacity|Density|Value|Source|r=}}</nowiki></pre>
|}
|}
* Source for mined metal should include the rock type:
**alluvial
**igneous
**metamorphic
**sedimentary
**igneous, metamorphic, sedimentary


'''Metal Example'''
'''Metal Example'''
{|
{|
|<pre><nowiki>{{CraftProp|t=m|85|80|95|40|80|94|90|12|5.2|20,625|Unique|r=s}}</nowiki></pre>
|<pre><nowiki>{{CraftProp|t=m|85|80|95|40|80|94|90|12|5.2|20,625|-|r=s}}</nowiki></pre>
|}
|}


===Stone===
===Stone===
{|
{|
|<pre><nowiki>{{CraftProp|t=b|Hardness|Durability|Workability|Density|Value|Source||r=}}</nowiki></pre>
|<pre><nowiki>{{CraftProp|t=b|Hardness|Durability|Workability|Density|Value|Source|r=}}</nowiki></pre>
|}
|}
* Source for mined stone should include the rock type:
**alluvial
**igneous
**metamorphic
**sedimentary
**igneous, metamorphic, sedimentary


'''Stone Example'''
'''Stone Example'''
{|
{|
|<pre><nowiki>{{CraftProp|t=s|30|15|60|40,000|277|Metamorphic rock mining|r=c}}</nowiki></pre>
|<pre><nowiki>{{CraftProp|t=s|30|15|60|40,000|277|metamorphic|r=c}}</nowiki></pre>
|}
|}


===Wood===
===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>
|<pre><nowiki>{{CraftProp|t=b|Durability|Workability|Hardness|Stiffness|Physical resist|Shortbow affinity|Longbow affinity|Composite bow affinity|Density|Value|Source|r=}}</nowiki></pre>
|}
|}
* Source for lumberjacked wood should include the forest type:
**boreal
**coniferous
**deciduous
**tropical
**boreal, coniferous


'''Wood Example'''
'''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>
|<pre><nowiki>{{CraftProp|t=w|60|35|20|64|44|15|10|18|4.4|301.7|boreal|r=u}}</nowiki></pre>
|}
|}



Revision as of 13:58, 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. Possible values include:

  • 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. Possible values include:

  • c = common
  • u = uncommon
  • r = rare
  • vr = very rare
  • s = special. Denote the Source for special rarity (e.g. Quest, Festival)

Value

The Kronar value per volume for 99 purity material. Make sure to follow the Elanthipedia standard of putting commas in the values. For example, "75,000".

Source

This property is optionally used to describe the material's source. The most common value would include "-" (none). For leather you should indicate the skinned creature as a source, and for metal or stone you should indicate the rock formation type.

  • "-" = none, the most common Source

In the case of a special source avoid ambiguous terms such as "Unique". Instead use "Quest", "Festival", "Auction" or combination.

  • auction = auction only
  • festival = festival specific materials such as smokewood sold at Hollow Eve
  • quest = quest only, including microtrans quests

Combined terms should be a comma separated list in alphabetical order, for example, "Auction, Festival".

  • auction, quest

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=}}
  • If the catalyst is a metal, see the Metal Source note below

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=}}
  • Source for bone should include the creature that can be skinned, when possible.

Bone Example

{{CraftProp|t=b|45|40|40|25|25|85|2.75|4|400|Ship rat|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|?|-|r=c}}

Leather

{{CraftProp|t=b|Durability|Workability|Electrical resist|Thermal resist|Physical resist|Density|Size|Value|Source|r=}}
  • Source for leather should include the creature that can be skinned, when possible.

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=}}
  • Source for mined metal should include the rock type:
    • alluvial
    • igneous
    • metamorphic
    • sedimentary
    • igneous, metamorphic, sedimentary

Metal Example

{{CraftProp|t=m|85|80|95|40|80|94|90|12|5.2|20,625|-|r=s}}

Stone

{{CraftProp|t=b|Hardness|Durability|Workability|Density|Value|Source|r=}}
  • Source for mined stone should include the rock type:
    • alluvial
    • igneous
    • metamorphic
    • sedimentary
    • igneous, metamorphic, sedimentary

Stone Example

{{CraftProp|t=s|30|15|60|40,000|277|metamorphic|r=c}}

Wood

{{CraftProp|t=b|Durability|Workability|Hardness|Stiffness|Physical resist|Shortbow affinity|Longbow affinity|Composite bow affinity|Density|Value|Source|r=}}
  • Source for lumberjacked wood should include the forest type:
    • boreal
    • coniferous
    • deciduous
    • tropical
    • boreal, coniferous

Wood Example

{{CraftProp|t=w|60|35|20|64|44|15|10|18|4.4|301.7|boreal|r=u}}