Template:Item Attributes/doc: Difference between revisions

From The Walkscape Walkthrough
Content added Content deleted
m (fix typos)
m (Update)
(7 intermediate revisions by 2 users 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`


* Work efficiency = (Value)
=== Normal Attributes ===
* Bonus experience = (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
* Bonus money = (Value)
* Chest finding = (Value)
* Crafting outcome = (Value)
* Double action = (Value)
* Double rewards = (Value)
* Find bird nests = (Value)
* Find gems = (Value)
* Fine material finding = (Value)
* Fine material outcome = (Value)
* Inventory space = (Value)
* No materials consumed = (Value)
* Steps required = (Value)
* Skill level = (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 ===
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

=== Excellent Attributes ===
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 ===
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 ===
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.


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

{{Item Attributes
{{Item Attributes
| Skill =
| Skill =
Line 45: Line 48:
| No materials consumed = (Optional)
| No materials consumed = (Optional)
| Steps required = (Optional)
| Steps required = (Optional)
| Skill level = (Optional)
| None = 1 (Optional)
}}
}}
</syntaxhighlight>
</syntaxhighlight>
Line 50: Line 55:
=== Empty Copy===
=== Empty Copy===
<syntaxhighlight lang="wikitext">
<syntaxhighlight lang="wikitext">
== Item Attributes ==

{{Item Attributes
{{Item Attributes
| Skill =
| Skill =
Line 66: Line 73:
| No materials consumed =
| No materials consumed =
| Steps required =
| Steps required =
| Skill level =
| None = 1
}}
}}
</syntaxhighlight>
</syntaxhighlight>
Line 74: Line 83:
! Code
! Code
! Yields
! Yields
|-
| colspan="2" style="text-align: center;|'''Single Attribute'''
|-
|-
| <syntaxhighlight lang="wikitext">
| <syntaxhighlight lang="wikitext">
Line 85: Line 96:
| Work efficiency = +10.0%
| Work efficiency = +10.0%
}}
}}
|-
| colspan="2" style="text-align: center;|'''Multiple Attributes with a Single Skill'''
|-
|-
| <syntaxhighlight lang="wikitext">
| <syntaxhighlight lang="wikitext">
Line 106: Line 119:
| Double action = +6.0%
| Double action = +6.0%
}}
}}
|-
| colspan="2" style="text-align: center;|'''Multiple Attributes with a Multiple Skills'''
|-
|-
| <syntaxhighlight lang="wikitext">
| <syntaxhighlight lang="wikitext">
Line 129: Line 144:
| Double action = +4.0%
| Double action = +4.0%
}}
}}
|-
| colspan="2" style="text-align: center;|'''Multiple Attributes with Multiple Skills, Each on a Single Line'''
|-
| <syntaxhighlight lang="wikitext">
{{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}}
</syntaxhighlight>
|
{{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}}
|-
| colspan="2" style="text-align: center;|'''Items with No Skills'''
|-
| <syntaxhighlight lang="wikitext">
{{Item_Attributes | Inventory space = +1 | Work efficiency=+1.0%}}
</syntaxhighlight>
|{{Item_Attributes | Inventory space = +1 | Work efficiency=+1.0%}}
|-
| colspan="2" style="text-align: center;|'''Attribute with no Skill'''
|-
| <syntaxhighlight lang="wikitext">
{{Item_Attributes | None = 1}}
</syntaxhighlight>
|{{Item_Attributes | None = 1}}
- Note this uses the page name to name the item.
|}
|}


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

Revision as of 02:01, 10 March 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:

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

Skill

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

Quick Copy

Notated Copy

== Item Attributes ==

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

Empty Copy

== Item Attributes ==

{{Item Attributes
| Skill = 
| Work efficiency = 
| Bonus experience = 
| Bonus money = 
| Chest finding = 
| Crafting outcome = 
| Double action = 
| Double rewards = 
| Find bird nests = 
| Find gems = 
| Fine material finding = 
| Fine material outcome = 
| Inventory space = 
| No materials consumed = 
| Steps required = 
| Skill level = 
| None = 1
}}

Examples

Code Yields
Single Attribute
{{Item Attributes
| Skill = Woodcutting
| Work efficiency = +10.0%
}}
+10.0% Work Efficiency while Woodcutting
Multiple Attributes with a Single Skill
{{Item Attributes
| Skill = Mining
| Work efficiency = +22.0%
| Bonus experience = +6.0%
| Chest finding = +6.0%
| Fine material finding = +20.0%
| Double rewards = +6.0%
| Double action = +6.0%
}}
+6.0% Bonus Experience while Mining+6.0% Chest Finding while Mining+6.0% Double Action while Mining+6.0% Double Rewards while Mining+20.0% Fine Material Finding while Mining+22.0% Work Efficiency while Mining
Multiple Attributes with a Multiple Skills
{{Item Attributes
| 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%
}}
+10.0% Bonus Experience while Foraging+22.0% Work Efficiency while Foraging
+6.0% Chest Finding while Crafting+4.0% Double Action while Crafting+4.0% Double Rewards while Crafting
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}}

+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

Items with No Skills
{{Item_Attributes | Inventory space = +1 | Work efficiency=+1.0%}}
+1 Inventory SpaceGlobal +1.0% Work Efficiency
Attribute with no Skill
{{Item_Attributes | None = 1}}
This item has no attributes.

- Note this uses the page name to name the item.