Add initial cards

This commit is contained in:
2024-03-29 11:42:56 +01:00
parent b78a09f911
commit d07ec4e89f
4 changed files with 446 additions and 163 deletions
+5 -163
View File
@@ -30,7 +30,7 @@
"card_type": "item",
"faction": "base",
"name": "Ruby",
"amount": 1,
"init_amount": 1,
"effects": [
{
"effect": "gold",
@@ -43,7 +43,7 @@
"card_type": "item",
"faction": "base",
"name": "Dagger",
"amount": 1,
"init_amount": 1,
"effects": [
{
"effect": "damage",
@@ -56,7 +56,7 @@
"card_type": "item",
"faction": "base",
"name": "Shortsword",
"amount": 1,
"init_amount": 1,
"effects": [
{
"effect": "damage",
@@ -69,7 +69,7 @@
"card_type": "item",
"faction": "base",
"name": "Gold",
"amount": 7,
"init_amount": 7,
"effects": [
{
"effect": "gold",
@@ -83,7 +83,7 @@
"faction": "base",
"name": "Fire Gem",
"cost": 2,
"amount": 16,
"init_amount": 16,
"effects": [
{
"effect": "gold",
@@ -95,164 +95,6 @@
"type": "sacrifice"
}
]
},
{
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "Lys, the Unseen",
"cost": 6,
"defense": 5,
"guard": true,
"amount": 1,
"effects": [
{
"effect": "damage",
"amount": 2,
"type": "champion_action"
},
{
"effect": "sacrifice",
"amount": 1,
"type": "champion_action",
"sub_effects": [
{
"effect": "damage",
"amount": 2
}
]
}
]
},
{
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "Ass Priest",
"cost": 3,
"defense": 4,
"guard": false,
"amount": 2,
"effects": [
{
"effect": "damage",
"amount": 1,
"type": "champion_action",
"mutex": 1
},
{
"effect": "gold",
"amount": 1,
"type": "champion_action",
"mutex": 1
},
{
"effect": "damage",
"amount": 4,
"type": "faction_combo"
}
]
},
{
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Tits Priest",
"cost": 2,
"defense": 3,
"guard": false,
"amount": 2,
"effects": [
{
"effect": "gold",
"amount": 1,
"type": "champion_action",
"mutex": 1
},
{
"effect": "heal",
"amount": 1,
"type": "champion_action",
"mutex": 1,
"times": "per_other_champion"
}
]
},
{
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Recruit",
"cost": 2,
"amount": 3,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "heal",
"amount": 3
},
{
"effect": "heal",
"amount": 1,
"times": "per_other_champion"
},
{
"effect": "gold",
"amount": 1,
"type": "faction_combo"
}
]
},
{
"role": "market",
"card_type": "champion",
"faction": "blue",
"name": "Street Thug",
"cost": 3,
"defense": 4,
"guard": false,
"amount": 2,
"effects": [
{
"effect": "gold",
"amount": 1,
"type": "champion_action",
"mutex": 1
},
{
"effect": "damage",
"amount": 2,
"type": "champion_action",
"mutex": 1
}
]
},
{
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Darian , War Mage",
"cost": 4,
"defense": 5,
"guard": false,
"amount": 1,
"effects": [
{
"effect": "damage",
"amount": 3,
"type": "champion_action",
"mutex": 1
},
{
"effect": "heal",
"amount": 4,
"type": "champion_action",
"mutex": 1
}
]
}
]
}
+28
View File
@@ -0,0 +1,28 @@
{
"cards": [
{
"role": "market",
"card_type": "champion",
"faction": "blue",
"name": "Street Thug",
"cost": 3,
"defense": 4,
"guard": false,
"init_amount": 2,
"effects": [
{
"effect": "gold",
"amount": 1,
"type": "champion_action",
"mutex": 1
},
{
"effect": "damage",
"amount": 2,
"type": "champion_action",
"mutex": 1
}
]
},
]
}
+352
View File
@@ -0,0 +1,352 @@
{
"cards": [
{
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Arkus, Imperial Dragon",
"cost": 8,
"defense": 6,
"guard": true,
"init_amount": 1,
"effects": [
{
"effect": "draw",
"amount": 1,
"type": "champion_action"
},
{
"effect": "damage",
"amount": 5,
"type": "champion_action"
},
{
"effect": "heal",
"amount": 6,
"type": "faction_combo"
}
]
},
{
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Close Ranks",
"cost": 3,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 5,
},
{
"effect": "damage",
"amount": 2,
"times": "per_other_champion"
},
{
"effect": "heal",
"amount": 6,
"type": "faction_combo"
}
]
},
{
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Command",
"cost": 5,
"init_amount": 1,
"effects": [
{
"effect": "draw",
"amount": 1
},
{
"effect": "damage",
"amount": 3
},
{
"effect": "gold",
"amount": 2
},
{
"effect": "heal",
"amount": 4
}
]
},
{
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Darian , War Mage",
"cost": 4,
"defense": 5,
"guard": false,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 3,
"type": "champion_action",
"mutex": 1
},
{
"effect": "heal",
"amount": 4,
"type": "champion_action",
"mutex": 1
}
]
},
{
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Domination",
"cost": 7,
"init_amount": 1,
"effects": [
{
"effect": "heal",
"amount": 6
},
{
"effect": "damage",
"amount": 6
},
{
"effect": "draw",
"amount": 1
},
{
"effect": "prepare",
"amount": 1,
"type": "faction_combo"
}
]
},
{
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Cristov, the Just",
"cost": 5,
"defense": 5,
"guard": true,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 2,
"type": "champion_action"
},
{
"effect": "heal",
"amount": 3,
"type": "champion_action"
},
{
"effect": "draw",
"amount": 1,
"type": "faction_combo"
}
]
},
{
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Kraka, High Priest",
"cost": 6,
"defense": 6,
"guard": false,
"init_amount": 1,
"effects": [
{
"effect": "heal",
"amount": 2,
"type": "champion_action"
},
{
"effect": "draw",
"amount": 1,
"type": "champion_action"
},
{
"effect": "heal",
"amount": 2,
"type": "faction_combo",
"times": "per_other_champion"
}
]
},
{
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Man-at-Arms",
"cost": 3,
"defense": 4,
"guard": true,
"init_amount": 2,
"effects": [
{
"effect": "damage",
"amount": 2,
"type": "champion_action"
},
{
"effect": "damage",
"amount": 1,
"times": "per_other_guard",
"type": "champion_action"
}
]
},
{
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Master Weyan",
"cost": 4,
"defense": 4,
"guard": true,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 3,
"type": "champion_action"
},
{
"effect": "damage",
"amount": 1,
"times": "per_other_champion",
"type": "champion_action"
}
]
},
{
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Rally the Troops",
"cost": 4,
"init_amount": 1,
"effects": [
{
"effect": "heal",
"amount": 5
},
{
"effect": "damage",
"amount": 5
},
{
"effect": "prepare",
"amount": 1,
"type": "faction_combo"
}
]
},
{
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Recruit",
"cost": 2,
"init_amount": 3,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "heal",
"amount": 3
},
{
"effect": "heal",
"amount": 1,
"times": "per_other_champion"
},
{
"effect": "gold",
"amount": 1,
"type": "faction_combo"
}
]
},
{
"role": "market",
"card_type": "champion",
"faction": "yellow",
"name": "Tits Priest",
"cost": 2,
"defense": 3,
"guard": false,
"init_amount": 2,
"effects": [
{
"effect": "gold",
"amount": 1,
"type": "champion_action",
"mutex": 1
},
{
"effect": "heal",
"amount": 1,
"type": "champion_action",
"mutex": 1,
"times": "per_other_champion"
}
]
},
{
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Taxation",
"cost": 1,
"init_amount": 3,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "heal",
"amount": 6,
"type": "faction_combo"
}
]
},
{
"role": "market",
"card_type": "action",
"faction": "yellow",
"name": "Word of Power",
"cost": 6,
"init_amount": 1,
"effects": [
{
"effect": "draw",
"amount": 2
},
{
"effect": "heal",
"amount": 5,
"type": "faction_combo"
},
{
"effect": "damage",
"amount": 5,
"type": "sacrifice"
}
]
}
]
}
+61
View File
@@ -0,0 +1,61 @@
{
"cards": [
{
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "Lys, the Unseen",
"cost": 6,
"defense": 5,
"guard": true,
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 2,
"type": "champion_action"
},
{
"effect": "sacrifice",
"amount": 1,
"type": "champion_action",
"sub_effects": [
{
"effect": "damage",
"amount": 2
}
]
}
]
},
{
"role": "market",
"card_type": "champion",
"faction": "red",
"name": "Ass Priest",
"cost": 3,
"defense": 4,
"guard": false,
"init_amount": 2,
"effects": [
{
"effect": "damage",
"amount": 1,
"type": "champion_action",
"mutex": 1
},
{
"effect": "gold",
"amount": 1,
"type": "champion_action",
"mutex": 1
},
{
"effect": "damage",
"amount": 4,
"type": "faction_combo"
}
]
},
]
}