Tip of the Day
Attributes involving a percent symbol % are multiplicative (For Example: +10% Fine material finding gives 1.1/100).

WikiTemplateStrings: Difference between revisions

From Walkscape Walkthrough
mNo edit summary
Bonez565 changed the content model of the page WikiTemplateStrings from "JavaScript" to "JSON"
Line 1: Line 1:
{
{
  "modules": {
"modules": {
    "ItemInfobox": {
"ItemInfobox": {
      "quality": "Quality",
"quality": "Quality",
      "rarity": "Rarity",
"rarity": "Rarity",
      "type": "Type",
"type": "Type",
      "slot": "Slot",
"slot": "Slot",
      "value": "Value",
"value": "Value",
      "fineValue": "Fine Value",
"fineValue": "Fine Value",
      "keyword": "Keyword",
"keyword": "Keyword",
      "keywords": "Keywords",
"keywords": "Keywords",
      "duration": "Duration",
"duration": "Duration",
      "properties": "Properties",
"properties": "Properties",
      "bankable": "Bankable",
"bankable": "Bankable",
      "droppable": "Droppable",
"droppable": "Droppable",
      "sellable": "Sellable",
"sellable": "Sellable",
      "tradable": "Tradable",
"tradable": "Tradable",
      "fineVersion": "Fine Version"
"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"