-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcardtypes.json
91 lines (91 loc) · 2.19 KB
/
cardtypes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"eggsplode": {
"title": "Eggsplode",
"description": "If you draw this card and don't have an Defuse, you lose the game.",
"emoji": "💥",
"count": 0,
"usable": false
},
"defuse": {
"title": "Defuse",
"description": "Put an Eggsplode card back into the deck. Used automatically when you draw an Eggsplode card.",
"emoji": "🔧",
"count": 0,
"usable": false
},
"nope": {
"title": "Nope",
"description": "Stop the action of another card. Can be used by clicking on the **Nope** button.",
"emoji": "🛑",
"count": 5,
"usable": false
},
"attegg": {
"title": "Attegg",
"description": "End your turn without drawing and force the next player to draw twice.",
"emoji": "⚡",
"count": 4,
"usable": true
},
"skip": {
"title": "Skip",
"description": "End your turn without drawing.",
"emoji": "🏃➡️",
"count": 4,
"usable": true
},
"shuffle": {
"title": "Eggbeater",
"description": "Shuffle the deck.",
"emoji": "🌀",
"count": 4,
"usable": true
},
"predict": {
"title": "See the future",
"description": "Look at the first 3 cards on the deck.",
"emoji": "🔮",
"count": 5,
"usable": true
},
"food1": {
"title": "Boiled egg",
"description": "Use 2 of this card to steal a card from another player!",
"emoji": "🥚",
"count": 4,
"usable": true,
"combo": 1
},
"food2": {
"title": "Fried egg",
"description": "Use 2 of this card to steal a card from another player!",
"emoji": "🍳",
"count": 4,
"usable": true,
"combo": 1
},
"food3": {
"title": "Ham & Eggs",
"description": "Use 2 of this card to steal a card from another player!",
"emoji": "🥓",
"count": 4,
"usable": true,
"combo": 1
},
"food4": {
"title": "Pancake",
"description": "Use 2 of this card to steal a card from another player!",
"emoji": "🥞",
"count": 4,
"usable": true,
"combo": 1
},
"food5": {
"title": "Fried chicken",
"description": "Use 2 of this card to steal a card from another player!",
"emoji": "🍗",
"count": 4,
"usable": true,
"combo": 1
}
}