Skip to content

Instantly share code, notes, and snippets.

@justinnichols
Created July 26, 2023 19:44
Show Gist options
  • Save justinnichols/37da92b73cd83a887834cd74544b370a to your computer and use it in GitHub Desktop.
Save justinnichols/37da92b73cd83a887834cd74544b370a to your computer and use it in GitHub Desktop.
Restructuring SWU JSON
{
"set": "SOR",
"cardNumber": "1",
"name": "Director Krennic",
"title": "Aspiring to Authority",
"type": "Leader",
"rarity": "C",
"arena": "Ground",
"unique": true,
"cost": 5,
"aspects": [
"Vigilance",
"Villainy"
]
"power": 2,
"hitPoints": 7,
"traits": [
"Imperial",
"Official"
],
"doubleSided": true,
"frontText": "Each friendly damaged unit gets +1/+0. Epic Action: If you control 5 or more resources, deploy this leader.",
"backText": "Restore 2 (When this unit attacks, heal 2 damage from your base.). Each friendly damaged unit gets +1/+0.",
"epicActionText": "If you control 5 or more resources, deploy this leader.",
"artist": "Ario Murti",
"images": [
{
"face": "front",
"url": "https://d2fnabvvx1kdzc.cloudfront.net/images/sets/SOR/001.png"
},
{
"face": "back",
"url": "https://d2fnabvvx1kdzc.cloudfront.net/images/sets/SOR/001-b.png"
}
]
"frontLandscape": true,
"backLandscape": null,
"spoilerSourceUrl": "https://twitter.com/UnlimitedFFG/status/1677331851038322690"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment