initial commit
This commit is contained in:
@@ -0,0 +1,188 @@
|
||||
{
|
||||
"cards": [
|
||||
{
|
||||
"id": 91,
|
||||
"role": "half-demon",
|
||||
"card_type": "action",
|
||||
"faction": "red",
|
||||
"name": "Demon Blood",
|
||||
"effects": [
|
||||
{
|
||||
"effect": "gold",
|
||||
"mutex": 1
|
||||
},
|
||||
{
|
||||
"effect": "sacrifice",
|
||||
"mutex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 92,
|
||||
"role": "half-demon",
|
||||
"card_type": "action",
|
||||
"faction": "base",
|
||||
"name": "Demonic Strength",
|
||||
"effects": [
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"effect": "keep_in_hand",
|
||||
"effect_type": {
|
||||
"id": "faction_combo",
|
||||
"faction": "red"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 93,
|
||||
"role": "dwarf",
|
||||
"card_type": "item",
|
||||
"faction": "base",
|
||||
"name": "Hammer",
|
||||
"effects": [
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 94,
|
||||
"role": "dwarf",
|
||||
"card_type": "item",
|
||||
"faction": "base",
|
||||
"name": "Pick",
|
||||
"effects": [
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 2,
|
||||
"mutex": 1
|
||||
},
|
||||
{
|
||||
"effect": "buy_gem_for_free",
|
||||
"amount": 2,
|
||||
"mutex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 95,
|
||||
"role": "elf",
|
||||
"card_type": "action",
|
||||
"faction": "base",
|
||||
"name": "Elven Grace",
|
||||
"effects": [
|
||||
{
|
||||
"effect": "cheaper_skills_passive"
|
||||
},
|
||||
{
|
||||
"effect": "draw"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 96,
|
||||
"role": "elf",
|
||||
"card_type": "item",
|
||||
"faction": "base",
|
||||
"name": "Sunstone Brooch",
|
||||
"effects": [
|
||||
{
|
||||
"effect": "gold",
|
||||
"mutex": 1
|
||||
},
|
||||
{
|
||||
"effect": "heal",
|
||||
"amount": 2,
|
||||
"mutex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 97,
|
||||
"role": "ogre",
|
||||
"card_type": "item",
|
||||
"faction": "base",
|
||||
"name": "Shiny Rock",
|
||||
"effects": [
|
||||
{
|
||||
"effect": "gold",
|
||||
"amount": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 98,
|
||||
"role": "ogre",
|
||||
"card_type": "item",
|
||||
"faction": "base",
|
||||
"name": "War Club",
|
||||
"effects": [
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 99,
|
||||
"role": "orc",
|
||||
"card_type": "action",
|
||||
"faction": "base",
|
||||
"name": "Bully",
|
||||
"effects": [
|
||||
{
|
||||
"effect": "buy_for_free",
|
||||
"amount": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 100,
|
||||
"role": "orc",
|
||||
"card_type": "item",
|
||||
"faction": "base",
|
||||
"name": "Ragged Blade",
|
||||
"effects": [
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 101,
|
||||
"role": "smallfolk",
|
||||
"card_type": "action",
|
||||
"faction": "base",
|
||||
"name": "Burgle",
|
||||
"effects": [
|
||||
{
|
||||
"effect": "cheaper_card_if_higher price"
|
||||
},
|
||||
{
|
||||
"effect": "draw"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 102,
|
||||
"role": "smallfolk",
|
||||
"card_type": "action",
|
||||
"faction": "base",
|
||||
"name": "Friendly Banter",
|
||||
"effects": [
|
||||
{
|
||||
"effect": "gold"
|
||||
},
|
||||
{
|
||||
"effect": "pick_faction"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user