initial commit
This commit is contained in:
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"cards": [
|
||||
{
|
||||
"id": 81,
|
||||
"role": "ranger",
|
||||
"card_type": "item",
|
||||
"faction": "base",
|
||||
"name": "Black Arrow",
|
||||
"init_amount": 2,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "damage"
|
||||
},
|
||||
{
|
||||
"effect": "draw",
|
||||
"effect_type": {
|
||||
"id": "card_amount",
|
||||
"card_id": 83
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 82,
|
||||
"role": "ranger",
|
||||
"card_type": "item",
|
||||
"faction": "base",
|
||||
"name": "Horn of Calling",
|
||||
"effects": [
|
||||
{
|
||||
"effect": "gold"
|
||||
},
|
||||
{
|
||||
"effect": "cheaper_champion"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 83,
|
||||
"role": "ranger",
|
||||
"card_type": "item",
|
||||
"faction": "base",
|
||||
"name": "Hunting Bow",
|
||||
"effects": [
|
||||
{
|
||||
"effect": "damage",
|
||||
"amount": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 56,
|
||||
"role": "ranger",
|
||||
"card_type": "item",
|
||||
"faction": "base",
|
||||
"name": "Gold",
|
||||
"init_amount": 5,
|
||||
"effects": [
|
||||
{
|
||||
"effect": "gold"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 59,
|
||||
"role": "ranger",
|
||||
"card_type": "item",
|
||||
"faction": "base",
|
||||
"name": "Ruby",
|
||||
"effects": [
|
||||
{
|
||||
"effect": "gold",
|
||||
"amount": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user