Skip to content

Commit

Permalink
chore: Season Update
Browse files Browse the repository at this point in the history
  • Loading branch information
feildmaster committed Dec 1, 2024
1 parent 673b383 commit f79902a
Show file tree
Hide file tree
Showing 22 changed files with 621 additions and 115 deletions.
15 changes: 12 additions & 3 deletions cards/183.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"name": "Aftermath",
"image": "Aftermath",
"baseImage": "Aftermath",
"cost": 2,
"cost": 1,
"rarity": "EPIC",
"originalCost": 2,
"originalCost": 1,
"shiny": false,
"quantity": 1,
"extension": "BASE",
Expand All @@ -29,6 +29,15 @@
"diffs": {
"added": {},
"removed": {},
"changed": {}
"changed": {
"cost": {
"now": 1,
"prev": 2
},
"originalCost": {
"now": 1,
"prev": 2
}
}
}
}
15 changes: 12 additions & 3 deletions cards/188.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"card": {
"attack": 0,
"attack": 1,
"hp": 2,
"maxHp": 2,
"originalAttack": 0,
"originalAttack": 1,
"originalHp": 2,
"dodge": 0,
"armor": false,
Expand Down Expand Up @@ -48,6 +48,15 @@
"diffs": {
"added": {},
"removed": {},
"changed": {}
"changed": {
"attack": {
"now": 1,
"prev": 0
},
"originalAttack": {
"now": 1,
"prev": 0
}
}
}
}
9 changes: 7 additions & 2 deletions cards/257.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,18 @@
"playedTurn": 0,
"ownerId": 0,
"bullseyeEnabled": false,
"loop": 0,
"loop": 1,
"program": 0,
"description": ""
},
"diffs": {
"added": {},
"removed": {},
"changed": {}
"changed": {
"loop": {
"now": 1,
"prev": 0
}
}
}
}
33 changes: 27 additions & 6 deletions cards/31.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"card": {
"attack": 3,
"hp": 4,
"maxHp": 4,
"originalAttack": 3,
"originalHp": 4,
"attack": 4,
"hp": 3,
"maxHp": 3,
"originalAttack": 4,
"originalHp": 3,
"dodge": 0,
"armor": false,
"paralyzed": 0,
Expand Down Expand Up @@ -46,6 +46,27 @@
"diffs": {
"added": {},
"removed": {},
"changed": {}
"changed": {
"attack": {
"now": 4,
"prev": 3
},
"hp": {
"now": 3,
"prev": 4
},
"maxHp": {
"now": 3,
"prev": 4
},
"originalAttack": {
"now": 4,
"prev": 3
},
"originalHp": {
"now": 3,
"prev": 4
}
}
}
}
13 changes: 1 addition & 12 deletions cards/33.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,6 @@
"diffs": {
"added": {},
"removed": {},
"changed": {
"tribes": {
"now": [
"DOG",
"AMALGAMATE"
],
"prev": [
"AMALGAMATE",
"DOG"
]
}
}
"changed": {}
}
}
12 changes: 6 additions & 6 deletions cards/34.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"quantity": 1,
"extension": "BASE",
"tribes": [
"AMALGAMATE",
"FROGGIT"
"FROGGIT",
"AMALGAMATE"
],
"selectCards": [],
"typeSkin": 0,
Expand All @@ -52,12 +52,12 @@
"changed": {
"tribes": {
"now": [
"AMALGAMATE",
"FROGGIT"
],
"prev": [
"FROGGIT",
"AMALGAMATE"
],
"prev": [
"AMALGAMATE",
"FROGGIT"
]
}
}
Expand Down
17 changes: 14 additions & 3 deletions cards/35.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"quantity": 1,
"extension": "BASE",
"tribes": [
"MOLD",
"AMALGAMATE"
"AMALGAMATE",
"MOLD"
],
"selectCards": [],
"typeSkin": 0,
Expand All @@ -49,6 +49,17 @@
"diffs": {
"added": {},
"removed": {},
"changed": {}
"changed": {
"tribes": {
"now": [
"AMALGAMATE",
"MOLD"
],
"prev": [
"MOLD",
"AMALGAMATE"
]
}
}
}
}
12 changes: 6 additions & 6 deletions cards/36.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"quantity": 1,
"extension": "BASE",
"tribes": [
"AMALGAMATE",
"PLANT"
"PLANT",
"AMALGAMATE"
],
"selectCards": [],
"typeSkin": 0,
Expand All @@ -52,12 +52,12 @@
"changed": {
"tribes": {
"now": [
"AMALGAMATE",
"PLANT"
],
"prev": [
"PLANT",
"AMALGAMATE"
],
"prev": [
"AMALGAMATE",
"PLANT"
]
}
}
Expand Down
33 changes: 27 additions & 6 deletions cards/378.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"card": {
"attack": 3,
"hp": 2,
"maxHp": 2,
"originalAttack": 3,
"originalHp": 2,
"attack": 1,
"hp": 1,
"maxHp": 1,
"originalAttack": 1,
"originalHp": 1,
"dodge": 0,
"armor": false,
"paralyzed": 0,
Expand Down Expand Up @@ -46,6 +46,27 @@
"diffs": {
"added": {},
"removed": {},
"changed": {}
"changed": {
"attack": {
"now": 1,
"prev": 3
},
"hp": {
"now": 1,
"prev": 2
},
"maxHp": {
"now": 1,
"prev": 2
},
"originalAttack": {
"now": 1,
"prev": 3
},
"originalHp": {
"now": 1,
"prev": 2
}
}
}
}
9 changes: 7 additions & 2 deletions cards/420.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"burn": 0,
"cantAttack": false,
"charge": false,
"taunt": false,
"taunt": true,
"invulnerable": false,
"haste": false,
"transparency": false,
Expand Down Expand Up @@ -46,6 +46,11 @@
"diffs": {
"added": {},
"removed": {},
"changed": {}
"changed": {
"taunt": {
"now": true,
"prev": false
}
}
}
}
17 changes: 14 additions & 3 deletions cards/477.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"quantity": 1,
"extension": "BASE",
"tribes": [
"ARACHNID",
"PLANT"
"PLANT",
"ARACHNID"
],
"selectCards": [],
"typeSkin": 0,
Expand All @@ -49,6 +49,17 @@
"diffs": {
"added": {},
"removed": {},
"changed": {}
"changed": {
"tribes": {
"now": [
"PLANT",
"ARACHNID"
],
"prev": [
"ARACHNID",
"PLANT"
]
}
}
}
}
33 changes: 27 additions & 6 deletions cards/502.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"card": {
"attack": 4,
"hp": 4,
"maxHp": 4,
"hp": 3,
"maxHp": 3,
"originalAttack": 4,
"originalHp": 4,
"originalHp": 3,
"dodge": 0,
"armor": false,
"paralyzed": 0,
Expand All @@ -27,9 +27,9 @@
"name": "Mystery Machine",
"image": "Mystery_Machine",
"baseImage": "Mystery_Machine",
"cost": 5,
"cost": 3,
"rarity": "EPIC",
"originalCost": 5,
"originalCost": 3,
"target": "ALLY_MONSTER",
"shiny": false,
"quantity": 1,
Expand All @@ -47,6 +47,27 @@
"diffs": {
"added": {},
"removed": {},
"changed": {}
"changed": {
"hp": {
"now": 3,
"prev": 4
},
"maxHp": {
"now": 3,
"prev": 4
},
"originalHp": {
"now": 3,
"prev": 4
},
"cost": {
"now": 3,
"prev": 5
},
"originalCost": {
"now": 3,
"prev": 5
}
}
}
}
Loading

0 comments on commit f79902a

Please sign in to comment.