Tip of the day
Quality outcome will help raise the chances for better quality items seen at the bottom of recipes in the crafting interface.

Template:Equipment Loadout/doc: Difference between revisions

From Walkscape Walkthrough
wswiki>Bonez565
mNo edit summary
 
mNo edit summary
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Parameters==
==Parameters==
=== Gear ===
=== Gear Slot [Name] ===
Uses the [[Template:Gear Loadout/doc]].
The name of the item page on the wiki to link to. You should add a comma (,) followed by the quality for crafted items.


=== Tools ===
=== Tool Slot [Tool#] ===
Uses the [[Template:Tool Loadout/doc]].
The name of the item page on the wiki to link to. You should add a comma (,) followed by the quality for crafted items.
 
=== Other Slots [Consumable/Pet/Material] ===
Consumable Slot - The name of the item page on the wiki to link to. You should add a comma (,) followed by the quality (Normal/Fine) to specify.
Pet Slot - Takes the form of "Pet Name, Variant(Normal/Light/Dark/Rare), Pet Level (1/2/3/etc)"
Material Slot - The name of the item page on the wiki to link to. You should add a comma (,) followed by the quality (Normal/Fine) to specify.
 
=== Version ===
The version of the game that the loadout is build for. See [[Versions]] for the current or historic version numbers. If you include a blank, "None" or old version you will get a warning message.


==Quick Copy==
==Quick Copy==
<syntaxhighlight lang="wikitext">
<syntaxhighlight lang="wikitext">
{{Equipment_Loadout
{{Equipment_Loadout
| Gear = {{Gear_Loadout
  | Head =  
   | Cape =  
   | Cape =  
  | Head =
   | Back =  
   | Back =  
  | Hands =
   | Chest =  
   | Chest =  
  | Neck =
   | Primary =  
   | Primary =  
  | Secondary =
  | Hands =
   | Legs =  
   | Legs =  
   | Secondary =  
   | Neck =
  | Feet =  
   | Ring1 =  
   | Ring1 =  
  | Feet =
   | Ring2 =  
   | Ring2 =  
  }}
| Tools = {{Tool_Loadout
   | Tool1 =  
   | Tool1 =  
   | Tool2 =  
   | Tool2 =  
Line 30: Line 35:
   | Tool5 =  
   | Tool5 =  
   | Tool6 =  
   | Tool6 =  
   }}
   | Consumable =
  | Pet =
  | Material =
  | Version =
  | Copy =
  | Lang =
}}
}}
</syntaxhighlight>
</syntaxhighlight>
Note: All lines are technically optional but not including an item will cause the item block for that slot to be blank.
Note: All lines are technically optional but not including an item will cause the item block for that slot to be blank.
The "Copy" is a special variable setting "Copy = true" will display a button to copy the gear set.


== To Do ==
== Examples ==
Add Collectibles and Consumables
=== Basic Usage ===
<syntaxhighlight lang="wikitext">{{Equipment_Loadout
  | Head = Herbert's hat, Common
  | Cape = Herbert's cape, Common
  | Back = Bag of rocks, Excellent
  | Chest = Herbert's shirt, Common
  | Primary =
  | Secondary = Steel shield, Perfect
  | Hands =
  | Legs = Herbert's pants, Common
  | Neck = Simple amulet, Common
  | Feet = Herbert's boots, Common
  | Ring1 = Simple ring, Common
  | Ring2 = Simple ring, Common
  | Tool1 = Copper sickle, Great
  | Tool2 = Walking stick, Common
  | Tool3 =
  | Tool4 =
  | Tool5 = Shovel axe, Legendary
  | Tool6 =
  | Consumable = Wine, Fine
  | Pet =
  | Version = 632
}}</syntaxhighlight>


==Examples==
And the result is:


The formatting for two item sets in [[Forest Foraging]]
{{Equipment_Loadout
  | Head = Herbert's hat, Common
  | Cape = Herbert's cape, Common
  | Back = Bag of rocks, Excellent
  | Chest = Herbert's shirt, Common
  | Primary =
  | Secondary = Steel shield, Perfect
  | Hands =
  | Legs = Herbert's pants, Common
  | Neck = Simple amulet, Common
  | Feet = Herbert's boots, Common
  | Ring1 = Simple ring, Common
  | Ring2 = Simple ring, Common
  | Tool1 = Copper sickle, Great
  | Tool2 = Walking stick, Common
  | Tool3 =
  | Tool4 =
  | Tool5 = Shovel axe, Legendary
  | Tool6 =
  | Consumable = Wine, Fine
  | Pet =
  | Version = 632
}}


<syntaxhighlight lang="wikitext"><tabber>|-| Reasonable =  {{Equipment_Loadout
=== Display With Gear Set Import Code ===
| Gear = {{Gear_Loadout
<syntaxhighlight lang="wikitext">{{Equipment_Loadout
   | Cape = Herbert's Cape, Common
  | Head = Cool sunglasses, Uncommon
   | Head = Herbert's Hat, Common
   | Cape = Feather cape, Epic
   | Chest = Herbert's Shirt, Common
   | Back = Backpack, Legendary
   | Neck = Simple Amulet, Common
   | Chest = Life vest, Uncommon
   | Legs = Herbert's Pants, Common
   | Primary = Iron sword, Eternal
   | Ring1 = Simple Ring, Common
   | Secondary =  
   | Feet = Herbert's Boots, Common
   | Hands = Oven mittens, Uncommon
   | Ring2 = Simple Ring, Common
   | Legs =  
  }}
   | Neck = Absorbing amulet, Epic
| Tools = {{Tool_Loadout
   | Feet = Medieval sneakers, Epic
   | Tool1 = Copper Sickle, Great
   | Ring1 = Ring of homesickness, Legendary
   | Tool2 = Walking Stick, Common
   | Ring2 = Gold ruby ring, Excellent
   }}
   | Tool1 = Copper pickaxe, Great
}}
   | Tool2 = Adventuring wrench, Rare
|-| Best Possible =  {{Equipment_Loadout
   | Tool3 =  
| Gear = {{Gear_Loadout
   | Tool4 =  
  | Cape = Herbert's Cape, Common
   | Tool5 = Simple hammer, Common
   | Head = Herbert's Hat, Common
   | Tool6 =  
   | Hands = Parkour Gloves, Uncommon
   | Consumable = Sweet carrot pie, Normal
   | Chest = Herbert's Shirt, Common
   | Pet = Tiger, Rare, 4
   | Neck = Lucky Rabbit's Foot Necklace, Epic
   | Material = Linen Cloth, Fine
   | Primary = Simple Bug Catching Net, Common
   | Version = 632
   | Legs = Herbert's Pants, Common
   | Copy = true
   | Ring1 = Ring of the Bat, Rare
   | Lang = EN
   | Feet = Herbert's Boots, Common
}}</syntaxhighlight>
   | Ring2 = Ring of the Bat, Rare
   }}
| Tools = {{Tool_Loadout
   | Tool1 = Copper Sickle, Eternal
   | Tool2 = Walking Stick, Common
  }}
}}</tabber></syntaxhighlight>


And the result is:  
And the result is:  


<tabber>|-| Reasonable =  {{Equipment_Loadout
{{Equipment_Loadout
| Gear = {{Gear_Loadout
  | Head = Cool sunglasses, Uncommon
   | Cape = Herbert's Cape, Common
   | Cape = Feather cape, Epic
   | Head = Herbert's Hat, Common
   | Back = Backpack, Legendary
   | Chest = Herbert's Shirt, Common
   | Chest = Life vest, Uncommon
   | Neck = Simple Amulet, Common
   | Primary = Iron sword, Eternal
   | Legs = Herbert's Pants, Common
   | Secondary =  
   | Ring1 = Simple Ring, Common
   | Hands = Oven mittens, Uncommon
   | Feet = Herbert's Boots, Common
   | Legs =  
   | Ring2 = Simple Ring, Common
   | Neck = Absorbing amulet, Epic
   }}
   | Feet = Medieval sneakers, Epic
| Tools = {{Tool_Loadout
   | Ring1 = Ring of homesickness, Legendary
  | Tool1 = Copper Sickle, Great
   | Ring2 = Gold ruby ring, Excellent
   | Tool2 = Walking Stick, Common
   | Tool1 = Copper pickaxe, Great
   }}
   | Tool2 = Adventuring wrench, Rare
}}
   | Tool3 =  
|-| Best Possible =  {{Equipment_Loadout
   | Tool4 =  
| Gear = {{Gear_Loadout
   | Tool5 = Simple hammer, Common
  | Cape = Herbert's Cape, Common
   | Tool6 =  
   | Head = Herbert's Hat, Common
   | Consumable = Sweet carrot pie, Normal
   | Hands = Parkour Gloves, Uncommon
   | Pet = Tiger, Rare, 4
   | Chest = Herbert's Shirt, Common
   | Material = Linen Cloth, Fine
   | Neck = Lucky Rabbit's Foot Necklace, Epic
   | Version = 632
   | Primary = Simple Bug Catching Net, Common
   | Copy = true
   | Legs = Herbert's Pants, Common
   | Lang = EN
   | Ring1 = Ring of the Bat, Rare
}}[[Category:Templates]] [[Category:Documentation]]
   | Feet = Herbert's Boots, Common
   | Ring2 = Ring of the Bat, Rare
   }}
| Tools = {{Tool_Loadout
   | Tool1 = Copper Sickle, Eternal
   | Tool2 = Walking Stick, Common
  }}
}}</tabber><noinclude>[[Category:Templates]] [[Category:Documentation]]</noinclude>

Latest revision as of 07:47, 2 April 2026

Parameters

Gear Slot [Name]

The name of the item page on the wiki to link to. You should add a comma (,) followed by the quality for crafted items.

Tool Slot [Tool#]

The name of the item page on the wiki to link to. You should add a comma (,) followed by the quality for crafted items.

Other Slots [Consumable/Pet/Material]

Consumable Slot - The name of the item page on the wiki to link to. You should add a comma (,) followed by the quality (Normal/Fine) to specify. Pet Slot - Takes the form of "Pet Name, Variant(Normal/Light/Dark/Rare), Pet Level (1/2/3/etc)" Material Slot - The name of the item page on the wiki to link to. You should add a comma (,) followed by the quality (Normal/Fine) to specify.

Version

The version of the game that the loadout is build for. See Versions for the current or historic version numbers. If you include a blank, "None" or old version you will get a warning message.

Quick Copy

{{Equipment_Loadout
  | Head = 
  | Cape = 
  | Back = 
  | Chest = 
  | Primary = 
  | Secondary = 
  | Hands = 
  | Legs = 
  | Neck = 
  | Feet = 
  | Ring1 = 
  | Ring2 = 
  | Tool1 = 
  | Tool2 = 
  | Tool3 = 
  | Tool4 = 
  | Tool5 = 
  | Tool6 = 
  | Consumable = 
  | Pet = 
  | Material = 
  | Version = 
  | Copy = 
  | Lang = 
}}

Note: All lines are technically optional but not including an item will cause the item block for that slot to be blank. The "Copy" is a special variable setting "Copy = true" will display a button to copy the gear set.

Examples

Basic Usage

{{Equipment_Loadout
  | Head = Herbert's hat, Common
  | Cape = Herbert's cape, Common
  | Back = Bag of rocks, Excellent
  | Chest = Herbert's shirt, Common
  | Primary = 
  | Secondary = Steel shield, Perfect
  | Hands = 
  | Legs = Herbert's pants, Common
  | Neck = Simple amulet, Common
  | Feet = Herbert's boots, Common
  | Ring1 = Simple ring, Common
  | Ring2 = Simple ring, Common
  | Tool1 = Copper sickle, Great
  | Tool2 = Walking stick, Common
  | Tool3 = 
  | Tool4 = 
  | Tool5 = Shovel axe, Legendary
  | Tool6 = 
  | Consumable = Wine, Fine
  | Pet = 
  | Version = 632
}}

And the result is:

Gear
Cape
Herbert's cape (Common)
Head
Herbert's hat (Common)
Back
Bag of rocks (Excellent)
Hands
Hands Slot
Chest
Herbert's shirt (Common)
Neck
Simple amulet (Common)
Primary
Primary Slot
Legs
Herbert's pants (Common)
Secondary
Steel shield (Perfect)
Ring
Simple ring (Common)
Feet
Herbert's boots (Common)
Ring
Simple ring (Common)
Tools
Tools
Copper sickle (Great)
Tools
Walking stick (Common)
Tools
Tool Slot
Tools
Tool Slot
Tools
Shovel axe (Common)
Tools
Tool Slot
Others
Consumable
Wine (Fine)
Pet
Pets
Material
Materials

This gear set is designed for game Version +632.

Display With Gear Set Import Code

{{Equipment_Loadout
  | Head = Cool sunglasses, Uncommon
  | Cape = Feather cape, Epic
  | Back = Backpack, Legendary
  | Chest = Life vest, Uncommon
  | Primary = Iron sword, Eternal
  | Secondary = 
  | Hands = Oven mittens, Uncommon
  | Legs = 
  | Neck = Absorbing amulet, Epic
  | Feet = Medieval sneakers, Epic
  | Ring1 = Ring of homesickness, Legendary
  | Ring2 = Gold ruby ring, Excellent
  | Tool1 = Copper pickaxe, Great
  | Tool2 = Adventuring wrench, Rare
  | Tool3 = 
  | Tool4 = 
  | Tool5 = Simple hammer, Common
  | Tool6 = 
  | Consumable = Sweet carrot pie, Normal
  | Pet = Tiger, Rare, 4
  | Material = Linen Cloth, Fine
  | Version = 632
  | Copy = true
  | Lang = EN
}}

And the result is:

Gear
Cape
Feather cape (Common)
Head
Cool sunglasses (Common)
Back
Backpack (Common)
Hands
Oven mittens (Common)
Chest
Life vest (Common)
Neck
Absorbing amulet (Common)
Primary
Iron sword (Eternal)
Legs
Legs Slot
Secondary
Secondary Slot
Ring
Ring of homesickness (Common)
Feet
Medieval sneakers (Common)
Ring
Gold ruby ring (Excellent)
Tools
Tools
Copper pickaxe (Great)
Tools
Adventuring wrench (Common)
Tools
Tool Slot
Tools
Tool Slot
Tools
Simple hammer (Common)
Tools
Tool Slot
Others
Consumable
Sweet carrot pie (Normal)
Pet
Tiger (Adult Level 4)
Material
Linen cloth (Fine)

This gear set is designed for game Version +632Copy for Gear Import: