File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
src/main/java/twitch/cheese Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 8
8
import com .megacrit .cardcrawl .cards .colorless .*;
9
9
import com .megacrit .cardcrawl .cards .curses .Pride ;
10
10
import com .megacrit .cardcrawl .cards .green .Alchemize ;
11
+ import com .megacrit .cardcrawl .cards .green .BladeDance ;
11
12
import com .megacrit .cardcrawl .cards .green .Burst ;
12
13
import com .megacrit .cardcrawl .cards .green .Nightmare ;
13
14
import com .megacrit .cardcrawl .cards .purple .LessonLearned ;
@@ -194,7 +195,7 @@ public class CheeseOptions {
194
195
addRelic (new PrismaticShard ().makeCopy ());
195
196
}, true ));
196
197
197
- put ("forscience " , new CheeseController .CheeseConfig ("forscience " , () -> {
198
+ put ("forsciencetwo " , new CheeseController .CheeseConfig ("forsciencetwo " , () -> {
198
199
addCard (new LessonLearned ().makeCopy ());
199
200
addCard (new SearingBlow ().makeCopy ());
200
201
@@ -273,6 +274,13 @@ public class CheeseOptions {
273
274
274
275
addCard (new Alchemize ().makeCopy ());
275
276
}, true ));
277
+
278
+
279
+ put ("styxandstones" , new CheeseController .CheeseConfig ("styxandstones" , () -> {
280
+ addRelic (new CharonsAshes ().makeCopy ());
281
+ addRelic (new Kunai ().makeCopy ());
282
+ addCard (new BladeDance ().makeCopy ());
283
+ }, true ));
276
284
}};
277
285
278
286
private static void addRelic (AbstractRelic relic ) {
You can’t perform that action at this time.
0 commit comments