mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
fix JSON typos
This commit is contained in:
@@ -8528,7 +8528,7 @@
|
|||||||
"count": 2,
|
"count": 2,
|
||||||
"addMaxCount": 4,
|
"addMaxCount": 4,
|
||||||
"rarity": [
|
"rarity": [
|
||||||
"common",
|
"common"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -8600,7 +8600,7 @@
|
|||||||
"count": 2,
|
"count": 2,
|
||||||
"addMaxCount": 4,
|
"addMaxCount": 4,
|
||||||
"rarity": [
|
"rarity": [
|
||||||
"common",
|
"common"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1844,7 +1844,7 @@
|
|||||||
{
|
{
|
||||||
"name": "OrthodoxyBasilica",
|
"name": "OrthodoxyBasilica",
|
||||||
"type": "dungeon",
|
"type": "dungeon",
|
||||||
"count": 2
|
"count": 2,
|
||||||
"radiusFactor": 0.8,
|
"radiusFactor": 0.8,
|
||||||
"spriteAtlas": "maps/tileset/Phyrexian_Buildings.atlas",
|
"spriteAtlas": "maps/tileset/Phyrexian_Buildings.atlas",
|
||||||
"sprite": "BasilicaSmall",
|
"sprite": "BasilicaSmall",
|
||||||
|
|||||||
@@ -222,11 +222,11 @@
|
|||||||
"cardUnion": [
|
"cardUnion": [
|
||||||
{
|
{
|
||||||
"count":1,
|
"count":1,
|
||||||
"cardText": "counter.*on |counter.*distribute|distribute.*counter|proliferate|creature(s)? from",
|
"cardText": "counter.*on |counter.*distribute|distribute.*counter|proliferate|creature(s)? from"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"count":1,
|
"count":1,
|
||||||
"cardText": "([+-])\\d?/([+-])\\d?",
|
"cardText": "([+-])\\d?/([+-])\\d?"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}]
|
}]
|
||||||
@@ -525,11 +525,11 @@
|
|||||||
"cardUnion": [
|
"cardUnion": [
|
||||||
{
|
{
|
||||||
"count":1,
|
"count":1,
|
||||||
"cardText": "(Vigilance|Lifelink|Protection|First Strike|Double Strike|Flying)",
|
"cardText": "(Vigilance|Lifelink|Protection|First Strike|Double Strike|Flying)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"count":1,
|
"count":1,
|
||||||
"cardText": "([+-])\\d?/([+-])\\d?",
|
"cardText": "([+-])\\d?/([+-])\\d?"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}]
|
}]
|
||||||
@@ -969,7 +969,7 @@
|
|||||||
}]
|
}]
|
||||||
},{
|
},{
|
||||||
"name":"Creature2Eldrazi",
|
"name":"Creature2Eldrazi",
|
||||||
"description": "Eldritch Emissaries"
|
"description": "Eldritch Emissaries",
|
||||||
"spriteAtlas":"maps/tileset/buildings.atlas",
|
"spriteAtlas":"maps/tileset/buildings.atlas",
|
||||||
"sprite":"CreatureShop",
|
"sprite":"CreatureShop",
|
||||||
"overlaySprite":"Overlay2Colorless",
|
"overlaySprite":"Overlay2Colorless",
|
||||||
@@ -1589,7 +1589,7 @@
|
|||||||
{
|
{
|
||||||
"count":4,
|
"count":4,
|
||||||
"colors": ["red","white","black"],
|
"colors": ["red","white","black"],
|
||||||
"colorType": "MultiColor",
|
"colorType": "MultiColor"
|
||||||
}]
|
}]
|
||||||
},{
|
},{
|
||||||
"name":"RWU",
|
"name":"RWU",
|
||||||
@@ -1606,7 +1606,7 @@
|
|||||||
{
|
{
|
||||||
"count":4,
|
"count":4,
|
||||||
"colors": ["blue","red","white"],
|
"colors": ["blue","red","white"],
|
||||||
"colorType": "MultiColor",
|
"colorType": "MultiColor"
|
||||||
}]
|
}]
|
||||||
},{
|
},{
|
||||||
"name":"RWG",
|
"name":"RWG",
|
||||||
@@ -4854,7 +4854,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"count":1,
|
"count":1,
|
||||||
"subTypes": ["Soldier"],
|
"subTypes": ["Soldier"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"count":1,
|
"count":1,
|
||||||
|
|||||||
Reference in New Issue
Block a user