Skip to content

Commit

Permalink
facts: update cards
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Apr 10, 2024
1 parent 36e9bf7 commit 8708522
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
19 changes: 11 additions & 8 deletions facts/step1/allCardsFromUntappedGg.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@
"id": 10,
"defId": "Angela",
"cost": 2,
"power": 2,
"power": 0,
"name": "Angela",
"description": "After you play a card here,\n+1 Power.",
"description": "After you play a card here,\n+2 Power.",
"attributes": {
"data": {
"AddedPower": 1
"AddedPower": 2
}
},
"series": 4,
Expand Down Expand Up @@ -932,7 +932,7 @@
"id": 41,
"defId": "Crossbones",
"cost": 4,
"power": 8,
"power": 10,
"name": "Crossbones",
"description": "You can only play this at locations where you are winning.",
"series": 6,
Expand Down Expand Up @@ -4388,7 +4388,7 @@
"id": 193,
"defId": "Sabretooth",
"cost": 3,
"power": 4,
"power": 5,
"name": "Sabretooth",
"description": "When this is destroyed, return it to your hand. It costs 0.",
"attributes": {
Expand Down Expand Up @@ -5362,7 +5362,7 @@
"cost": 6,
"power": 10,
"name": "Thanos",
"description": "At the start of the game, shuffle the six Infinity Stones into your deck.",
"description": "Starts in your opening hand and shuffles the six Infinity Stones\ninto your deck.",
"attributes": {
"cards": {
"Card_Token": [218, 182, 243, 137, 173, 217]
Expand Down Expand Up @@ -5526,10 +5526,13 @@
"cost": 1,
"power": 1,
"name": "Time Stone",
"description": "<b>On Reveal:</b> Draw a card and give it -1 Cost.",
"description": "<b>On Reveal:</b> Give Thanos -1 Cost next turn. Draw a card.",
"attributes": {
"data": {
"ReducedCost": 1
},
"cards": {
"Card_Modified": [236]
}
},
"series": 0,
Expand Down Expand Up @@ -7060,7 +7063,7 @@
"id": 311,
"defId": "Miek",
"cost": 1,
"power": 1,
"power": 0,
"name": "Miek",
"description": "When you discard a card, this gains +1 Power and can move next turn.",
"attributes": {
Expand Down
13 changes: 7 additions & 6 deletions ui/src/lib/facts/allCards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ export const allCards = {
'Angela': {
defId: 'Angela',
cost: 2,
power: 2,
power: 0,
name: 'Angela',
description: 'After you play a card here,\n+1 Power.',
description: 'After you play a card here,\n+2 Power.',
seriesStartTimestamps: [-2177452800000],
},
'Annihilus': {
Expand Down Expand Up @@ -307,7 +307,7 @@ export const allCards = {
'Crossbones': {
defId: 'Crossbones',
cost: 4,
power: 8,
power: 10,
name: 'Crossbones',
description: 'You can only play this at locations where you are winning.',
seriesStartTimestamps: [-2177452800000],
Expand Down Expand Up @@ -1355,7 +1355,7 @@ export const allCards = {
'Sabretooth': {
defId: 'Sabretooth',
cost: 3,
power: 4,
power: 5,
name: 'Sabretooth',
description: 'When this is destroyed, return it to your hand. It costs 0.',
seriesStartTimestamps: [-2177452800000],
Expand Down Expand Up @@ -1602,7 +1602,8 @@ export const allCards = {
cost: 6,
power: 10,
name: 'Thanos',
description: 'At the start of the game, shuffle the six Infinity Stones into your deck.',
description:
'Starts in your opening hand and shuffles the six Infinity Stones\ninto your deck.',
seriesStartTimestamps: [-2177452800000],
},
'The Collector': {
Expand Down Expand Up @@ -2071,7 +2072,7 @@ export const allCards = {
'Miek': {
defId: 'Miek',
cost: 1,
power: 1,
power: 0,
name: 'Miek',
description: 'When you discard a card, this gains +1 Power and can move next turn.',
seriesStartTimestamps: [1705363200000],
Expand Down

0 comments on commit 8708522

Please sign in to comment.