Skip to content

Commit

Permalink
moar cardes
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Nov 30, 2019
1 parent cdcf2b6 commit 5547df5
Show file tree
Hide file tree
Showing 7 changed files with 121 additions and 0 deletions.
Binary file added img/cardimg/combatbot.png
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 img/cardimg/exoskeleton.png
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 img/cardimg/miningsite.png
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 img/cardimg/steamsawmill.png
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 img/cardimg/talla.png
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 img/cardimg/valgurio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
121 changes: 121 additions & 0 deletions json/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,65 @@
],
"image": "blasturn"
},
{
"name": "Valgurio, the deep Mines",
"type": "HQ",
"hp": 25,
"damage": 0,
"speed": 6,
"cost":{
"lumber": 0,
"metal": 0,
"mana": 0,
"energy": 0,
"food": 0
},
"description": [
"Produce - Energy 2, Metal 2, Lumber 2",
"Periodic - draw a card",
"Starting cards in hand: 7"
],
"image": "valgurio"
},
{
"name": "Talla, a mystical forest",
"type": "HQ",
"hp": 15,
"damage": 0,
"speed": 4,
"cost":{
"lumber": 0,
"metal": 0,
"mana": 0,
"energy": 0,
"food": 0
},
"description": [
"Produce - Mana 2, Food 1, Lumber 1",
"Periodic - draw a card",
"Starting cards in hand: 5"
],
"image": "talla"
},

{
"name": "Steam Saw Mill",
"type": "Location",
"hp": 6,
"damage": 0,
"speed": 4,
"cost":{
"lumber": 0,
"metal": 2,
"mana": 0,
"energy": 0,
"food": 0
},
"description": [
"Produce - 2 Lumber"
],
"image": "steamsawmill"
},
{
"name": "Steam Processor",
"type": "Location",
Expand Down Expand Up @@ -204,6 +263,25 @@
],
"image": "farm"
},
{
"name": "Mining Site",
"type": "Location",
"hp": 7,
"damage": 0,
"speed": 4,
"cost":{
"lumber": 0,
"metal": 2,
"mana": 0,
"energy": 0,
"food": 0
},
"description": [
"",
"Produce - 4 Metal"
],
"image": "miningsite"
},
{
"name": "Replicator",
"type": "Object",
Expand All @@ -222,5 +300,48 @@
"4 Metal, 2 Energy: Create a copy of Replicator."
],
"image": "replicator"
},
{
"name": "Combat Bot",
"type": "Object",
"hp": 12,
"damage": 8,
"speed": 8,
"cost":{
"lumber": 0,
"metal": 5,
"mana": 0,
"energy": 3,
"food": 0
},
"description": [
"",
"Whenever Combat Bot attacks,",
"you may pay 3 Energy to deal",
"5 damage to any target."
],
"image": "combatbot"
},
{
"name": "Provide Exoskeleton",
"type": "Action",
"hp": 0,
"damage": 0,
"speed": 5,
"cost":{
"lumber": 0,
"metal": 3,
"mana": 0,
"energy": 0,
"food": 0
},
"description": [
"",
"Target object gets +3 damage, +5 HP ",
"and gets the ability: regeneration ",
"(whenever this object receives damage,",
"gain the same amount of HP back."
],
"image": "exoskeleton"
}
]

0 comments on commit 5547df5

Please sign in to comment.