Skip to content

Commit e9c6eb2

Browse files
authored
Merge pull request #672 from jgoldshlag2/patch-1
Add missing traits for 2 Domino cards
2 parents 87c69bf + f419963 commit e9c6eb2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pack/next_evol.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,7 @@
681681
"set_code": "domino",
682682
"set_position": 3,
683683
"text": "<b>Hero Action</b> <i>(attack)</i>: Deal 4 damage to an enemy and discard the top card of your deck. For each resource icon discarded this way, deal 1 additional damage to an enemy.",
684+
"traits": "Attack. Superpower.",
684685
"type_code": "event"
685686
},
686687
{
@@ -697,6 +698,7 @@
697698
"set_code": "domino",
698699
"set_position": 5,
699700
"text": "<b>Hero Action</b>: Discard the top card of your deck and count the resources on it. For each resource counted this way, if it is a:\n[energy] - Heal 2 damage from a character.\n[mental] - Remove 2 threat from a scheme.\n[physical] - Deal 3 damage to an enemy.\n[wild] - Choose 1 of the above.",
701+
"traits": "Superpower.",
700702
"type_code": "event"
701703
},
702704
{
@@ -1305,4 +1307,4 @@
13051307
"traits": "X-Force.",
13061308
"type_code": "ally"
13071309
}
1308-
]
1310+
]

0 commit comments

Comments
 (0)