-
Notifications
You must be signed in to change notification settings - Fork 3
/
run_mods.json
126 lines (126 loc) · 3.84 KB
/
run_mods.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"Allstar": {
"NAME": "All Star",
"DESCRIPTION": "Start with 5 colorless cards."
},
"Binary": {
"NAME": "Binary",
"DESCRIPTION": "Card rewards contain only 2 cards."
},
"Brewmaster": {
"NAME": "Brewmaster",
"DESCRIPTION": "Start with 5 copies of Alchemize and the White Beast Statue."
},
"Cursed Run": {
"NAME": "Cursed Run",
"DESCRIPTION": "Whenever you defeat a Boss, become Cursed. Your starting relic is replaced with Cursed Key, Darkstone Periapt, and Du-Vu Doll."
},
"Diverse": {
"NAME": "Diverse",
"DESCRIPTION": "Cards are not restricted by your character."
},
"Red Cards": {
"NAME": "Red Cards",
"DESCRIPTION": "Red cards now appear in rewards and shops."
},
"Green Cards": {
"NAME": "Green Cards",
"DESCRIPTION": "Green cards now appear in rewards and shops."
},
"Blue Cards": {
"NAME": "Blue Cards",
"DESCRIPTION": "Blue cards now appear in rewards and shops."
},
"Colorless Cards": {
"NAME": "Colorless Cards",
"DESCRIPTION": "Colorless cards appear more often."
},
"Draft": {
"NAME": "Draft",
"DESCRIPTION": "Draft a custom starting deck of cards."
},
"Elite Swarm": {
"NAME": "Big Game Hunter",
"DESCRIPTION": "Elite enemies are now swarming the Spire and drop better rewards."
},
"Endless": {
"NAME": "Endless",
"DESCRIPTION": "Winning will return you to Act 1 with the same deck. But beware, the blight eventually consumes all..."
},
"Blight Chests": {
"NAME": "Blight Chests",
"DESCRIPTION": "Boss chests contain blights after beating Act 3 on Endless."
},
"Stunted Growth": {
"NAME": "Stunted Growth",
"DESCRIPTION": "Enemies no longer drop card rewards after beating Act 3 on Endless."
},
"Heirloom": {
"NAME": "Heirloom",
"DESCRIPTION": "Start with 1 Rare relic."
},
"Hoarder": {
"NAME": "Hoarder",
"DESCRIPTION": "Whenever you add a card to your deck, add two additional copies. You can no longer remove cards from your deck at the Merchant."
},
"Inception": {
"NAME": "Inception",
"DESCRIPTION": "Replaces your starting relic with Unceasing Top."
},
"Insanity": {
"NAME": "Insanity",
"DESCRIPTION": "Start with a random deck of 50 cards."
},
"Lethality": {
"NAME": "Lethality",
"DESCRIPTION": "You start each combat with +3 Strength. All enemies start combat with +3 Strength."
},
"Midas": {
"NAME": "Midas",
"DESCRIPTION": "Enemies drop 200% more gold, but you cannot upgrade cards at Rest Sites."
},
"My True Form": {
"NAME": "My True Form",
"DESCRIPTION": "Start with a copy of Demon Form, Wraith Form and Echo Form."
},
"Night Terrors": {
"NAME": "Night Terrors",
"DESCRIPTION": "Resting at Rest Sites heals 100% of your HP, but costs 5 max HP."
},
"One Hit Wonder": {
"NAME": "One Hit Wonder",
"DESCRIPTION": "Start the game with 1 max HP."
},
"Praise Snecko": {
"NAME": "Praise Snecko",
"DESCRIPTION": "Replaces your starting relic with Snecko Eye."
},
"Shiny": {
"NAME": "Shiny",
"DESCRIPTION": "Starting deck is replaced with 1 of every rare card."
},
"Specialized": {
"NAME": "Specialized",
"DESCRIPTION": "Start with 5 copies of a single rare card."
},
"Starter Deck": {
"NAME": "Starter Deck",
"DESCRIPTION": "Start with Busted Crown and Binary, so enemies no longer drop cards."
},
"Terminal": {
"NAME": "Terminal",
"DESCRIPTION": "Whenever you enter a new room, lose 1 Max HP. Start each combat with 5 Plated Armor."
},
"Time Dilation": {
"NAME": "Time Dilation",
"DESCRIPTION": "All enemies start with the Slow debuff."
},
"Uncertain Future": {
"NAME": "Certain Future",
"DESCRIPTION": "The map contains only one path."
},
"Vintage": {
"NAME": "Vintage",
"DESCRIPTION": "Normal Enemies drop relics instead of cards."
}
}