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