Template:Item Attributes/doc: Difference between revisions

From The Walkscape Walkthrough
Content deleted Content added
Update categories
mNo edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Parameters==
==Parameters==


=== Name ===
=== Attribute Name ===
The name of the item. This field is required.
The name of the attribute. This field is required. Only necessary attributes should be used. A list and description of attributes can be [[Attributes|found here]].


Possible Attribute Names:
=== Value ===
A comma-separated list of the values for each rarity of the item. If a rarity does not exist, provide a dash for the value. e.g. `Values = -,-,-,123,345,678`


* Bonus experience = (Value)
=== Normal Attributes ===
* Bonus money = (Value)
The list of attributes for the normal quality item. This should use [[Template:Item Attributes]]. If using more than one [[Template:Item Attributes]], do not put a new line between them as it will affect the
* Chest finding = (Value)
* Crafting outcome = (Value)
* Double action = (Value)
* Double rewards = (Value)
* Find bird nests = (Value)
* Find collectibles = (Value)
* Find gems = (Value)
* Fine material finding = (Value)
* Fine material outcome = (Value)
* Inventory space = (Value)
* Item finding = (Value),(Number),(Item)
* No materials consumed = (Value)
* Skill level = (Value)
* Steps required = (Value)
* Work efficiency = (Value)
* None = 1


=== Good Attributes ===
=== Skill ===
The name of the skill affected by the attribute. This can be left blank for attributes with a global effect.
The list of attributes for the good quality item. This should use [[Template:Item Attributes]]. If using more than one [[Template:Item Attributes]], do not put a new line between them as it will affect the


=== Great Attributes ===
=== Item Set ===
A requirement to have a specific number of a item set.
The list of attributes for the great quality item. This should use [[Template:Item Attributes]]. If using more than one [[Template:Item Attributes]], do not put a new line between them as it will affect the
The format is Item Set = Name,Number


=== Excellent Attributes ===
=== Region ===
A requirement to be in a specific region.
The list of attributes for the excellent quality item. This should use [[Template:Item Attributes]]. If using more than one [[Template:Item Attributes]], do not put a new line between them as it will affect the


=== Perfect Attributes ===
=== Achievement Points ===
A requirement to have a certain number of [[Achievement Points]]
The list of attributes for the perfect quality item. This should use [[Template:Item Attributes]]. If using more than one [[Template:Item Attributes]], do not put a new line between them as it will affect the formatting.


=== Eternal Attributes ===
=== Global Skill ===
A global bonus to a specific skill.
The list of attributes for the eternal quality item. This should use [[Template:Item Attributes]]. If using more than one [[Template:Item Attributes]], do not put a new line between them as it will affect the formatting.

=== Non-Item ===
Can be set equal to True to remove the page from the category function.


==Quick Copy==
==Quick Copy==
Line 29: Line 48:
=== Notated Copy===
=== Notated Copy===
<syntaxhighlight lang="wikitext">
<syntaxhighlight lang="wikitext">
== Item Attributes ==

{{Item Attributes
{{Item Attributes
| Skill =
| Skill =
| Work efficiency = (Optional)
| Item Set = (Optional)
| Region = (Optional)
| Achievement Points = (Optional)
| Global Skill = (Optional)
| Bonus experience = (Optional)
| Bonus experience = (Optional)
| Bonus money = (Optional)
| Bonus money = (Optional)
Line 39: Line 63:
| Double rewards = (Optional)
| Double rewards = (Optional)
| Find bird nests = (Optional)
| Find bird nests = (Optional)
| Find collectibles = (Optional)
| Find gems = (Optional)
| Find gems = (Optional)
| Fine material finding = (Optional)
| Fine material finding = (Optional)
| Fine material outcome = (Optional)
| Fine material outcome = (Optional)
| Inventory space = (Optional)
| Inventory space = (Optional)
| Item finding = (Optional)
| No materials consumed = (Optional)
| No materials consumed = (Optional)
| Skill level = (Optional)
| Steps required = (Optional)
| Steps required = (Optional)
| Work efficiency = (Optional)
| None = 1 (Optional)
| Non-Item = True (Optional)
}}
}}
</syntaxhighlight>
</syntaxhighlight>
Line 50: Line 80:
=== Empty Copy===
=== Empty Copy===
<syntaxhighlight lang="wikitext">
<syntaxhighlight lang="wikitext">
== Item Attributes ==

