User:Wikiwikiwiki/json: Difference between revisions

From DominionStrategy Wiki
Jump to navigation Jump to search
Created page with " "Ghost": { "name": "Ghost", "cost": { "coin": 4, "extra": "*", "debt": 0, "potion": 0 } }"
 
Wikiwikiwiki changed the content model of the page User:Wikiwikiwiki/json from "wikitext" to "JSON"
Tag: content model change
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
    "Ghost": {
{
        "name": "Ghost",
"Ghost": {
        "cost": {
"name": "Ghost",
            "coin": 4,
"cost": {
            "extra": "*",
"coin": 4,
            "debt": 0,
"extra": "*",
            "potion": 0
"debt": 0,
        }
"potion": 0
    }
}
}
}

Latest revision as of 23:13, 17 September 2024

Ghost
name"Ghost"
cost
coin4
extra"*"
debt0
potion0