Template:Item Attributes/Doc: Difference between revisions

From The Walkscape Walkthrough
Content deleted Content added
m Edit
m Redirect
Tag: Redirect target changed
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#REDIRECT [[Template:Item_Attributes/doc]]
This template is designed to easily format the attribues for items.
This template is designed to easily format the attributes for items.


Variables:
Variables:
* [Attribute Name]= (Value) (Required)
* [Attribute Name]= (Value) (Required)
* Skill = (Skill Affected) (Can be left blank for global skills)
* Skill = (Skill Affected) (Can be left blank for global skills)
* None = (Set to 1 if there are no attributes on the item) (Optional)


Possible Attribute Names:
Possible Attribute Names:
Line 38: Line 40:
{{Item_Attributes|Inventory space=|Skill=}}
{{Item_Attributes|Inventory space=|Skill=}}
{{Item_Attributes|No materials consumed=|Skill=}}
{{Item_Attributes|No materials consumed=|Skill=}}
{{Item_Attributes|Steps required=|Skill=}}</pre>
{{Item_Attributes|Steps required=|Skill=}}
{{Item_Attributes|None=1}}</pre>


== Examples ==
== Examples ==
Line 66: Line 69:
{{Item_Attributes|Bonus experience=+4.0|Skill=Woodcutting}}</pre>
{{Item_Attributes|Bonus experience=+4.0|Skill=Woodcutting}}</pre>


Result:
'''Result:'''


{{Item_Attributes|Work efficiency=+65.0%|Skill=Woodcutting}}
{{Item_Attributes|Work efficiency=+65.0%|Skill=Woodcutting}}
Line 77: Line 80:
{{Item_Attributes|Bonus experience=+4.0|Skill=Woodcutting}}
{{Item_Attributes|Bonus experience=+4.0|Skill=Woodcutting}}


=== Example 3 ===
<noinclude>[[Category:Templates]] [[Category:Documentation]]</noinclude>

An item that has no attributes.

'''Format:'''
<pre>{{Item_Attributes|None=1}}</pre>

'''Result:'''

{{Item_Attributes|None=1}}

Revision as of 03:31, 8 March 2024

This template is designed to easily format the attributes for items.

Variables:

  • [Attribute Name]= (Value) (Required)
  • Skill = (Skill Affected) (Can be left blank for global skills)
  • None = (Set to 1 if there are no attributes on the item) (Optional)

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)

You should add attributes in the order that is shown on the object.

Copyable Code

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

Examples

Example 1:

The Water Bottle has a +5.0% Chest Finding boost.

Format:

{{Item_Attributes|Chest finding=+5.0%|Skill=Agility}}

Result:

+5.0% Chest Finding while Agility

Example 2:

Shovel Axe has many attributes in both mining and woodcutting.

Format:

{{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}}

Result:

+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

Example 3

An item that has no attributes.

Format:

{{Item_Attributes|None=1}}

Result:

This item has no attributes.