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 } }"
 
No edit summary
Line 1: Line 1:
{
     "Ghost": {
     "Ghost": {
         "name": "Ghost",
         "name": "Ghost",
Line 8: Line 9:
         }
         }
     }
     }
}

Revision as of 23:13, 17 September 2024

{

   "Ghost": {
       "name": "Ghost",
       "cost": {
           "coin": 4,
           "extra": "*",
           "debt": 0,
           "potion": 0
       }
   }

}