{{Item Attributes
{{Item Attributes
| Skill =
| Skill =
| Work efficiency =
| Item Set =
| Region =
| Achievement Points =
| Global Skill =
| Bonus experience =
| Bonus experience =
| Bonus money =
| Bonus money =
Line 60: Line 95:
| Double rewards =
| Double rewards =
| Find bird nests =
| Find bird nests =
| Find collectibles =
| Find gems =
| Find gems =
| Fine material finding =
| Fine material finding =
| Fine material outcome =
| Fine material outcome =
| Inventory space =
| Inventory space =
| Item finding =
| No materials consumed =
| No materials consumed =
| Skill level =
| Steps required =
| Steps required =
| Work efficiency =
| None =
| Non-Item =
}}
}}
</syntaxhighlight>
</syntaxhighlight>
Line 74: Line 115:
! Code
! Code
! Yields
! Yields
|-
| colspan="2" style="text-align: center;|'''Single Attribute'''
|-
|-
| <syntaxhighlight lang="wikitext">
| <syntaxhighlight lang="wikitext">
Line 84: Line 127:
| Skill = Woodcutting
| Skill = Woodcutting
| Work efficiency = +10.0%
| Work efficiency = +10.0%
| Non-Item = True
}}
}}
|-
| colspan="2" style="text-align: center;|'''Multiple Attributes with Multiple Skills, Each on a Single Line'''
|-
|-
| <syntaxhighlight lang="wikitext">
| <syntaxhighlight lang="wikitext">
{{Item_Attributes | Work efficiency = +65.0% | Skill = Woodcutting}}
{{Item Attributes
| Skill = Mining
{{Item_Attributes | Work efficiency = +65.0% | Skill = Mining}}
{{Item_Attributes | Find gems = +20.0% | Skill = Mining}}
| Work efficiency = +22.0%
{{Item_Attributes | Find bird nests = +20.0% | Skill = Woodcutting}}
| Bonus experience = +6.0%
{{Item_Attributes | Double action = +9.0% | Skill = Woodcutting}}
| Chest finding = +6.0%
{{Item_Attributes | Double action = +9.0% | Skill = Mining}}
| Fine material finding = +20.0%
{{Item_Attributes | Bonus experience = +4.0 | Skill = Mining}}
| Double rewards = +6.0%
{{Item_Attributes | Bonus experience = +4.0 | Skill = Woodcutting}}
| Double action = +6.0%
{{Item Attributes | Item finding = 2.0%, 1, Adventurers' Guild Token}}
}}
</syntaxhighlight>
</syntaxhighlight>
|
|{{Item Attributes
{{Item_Attributes | Work efficiency = +65.0% | Skill = Woodcutting | Non-Item = True}}
| Skill = Mining
| Work efficiency = +22.0%
{{Item_Attributes | Work efficiency = +65.0% | Skill = Mining | Non-Item = True}}
{{Item_Attributes | Find gems = +20.0% | Skill = Mining | Non-Item = True}}
| Bonus experience = +6.0%
{{Item_Attributes | Find bird nests = +20.0% | Skill = Woodcutting | Non-Item = True}}
| Chest finding = +6.0%
{{Item_Attributes | Double action = +9.0% | Skill = Woodcutting | Non-Item = True}}
| Fine material finding = +20.0%
| Double rewards = +6.0%
{{Item_Attributes | Double action = +9.0% | Skill = Mining | Non-Item = True}}
{{Item_Attributes | Bonus experience = -4.0 | Skill = Mining | Non-Item = True}}
| Double action = +6.0%
{{Item_Attributes | Bonus experience = +4.0 | Skill = Woodcutting | Non-Item = True}}
}}
{{Item Attributes | Item finding = 2.0%, 1, Adventurers' Guild Token | Non-Item = True}}
|-
| colspan="2" style="text-align: center;|'''Items with No Skills'''
|-
|-
| <syntaxhighlight lang="wikitext">
| <syntaxhighlight lang="wikitext">
{{Item_Attributes | Inventory space = +1}}
{{Item Attributes
{{Item_Attributes | Work efficiency = +1.0%}}
| Skill = Foraging
| Work efficiency = +22.0%
| Bonus experience = +10.0%
}}{{Item Attributes
| Skill = Crafting
| Chest finding = +6.0%
| Double rewards = +4.0%
| Double action = +4.0%
}}
</syntaxhighlight>
</syntaxhighlight>
|
|{{Item Attributes
{{Item_Attributes | Inventory space = +1 | Non-Item = True}}
| Skill = Foraging
| Work efficiency = +22.0%
{{Item_Attributes | Work efficiency = +1.0% | Non-Item = True}}
|-
| Bonus experience = +10.0%
| colspan="2" style="text-align: center;|'''Attribute with no Skill'''
}}{{Item Attributes
|-
| Skill = Crafting
| <syntaxhighlight lang="wikitext">
| Chest finding = +6.0%
{{Item_Attributes | None = 1}}
| Double rewards = +4.0%
</syntaxhighlight>
| Double action = +4.0%
|{{Item_Attributes | None = 1 | Non-Item = True}}
}}
|-
| colspan="2" style="text-align: center;|'''Attribute with an Item Set'''
|-
| <syntaxhighlight lang="wikitext">
{{Item_Attributes | Work efficiency = +1.0% | Item Set = Herbert's Set, 1}}
</syntaxhighlight>
|{{Item_Attributes | Work efficiency = +1.0% | Item Set = Herbert's Set, 1 | Non-Item = True}}
|-
| colspan="2" style="text-align: center;|'''Attribute with a location Requirement'''
|-
| <syntaxhighlight lang="wikitext">
{{Item_Attributes | Skill = Foraging | Chest finding = +10.0% | Region = GDTE}}
</syntaxhighlight>
|{{Item_Attributes | Skill = Foraging | Chest finding = +10.0% | Region = GDTE | Non-Item = True}}
|-
| colspan="2" style="text-align: center;|'''Attribute with Achievement Points'''
|-
| <syntaxhighlight lang="wikitext">
{{Item_Attributes | Fine material finding = +10.0% | Achievement Points = 150}}
</syntaxhighlight>
|{{Item_Attributes | Fine material finding = +10.0% | Achievement Points = 150 | Non-Item = True}}
|-
| colspan="2" style="text-align: center;|'''Attribute with Global Skill'''
|-
| <syntaxhighlight lang="wikitext">
{{Item Attributes | Bonus experience = +1.0 | Global Skill = Agility}}
</syntaxhighlight>
|{{Item Attributes | Bonus experience = +1.0 | Global Skill = Agility | Non-Item = True}}
|}
|}


<noinclude>[[Category:Templates]]</noinclude>
<noinclude>[[Category:Templates]] [[Category:Documentation]]</noinclude>
<noinclude>[[Category:Documentation]]</noinclude>

Latest revision as of 07:29, 24 July 2024

Parameters

Attribute Name

The name of the attribute. This field is required. Only necessary attributes should be used. A list and description of attributes can be found here.

Possible Attribute Names:

  • Bonus experience = (Value)
  • Bonus money = (Value)
  • Chest finding = (Value)
  • Crafting outcome = (Value)
  • Double action = (Value)
  • Double rewards = (Value)
  • Find bird nests = (Value)
  • Find collectibles = (Value)
  • Find gems = (Value)
  • Fine material finding = (Value)
  • Fine material outcome = (Value)
  • Inventory space = (Value)
  • Item finding = (Value),(Number),(Item)
  • No materials consumed = (Value)
  • Skill level = (Value)
  • Steps required = (Value)
  • Work efficiency = (Value)
  • None = 1

Skill

The name of the skill affected by the attribute. This can be left blank for attributes with a global effect.

Item Set

A requirement to have a specific number of a item set. The format is Item Set = Name,Number

Region

A requirement to be in a specific region.

Achievement Points

A requirement to have a certain number of Achievement Points

Global Skill

A global bonus to a specific skill.

Non-Item

Can be set equal to True to remove the page from the category function.

Quick Copy

Notated Copy

== Item Attributes ==

{{Item Attributes
| Skill = 
| Item Set =  (Optional)
| Region =  (Optional)
| Achievement Points =  (Optional)
| Global Skill =  (Optional)
| Bonus experience =  (Optional)
| Bonus money =  (Optional)
| Chest finding =  (Optional)
| Crafting outcome =  (Optional)
| Double action =  (Optional)
| Double rewards =  (Optional)
| Find bird nests =  (Optional)
| Find collectibles =  (Optional)
| Find gems =  (Optional)
| Fine material finding =  (Optional)
| Fine material outcome =  (Optional)
| Inventory space =  (Optional)
| Item finding =  (Optional)
| No materials consumed =  (Optional)
| Skill level = (Optional)
| Steps required =  (Optional)
| Work efficiency =  (Optional)
| None = 1  (Optional)
| Non-Item = True  (Optional)
}}

Empty Copy

== Item Attributes ==

{{Item Attributes
| Skill = 
| Item Set = 
| Region = 
| Achievement Points = 
| Global Skill =  
| Bonus experience = 
| Bonus money = 
| Chest finding = 
| Crafting outcome = 
| Double action = 
| Double rewards = 
| Find bird nests = 
| Find collectibles = 
| Find gems = 
| Fine material finding = 
| Fine material outcome = 
| Inventory space = 
| Item finding = 
| No materials consumed = 
| Skill level = 
| Steps required = 
| Work efficiency = 
| None = 
| Non-Item = 
}}

Examples

Code Yields
Single Attribute
{{Item Attributes
| Skill = Woodcutting
| Work efficiency = +10.0%
}}
+10.0% Work Efficiency while Woodcutting
Multiple Attributes with Multiple Skills, Each on a Single Line
{{Item_Attributes | Work efficiency = +65.0% | Skill = Woodcutting}}
{{Item_Attributes | Work efficiency = +65.0% | Skill = Mining}}
{{Item_Attributes | Find gems = +20.0% | Skill = Mining}}
{{Item_Attributes | Find bird nests = +20.0% | Skill = Woodcutting}}
{{Item_Attributes | Double action = +9.0% | Skill = Woodcutting}}
{{Item_Attributes | Double action = +9.0% | Skill = Mining}}
{{Item_Attributes | Bonus experience = +4.0 | Skill = Mining}}
{{Item_Attributes | Bonus experience = +4.0 | Skill = Woodcutting}}
{{Item Attributes | Item finding = 2.0%, 1, Adventurers' Guild Token}}

+65.0% Work Efficiency while Woodcutting
+65.0% Work Efficiency while Mining
+20.0% Find Gems while Mining
+20.0% Find Bird Nests while Woodcutting
+9.0% Double Action while Woodcutting
+9.0% Double Action while Mining
-4.0 Bonus Experience while Mining
+4.0 Bonus Experience while Woodcutting
Global 2.0% Chance to Find 1 Adventurers' Guild Token

Items with No Skills
{{Item_Attributes | Inventory space = +1}}
{{Item_Attributes | Work efficiency = +1.0%}}

+1 Inventory Space
Global +1.0% Work Efficiency

Attribute with no Skill
{{Item_Attributes | None = 1}}
This item has no attributes.
Attribute with an Item Set
{{Item_Attributes | Work efficiency = +1.0% | Item Set = Herbert's Set, 1}}
Global +1.0% Work Efficiency if wearing at least 1 Herbert's Set items.
Attribute with a location Requirement
{{Item_Attributes | Skill = Foraging | Chest finding = +10.0% | Region = GDTE}}
+10.0% Chest Finding while Foraging in GDTE
Attribute with Achievement Points
{{Item_Attributes | Fine material finding = +10.0% | Achievement Points = 150}}
Global +10.0% Fine Material Finding when 150 Achievement Points
Attribute with Global Skill
{{Item Attributes | Bonus experience = +1.0 | Global Skill = Agility}}
Global +1.0 Bonus Experience to Agility