Template:Item Attributes/Doc: Difference between revisions

From The Walkscape Walkthrough
Content deleted Content added
Create Page
 
m Edit
Line 54: Line 54:
=== Example 2: ===
=== Example 2: ===


[[Shovel Axe]] has many attributes in both mining and woodcutting.
[[Wine]] is found from chests and can be purchased.


'''Format:'''
'''Format:'''
<pre>{{Item_Attributes|Work efficiency=+65.0%|Skill=Woodcutting}}
<pre>{{Item_Intro
{{Item_Attributes|Work efficiency=+65.0%|Skill=Mining}}
|Name=Wine
{{Item_Attributes|Find gems=+20.0%|Skill=Mining}}
|Description=The nectar of nobles and adventurers alike, it promises a taste of both the past and the present to those who rase their goblets in toast.
{{Item_Attributes|Find bird nests=+20.0%|Skill=Woodcutting}}
|Source1=Chest
{{Item_Attributes|Double action=+9.0%|Skill=Woodcutting}}
|Source2=Shop
{{Item_Attributes|Double action=+9.0%|Skill=Mining}}
|Source3=
{{Item_Attributes|Bonus experience=+4.0|Skill=Mining}}
|Source4=
{{Item_Attributes|Bonus experience=+4.0|Skill=Woodcutting}}</pre>
}}</pre>


Result:{{Item_Intro
Result:

|Name=Wine
{{Item_Attributes|Work efficiency=+65.0%|Skill=Woodcutting}}
|Description=The nectar of nobles and adventurers alike, it promises a taste of both the past and the present to those who rase their goblets in toast.
{{Item_Attributes|Work efficiency=+65.0%|Skill=Mining}}
|Source1=Chest
{{Item_Attributes|Find gems=+20.0%|Skill=Mining}}
|Source2=Shop
{{Item_Attributes|Find bird nests=+20.0%|Skill=Woodcutting}}
|Source3=
{{Item_Attributes|Double action=+9.0%|Skill=Woodcutting}}
|Source4=
{{Item_Attributes|Double action=+9.0%|Skill=Mining}}
}}
{{Item_Attributes|Bonus experience=+4.0|Skill=Mining}}
{{Item_Attributes|Bonus experience=+4.0|Skill=Woodcutting}}


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

Revision as of 02:35, 8 March 2024

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

Variables:

  • [Attribute Name]= (Value) (Required)
  • Skill = (Skill Affected) (Can be left blank for global skills)

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

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