Template:Item Attributes/doc: Difference between revisions

From The Walkscape Walkthrough
Content deleted Content added
m Update
mNo edit summary
Line 6: Line 6:
Possible Attribute Names:
Possible Attribute Names:


* Work efficiency = (Value)
* Bonus experience = (Value)
* Bonus experience = (Value)
* Bonus money = (Value)
* Bonus money = (Value)
Line 18: Line 17:
* Fine material outcome = (Value)
* Fine material outcome = (Value)
* Inventory space = (Value)
* Inventory space = (Value)
* Item finding = (Value),(Number),(Item)
* No materials consumed = (Value)
* No materials consumed = (Value)
* Steps required = (Value)
* Skill level = (Value)
* Skill level = (Value)
* Steps required = (Value)
* Work efficiency = (Value)
* None = 1
* None = 1


Line 34: Line 35:
{{Item Attributes
{{Item Attributes
| Skill =
| Skill =
| Work efficiency = (Optional)
| Bonus experience = (Optional)
| Bonus experience = (Optional)
| Bonus money = (Optional)
| Bonus money = (Optional)
Line 46: Line 46:
| 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)
| Steps required = (Optional)
| Skill level = (Optional)
| Skill level = (Optional)
| Steps required = (Optional)
| Work efficiency = (Optional)
| None = 1 (Optional)
| None = 1 (Optional)
}}
}}
Line 59: Line 61:
{{Item Attributes
{{Item Attributes
| Skill =
| Skill =
| Work efficiency =
| Bonus experience =
| Bonus experience =
| Bonus money =
| Bonus money =
Line 71: Line 72:
| Fine material outcome =
| Fine material outcome =
| Inventory space =
| Inventory space =
| Item finding =
| No materials consumed =
| No materials consumed =
| Steps required =
| Skill level =
| Skill level =
| Steps required =
| Work efficiency =
| None = 1
| None = 1
}}
}}
Line 180: Line 183:
</syntaxhighlight>
</syntaxhighlight>
|{{Item_Attributes | None = 1}}
|{{Item_Attributes | None = 1}}
- Note this uses the page name to name the item.
|}
|}



Revision as of 11:57, 10 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 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.

Quick Copy

Notated Copy

== Item Attributes ==

{{Item Attributes
| Skill = 
| 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)
| Item finding =  (Optional)
| No materials consumed =  (Optional)
| Skill level = (Optional)
| Steps required =  (Optional)
| Work efficiency =  (Optional)
| None = 1  (Optional)
}}

Empty Copy

== Item Attributes ==

{{Item Attributes
| Skill = 
| 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 = 
| Item finding = 
| No materials consumed = 
| Skill level = 
| Steps required = 
| Work efficiency = 
| 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.