Tip of the Day
Pay attention to the specifics of an achievement - some only count toward the unlock if a drop comes from an activity directly.
WikiTemplateStrings: Difference between revisions
From Walkscape Walkthrough
Bonez565 created the page WikiTemplateStrings using a non-default content model "JavaScript" |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{ | |||
"modules": { | |||
"ItemInfobox": { | |||
"quality": "Quality", | |||
"rarity": "Rarity", | |||
"type": "Type", | |||
"slot": "Slot", | |||
"value": "Value", | |||
"fineValue": "Fine Value", | |||
"keyword": "Keyword", | |||
"keywords": "Keywords", | |||
"duration": "Duration", | |||
"properties": "Properties", | |||
"bankable": "Bankable", | |||
"droppable": "Droppable", | |||
"sellable": "Sellable", | |||
"tradable": "Tradable", | |||
"fineVersion": "Fine Version" | |||
} | |||
} | |||
} | |||
Revision as of 04:48, 15 October 2025
{
"modules": {
"ItemInfobox": {
"quality": "Quality",
"rarity": "Rarity",
"type": "Type",
"slot": "Slot",
"value": "Value",
"fineValue": "Fine Value",
"keyword": "Keyword",
"keywords": "Keywords",
"duration": "Duration",
"properties": "Properties",
"bankable": "Bankable",
"droppable": "Droppable",
"sellable": "Sellable",
"tradable": "Tradable",
"fineVersion": "Fine Version"
}
}
}
