Slay the Spire

Slay the Spire

The Widow
Sagil 25 Apr, 2022 @ 6:06am
Bugs
Scrapskin small and large image do not match. When downgrading Scrapskin+, its description does not update.
< >
Showing 1-8 of 8 comments
Sagil 25 Apr, 2022 @ 6:17am 
Egg Clutch does not work (combat reward cards are not upgraded) during Boss combat.
Last edited by Sagil; 25 Apr, 2022 @ 6:23am
Sagil 26 Apr, 2022 @ 11:23pm 
Improbability Drive: The energy symbols don't show up in deck or card reward view (but they do when inspecting enlarged version or in hand).
Last edited by Sagil; 27 Apr, 2022 @ 12:43am
Sagil 27 Apr, 2022 @ 5:07am 
Flux Catalyst upgrades three random cards, description says two.
Sagil 27 Apr, 2022 @ 8:53pm 
Distill and Distill+ have identical descriptions.
Sagil 1 May, 2022 @ 5:20am 
Crash when creating a Distilled Potion (possibly related to Sacred Bark relic):

java.lang.ArrayIndexOutOfBoundsException: 2
at theWidow.potions.DistilledCardPotion.initializeData(DistilledCardPotion.java:69)
at com.megacrit.cardcrawl.potions.AbstractPotion.<init>(AbstractPotion.java:114)
at theWidow.potions.DistilledCardPotion.<init>(DistilledCardPotion.java:33)
at theWidow.cards.rare.Distill$DistillAction.doDistill(Distill.java:108)
at theWidow.cards.rare.Distill$DistillAction.update(Distill.java:85)
at com.megacrit.cardcrawl.actions.GameActionManager.update(GameActionManager.java:179)
at com.megacrit.cardcrawl.rooms.AbstractRoom.update(AbstractRoom.java:325)
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2532)
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:876)
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:423)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
Last edited by Sagil; 1 May, 2022 @ 5:39am
Evanpik64 10 May, 2022 @ 12:46pm 
Originally posted by Sagil:
Crash when creating a Distilled Potion (possibly related to Sacred Bark relic):

java.lang.ArrayIndexOutOfBoundsException: 2
at theWidow.potions.DistilledCardPotion.initializeData(DistilledCardPotion.java:69)
at com.megacrit.cardcrawl.potions.AbstractPotion.<init>(AbstractPotion.java:114)
at theWidow.potions.DistilledCardPotion.<init>(DistilledCardPotion.java:33)
at theWidow.cards.rare.Distill$DistillAction.doDistill(Distill.java:108)
at theWidow.cards.rare.Distill$DistillAction.update(Distill.java:85)
at com.megacrit.cardcrawl.actions.GameActionManager.update(GameActionManager.java:179)
at com.megacrit.cardcrawl.rooms.AbstractRoom.update(AbstractRoom.java:325)
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2532)
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:876)
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:423)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)

I can confirm this one, had the distiller and Sacred bark and it crashed every time I tried to use it.
Hollyleaf 24 Jun, 2022 @ 10:29am 
Originally posted by Evanpik64:
Originally posted by Sagil:
Crash when creating a Distilled Potion (possibly related to Sacred Bark relic):

java.lang.ArrayIndexOutOfBoundsException: 2
at theWidow.potions.DistilledCardPotion.initializeData(DistilledCardPotion.java:69)
at com.megacrit.cardcrawl.potions.AbstractPotion.<init>(AbstractPotion.java:114)
at theWidow.potions.DistilledCardPotion.<init>(DistilledCardPotion.java:33)
at theWidow.cards.rare.Distill$DistillAction.doDistill(Distill.java:108)
at theWidow.cards.rare.Distill$DistillAction.update(Distill.java:85)
at com.megacrit.cardcrawl.actions.GameActionManager.update(GameActionManager.java:179)
at com.megacrit.cardcrawl.rooms.AbstractRoom.update(AbstractRoom.java:325)
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2532)
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:876)
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:423)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)

I can confirm this one, had the distiller and Sacred bark and it crashed every time I tried to use it.
^ can confirm it's caused by Sacred Bark, got Distill early and it worked fine up until act 1 boss, after I beat it and grabbed Sacred Bark Distill started crashing my game everytime I tried to use it
idiot5k 22 Jun, 2023 @ 5:32am 
crash when trying to start the game with widow mod active:
Cause:
java.lang.NullPointerException
at pinacolada.dungeon.CombatManager.subscriberDo(CombatManager.java:979)
at pinacolada.dungeon.CombatManager.onCardReset(CombatManager.java:584)
at pinacolada.patches.card.AbstractCardPatches$AbstractCard_ResetAttributes.method(AbstractCardPatches.java:50)
at com.megacrit.cardcrawl.cards.AbstractCard.resetAttributes(AbstractCard.java:2845)
at theWidow.potions.DistilledCardPotion.initializeData(DistilledCardPotion.java:50)
at com.megacrit.cardcrawl.potions.AbstractPotion.<init>(AbstractPotion.java:114)
at theWidow.potions.DistilledCardPotion.<init>(DistilledCardPotion.java:28)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at basemod.AutoAdd.any(AutoAdd.java:130)
at theWidow.WidowMod.receiveEditPotions(WidowMod.java:216)
at theWidow.WidowMod.receiveEditCharacters(WidowMod.java:164)
at basemod.BaseMod.publishEditCharacters(BaseMod.java:2547)
at basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.EditCharactersHook.Insert(EditCharactersHook.java:20)
at com.megacrit.cardcrawl.core.CardCrawlGame.create(CardCrawlGame.java:299)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:149)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
< >
Showing 1-8 of 8 comments
Per page: 1530 50