Skip to content

Commit b271656

Browse files
committed
Add Recipemaker metadata
1 parent 05c347c commit b271656

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

resources/cards.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"eggsplode": {
33
"title": "Eggsplode",
44
"description": "If you draw this card and don't have a Defuse, you lose the game.",
5-
"emoji": "💣"
5+
"emoji": "💣",
6+
"meta": {
7+
"recipemaker": {
8+
"hideHandOut": true,
9+
"fixedHandOut": true,
10+
"defaultHandOut": 0
11+
}
12+
}
613
},
714
"defuse": {
815
"title": "Defuse",
@@ -82,12 +89,24 @@
8289
"radioeggtive": {
8390
"title": "Radioeggtive",
8491
"description": "Put this card back into the deck face up.",
85-
"emoji": "☢️"
92+
"emoji": "☢️",
93+
"meta": {
94+
"recipemaker": {
95+
"hideHandOut": true,
96+
"fixedHandOut": true,
97+
"defaultHandOut": 0
98+
}
99+
}
86100
},
87101
"radioeggtive_face_up": {
88102
"title": "Radioeggtive (Face up)!",
89103
"description": "You lose the game. No escape.",
90-
"emoji": "💥"
104+
"emoji": "💥",
105+
"meta": {
106+
"recipemaker": {
107+
"exclude": true
108+
}
109+
}
91110
},
92111
"draw_from_bottom": {
93112
"title": "Draw from the bottom",

0 commit comments

Comments
 (0)