File tree Expand file tree Collapse file tree
src/main/java/twitch/cheese Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88import com .megacrit .cardcrawl .cards .colorless .*;
99import com .megacrit .cardcrawl .cards .curses .Pride ;
1010import com .megacrit .cardcrawl .cards .green .Alchemize ;
11+ import com .megacrit .cardcrawl .cards .green .BladeDance ;
1112import com .megacrit .cardcrawl .cards .green .Burst ;
1213import com .megacrit .cardcrawl .cards .green .Nightmare ;
1314import com .megacrit .cardcrawl .cards .purple .LessonLearned ;
@@ -194,7 +195,7 @@ public class CheeseOptions {
194195 addRelic (new PrismaticShard ().makeCopy ());
195196 }, true ));
196197
197- put ("forscience " , new CheeseController .CheeseConfig ("forscience " , () -> {
198+ put ("forsciencetwo " , new CheeseController .CheeseConfig ("forsciencetwo " , () -> {
198199 addCard (new LessonLearned ().makeCopy ());
199200 addCard (new SearingBlow ().makeCopy ());
200201
@@ -273,6 +274,13 @@ public class CheeseOptions {
273274
274275 addCard (new Alchemize ().makeCopy ());
275276 }, 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 ));
276284 }};
277285
278286 private static void addRelic (AbstractRelic relic ) {
You can’t perform that action at this time.
0 commit comments