Skip to content

Commit

Permalink
Added new cards
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorterrill committed Jul 13, 2016
1 parent f54a06d commit b6df056
Show file tree
Hide file tree
Showing 9 changed files with 211 additions and 0 deletions.
Binary file added client/public/img/cards/Figures in the Fog.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/img/cards/Flash Archer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/img/cards/Particle Shield.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/img/cards/Secret Door.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/img/cards/To Shadows.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/img/cards/Vanish.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added server/controllers/game.js
Empty file.
167 changes: 167 additions & 0 deletions server/data/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,173 @@
"life": 3,
"recover": 3,
"abilities": []
},
"Leo Sunshadow": {
"type": "pheonixborn",
"life": 19,
"battlefield": 6,
"spellboard": 3,
"abilities": [
{
"name": "Summon Glow Finch",
"cost": ["side","exhaust","basic"]
}
],
"conjurations": {
"Glow Finch": 1
}
},
"Glow Finch": {
"type": "conjuration",
"location": "battlefield",
"attack": 0,
"life": 2,
"recover": 1,
"abilities": []
},
"Anguish": {
"type": "actionSpell",
"location": "discard",
"exclusive": "Leo Sunshadow",
"cost": ["basic","basic"],
"abilities": []
},
"Mind Probe": {
"type": "actionSpell",
"location": "discard",
"cost": ["main","cha-class"],
"abilities": []
},
"Change Psyche": {
"type": "actionSpell",
"location": "discard",
"cost": ["main","cha-class","basic"],
"abilities": []
},
"Amplify": {
"type": "alterationSpell",
"location": "unit",
"cost": ["main","cha-class"],
"abilities": []
},
"Memory Theft": {
"type": "readySpell",
"location": "spellboard",
"cost": ["main"],
"abilities": []
},
"Dispel": {
"type": "actionSpell",
"location": "discard",
"cost": ["main","basic"],
"abilities": []
},
"Beast Tamer": {
"type": "ally",
"location": "battlefield",
"cost": ["main","cha-power","cha-class","basic"],
"attack": 3,
"life": 3,
"recover": 2,
"abilities": []
},
"Victoria Glassfire": {
"type": "pheonixborn",
"life": 18,
"battlefield": 5,
"spellboard": 4,
"abilities": [
{
"name": "Shadow Spring",
"cost": ["side","exhaust","ill-power"]
}
]
},
"Illusionary Cycle": {
"type": "actionSpell",
"location": "discard",
"exclusive": "Victoria Glassfire",
"cost": ["main"],
"abilities": []
},
"Secret Door": {
"type": "readySpell",
"location": "spellboard",
"cost": ["main","ill-class","basic"],
"abilities": []
},
"Particle Shield": {
"type": "reactionSpell",
"location": "discard",
"cost": ["basic"],
"abilities": []
},
"Vanish": {
"type": "reactionSpell",
"location": "discard",
"cost": ["ill-class","ill-class"],
"abilities": []
},
"Body Inversion": {
"type": "alterationSpell",
"location": "unit",
"cost": ["main","ill-class","ill-class"],
"abilities": []
},
"Figures in the Fog": {
"type": "reactionSpell",
"location": "discard",
"cost": ["ill-class","ill-class","basic"],
"abilities": []
},
"To Shadows": {
"type": "readySpell",
"location": "spellboard",
"cost": ["main"],
"abilities": []
},
"Flash Archer": {
"type": "ally",
"location": "battlefield",
"cost": ["main","ill-class","ill-class","basic","basic"],
"attack": 4,
"life": 2,
"recover": 2,
"abilities": []
},
"Summon Shadow Hound": {
"type": "readySpell",
"location": "spellboard",
"cost": ["main"],
"abilities": [],
"conjurations": {
"Shadow Hound": 3
}
},
"Summon Shadow Spirit": {
"type": "readySpell",
"location": "spellboard",
"cost": ["main"],
"abilities": [],
"conjurations": {
"Shadow Spirit": 4
}
},
"Shadow Hound": {
"type": "conjuration",
"location": "battlefield",
"attack": 3,
"life": 5,
"recover": 0,
"abilities": []
},
"Shadow Spirit": {
"type": "conjuration",
"location": "battlefield",
"attack": 2,
"life": "numberOfSummonSpells",
"recover": 0,
"abilities": []
}
}

44 changes: 44 additions & 0 deletions server/data/decks.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,49 @@
"cer": 0,
"cha": 0
}
},
"leo": {
"name": "The Roaring Rose",
"pheonixborn": "Leo Sunshadow",
"deck": {
"Anguish": 3,
"Mind Probe": 3,
"Change Psyche": 3,
"Amplify": 3,
"Beast Tamer": 3,
"Memory Theft": 3,
"Dispel": 3,
"TBA": 3,
"TBA": 3,
"TBA": 3
},
"dice": {
"nat": 0,
"ill": 0,
"cer": 0,
"cha": 10
}
},
"victoria": {
"name": "The Duchess of Deception",
"pheonixborn": "Victoria Glassfire",
"deck": {
"Illusionary Cycle": 3,
"Secret Door": 3,
"Particle Shield": 3,
"Vanish": 3,
"Summon Shadow Spirit": 3,
"Summon Shadow Hound": 3,
"Body Inversion": 3,
"Flash Archer": 3,
"To Shadows": 3,
"Figures in the Fog": 3
},
"dice": {
"nat": 0,
"ill": 10,
"cer": 0,
"cha": 0
}
}
}

0 comments on commit b6df056

Please sign in to comment.