This repository has been archived on 2024-07-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
back-python/src/cards/pack1.json
T
2024-03-29 13:59:57 +01:00

75 lines
1.8 KiB
JSON

{
"cards": [
{
"role": "personal",
"card_type": "item",
"faction": "base",
"name": "Ruby",
"init_amount": 1,
"effects": [
{
"effect": "gold",
"amount": 2
}
]
},
{
"role": "personal",
"card_type": "item",
"faction": "base",
"name": "Dagger",
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 1
}
]
},
{
"role": "personal",
"card_type": "item",
"faction": "base",
"name": "Shortsword",
"init_amount": 1,
"effects": [
{
"effect": "damage",
"amount": 2
}
]
},
{
"role": "personal",
"card_type": "item",
"faction": "base",
"name": "Gold",
"init_amount": 7,
"effects": [
{
"effect": "gold",
"amount": 1
}
]
},
{
"role": "fire_gem",
"card_type": "item",
"faction": "base",
"name": "Fire Gem",
"cost": 2,
"init_amount": 16,
"effects": [
{
"effect": "gold",
"amount": 2
},
{
"effect": "damage",
"amount": 3,
"effect_type": "sacrifice"
}
]
}
]
}