BaseMod
BaseMod copied to clipboard
Slay the Spire mod which provides a modding API and a dev console
When you automatically save at the choosing of your starting bonus room, with this latest BaseMod version the save created will make it so when it tries to load the...
Hey would it be possible to disable case sensitivity in BaseMod's console? So all card strings could be pushed to lower case for comparison? Have not dug through the code...
The game immediately crashes(maybe in the autocomplete code) when you type `unlock level` in the console.
alright round 2, this time i made sure that it's compatible with SpicyShops, with the only issue being some spicy relic effects being rendered on other pages of the ShopGrid,...
It would be great to be able to go to a rest site from the console (Similar to event command)
Monsters like Lagavulin or Spire Shield can apply negative buff to player. But for some mod characters, strength or dexterity doesn't make them powerful. This makes the specific monster action...
Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: java.lang.ExceptionInInitializerError at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:133) Caused by: java.lang.ExceptionInInitializerError at com.megacrit.cardcrawl.cards.AbstractCard.renderGlow(AbstractCard.java) at com.megacrit.cardcrawl.cards.AbstractCard.renderCard(AbstractCard.java:1297) at com.megacrit.cardcrawl.cards.AbstractCard.render(AbstractCard.java:1269) at com.megacrit.cardcrawl.cards.AbstractCard.render(AbstractCard.java:1215) at com.megacrit.cardcrawl.cards.CardGroup.renderHand(CardGroup.java:886) at com.megacrit.cardcrawl.characters.AbstractPlayer.renderHand(AbstractPlayer.java:2279) at com.megacrit.cardcrawl.core.OverlayMenu.render(OverlayMenu.java:175) at com.megacrit.cardcrawl.dungeons.AbstractDungeon.render(AbstractDungeon.java:2701) at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:441)...
A better version of the other PR that I closed. This would allow mod authors to easily add achievements to their mods. Below the base game achievement grid, a new...