Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Running with debug mode turned ON...
- ModVersion Info:
- - Java version (1.8.0_144)
- - Slay the Spire (01-23-2019)
- - ModTheSpire (3.8.3)
- Mod list:
- - basemod (5.12.0)
- - stslib (1.14.0)
- - hexuilib (0.0.6)
- - magineermod (0.0.4)
- Begin patching...
- Finding core patches...
- Finding patches...
- Patching Overrides...
- Class: [basemod.abstracts.CustomMonster]
- - Overriding [com.megacrit.cardcrawl.monsters.AbstractMonster.renderDamageRange(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- Fixing invocations in superclass AbstractMonster...
- @ 911
- Replacing SpireSuper calls...
- @ 127
- { super.renderDamageRange(((com.badlogic.gdx.graphics.g2d.SpriteBatch) $1[0]));
- $_ = null; }
- - Overriding [com.megacrit.cardcrawl.monsters.AbstractMonster.renderIntentVfxBehind(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- Fixing invocations in superclass AbstractMonster...
- @ 908
- Replacing SpireSuper calls...
- @ 133
- { super.renderIntentVfxBehind(((com.badlogic.gdx.graphics.g2d.SpriteBatch) $1[0]));
- $_ = null; }
- - Overriding [com.megacrit.cardcrawl.monsters.AbstractMonster.renderIntent(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- Fixing invocations in superclass AbstractMonster...
- @ 909
- Replacing SpireSuper calls...
- @ 139
- { super.renderIntent(((com.badlogic.gdx.graphics.g2d.SpriteBatch) $1[0]));
- $_ = null; }
- - Overriding [com.megacrit.cardcrawl.monsters.AbstractMonster.renderIntentVfxAfter(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- Fixing invocations in superclass AbstractMonster...
- @ 910
- Replacing SpireSuper calls...
- @ 145
- { super.renderIntentVfxAfter(((com.badlogic.gdx.graphics.g2d.SpriteBatch) $1[0]));
- $_ = null; }
- - Overriding [com.megacrit.cardcrawl.monsters.AbstractMonster.renderName(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- Fixing invocations in superclass AbstractMonster...
- @ 922
- Replacing SpireSuper calls...
- @ 151
- { super.renderName(((com.badlogic.gdx.graphics.g2d.SpriteBatch) $1[0]));
- $_ = null; }
- Injecting patches...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch$SaveField]
- - Patching [com.megacrit.cardcrawl.saveAndContinue.SaveFile]
- - Adding Field: public java.lang.Integer maxHandSize_303;
- - Copying annotation: @com.google.gson.annotations.SerializedName(value="basemod:max_hand_size")
- {
- if (maxHandSize == null) { maxHandSize = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- maxHandSize.initialize(com.megacrit.cardcrawl.saveAndContinue.SaveFile.class, "maxHandSize_303");
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.ShrinkLongDescription$Scale]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard]
- - Adding Field: public java.lang.Float descriptionScale_564;
- {
- if (descriptionScale == null) { descriptionScale = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- descriptionScale.initialize(com.megacrit.cardcrawl.cards.AbstractCard.class, "descriptionScale_564");
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.saveAndContinue.SaveFile.ModSaves]
- - Patching [com.megacrit.cardcrawl.saveAndContinue.SaveFile]
- - Adding Field: public basemod.patches.com.megacrit.cardcrawl.saveAndContinue.SaveFile.ModSaves$HashMapOfJsonElement modSaves_788;
- - Copying annotation: @com.google.gson.annotations.SerializedName(value="basemod:mod_saves")
- {
- if (modSaves == null) { modSaves = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- modSaves.initialize(com.megacrit.cardcrawl.saveAndContinue.SaveFile.class, "modSaves_788");
- }
- - Adding Field: public basemod.patches.com.megacrit.cardcrawl.saveAndContinue.SaveFile.ModSaves$ArrayListOfJsonElement modCardSaves_687;
- - Copying annotation: @com.google.gson.annotations.SerializedName(value="basemod:mod_card_saves")
- {
- if (modCardSaves == null) { modCardSaves = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- modCardSaves.initialize(com.megacrit.cardcrawl.saveAndContinue.SaveFile.class, "modCardSaves_687");
- }
- - Adding Field: public basemod.patches.com.megacrit.cardcrawl.saveAndContinue.SaveFile.ModSaves$ArrayListOfJsonElement modRelicSaves_40;
- - Copying annotation: @com.google.gson.annotations.SerializedName(value="basemod:mod_relic_saves")
- {
- if (modRelicSaves == null) { modRelicSaves = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- modRelicSaves.initialize(com.megacrit.cardcrawl.saveAndContinue.SaveFile.class, "modRelicSaves_40");
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.SoulboundField]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard]
- - Adding Field: public java.lang.Boolean soulbound_837;
- {
- if (soulbound == null) { soulbound = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- soulbound.initialize(com.megacrit.cardcrawl.cards.AbstractCard.class, "soulbound_837");
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.FleetingField]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard]
- - Adding Field: public java.lang.Boolean fleeting_297;
- {
- if (fleeting == null) { fleeting = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- fleeting.initialize(com.megacrit.cardcrawl.cards.AbstractCard.class, "fleeting_297");
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.ExhaustiveField$ExhaustiveFields]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard]
- - Adding Field: public java.lang.Integer exhaustive_141;
- {
- if (exhaustive == null) { exhaustive = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- exhaustive.initialize(com.megacrit.cardcrawl.cards.AbstractCard.class, "exhaustive_141");
- }
- - Adding Field: public java.lang.Integer baseExhaustive_95;
- {
- if (baseExhaustive == null) { baseExhaustive = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- baseExhaustive.initialize(com.megacrit.cardcrawl.cards.AbstractCard.class, "baseExhaustive_95");
- }
- - Adding Field: public java.lang.Boolean isExhaustiveUpgraded_679;
- {
- if (isExhaustiveUpgraded == null) { isExhaustiveUpgraded = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- isExhaustiveUpgraded.initialize(com.megacrit.cardcrawl.cards.AbstractCard.class, "isExhaustiveUpgraded_679");
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.HitboxRightClick]
- - Patching [com.megacrit.cardcrawl.helpers.Hitbox]
- - Adding Field: public java.lang.Boolean rightClicked_399;
- {
- if (rightClicked == null) { rightClicked = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- rightClicked.initialize(com.megacrit.cardcrawl.helpers.Hitbox.class, "rightClicked_399");
- }
- - Adding Field: public java.lang.Boolean rightClickStarted_366;
- {
- if (rightClickStarted == null) { rightClickStarted = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- rightClickStarted.initialize(com.megacrit.cardcrawl.helpers.Hitbox.class, "rightClickStarted_366");
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.GraveField]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard]
- - Adding Field: public java.lang.Boolean grave_795;
- {
- if (grave == null) { grave = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- grave.initialize(com.megacrit.cardcrawl.cards.AbstractCard.class, "grave_795");
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.RefundFields]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard]
- - Adding Field: public java.lang.Integer refund_533;
- {
- if (refund == null) { refund = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- refund.initialize(com.megacrit.cardcrawl.cards.AbstractCard.class, "refund_533");
- }
- - Adding Field: public java.lang.Integer baseRefund_203;
- {
- if (baseRefund == null) { baseRefund = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- baseRefund.initialize(com.megacrit.cardcrawl.cards.AbstractCard.class, "baseRefund_203");
- }
- - Adding Field: public java.lang.Boolean isRefundUpgraded_312;
- {
- if (isRefundUpgraded == null) { isRefundUpgraded = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- isRefundUpgraded.initialize(com.megacrit.cardcrawl.cards.AbstractCard.class, "isRefundUpgraded_312");
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.AlwaysRetainField]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard]
- - Adding Field: public java.lang.Boolean alwaysRetain_162;
- {
- if (alwaysRetain == null) { alwaysRetain = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- alwaysRetain.initialize(com.megacrit.cardcrawl.cards.AbstractCard.class, "alwaysRetain_162");
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.SneckoField]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard]
- - Adding Field: public java.lang.Boolean snecko_836;
- {
- if (snecko == null) { snecko = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- snecko.initialize(com.megacrit.cardcrawl.cards.AbstractCard.class, "snecko_836");
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.AutoplayField]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard]
- - Adding Field: public java.lang.Boolean autoplay_763;
- {
- if (autoplay == null) { autoplay = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- autoplay.initialize(com.megacrit.cardcrawl.cards.AbstractCard.class, "autoplay_763");
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.core.AbstractCreature.TempHPField]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature]
- - Adding Field: public java.lang.Integer tempHp_230;
- {
- if (tempHp == null) { tempHp = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- tempHp.initialize(com.megacrit.cardcrawl.core.AbstractCreature.class, "tempHp_230");
- }
- Patch Class: [hexui_lib.patches.relics.BottledPlaceholderField]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard]
- - Adding Field: public java.lang.Boolean inBottledPlaceholderField_22;
- {
- if (inBottledPlaceholderField == null) { inBottledPlaceholderField = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- inBottledPlaceholderField.initialize(com.megacrit.cardcrawl.cards.AbstractCard.class, "inBottledPlaceholderField_22");
- }
- Patch Class: [magineer.patches.relics.BottledPlaceholderField]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard]
- - Adding Field: public java.lang.Boolean inBottledPlaceholderField_927;
- {
- if (inBottledPlaceholderField == null) { inBottledPlaceholderField = new com.evacipated.cardcrawl.modthespire.lib.SpireField(null); }
- inBottledPlaceholderField.initialize(com.megacrit.cardcrawl.cards.AbstractCard.class, "inBottledPlaceholderField_927");
- }
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.CreditsModList]
- - Patching [com.megacrit.cardcrawl.credits.CreditsScreen()]
- - Adding Insert @ r5 (abs:56)...
- {
- float[] __tmpY = new float[]{tmpY};
- com.evacipated.cardcrawl.modthespire.patches.CreditsModList.Insert($0, $$, __tmpY);
- tmpY = __tmpY[0];
- }
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.modsscreen.SaveBaseModBadges]
- - Patching [basemod.BaseMod.registerModBadge(com.badlogic.gdx.graphics.Texture,java.lang.String,java.lang.String,java.lang.String,basemod.ModPanel)]
- - Adding Insert @ r8 (abs:732)...
- {
- com.evacipated.cardcrawl.modthespire.patches.modsscreen.SaveBaseModBadges.Insert($$, badge);
- }
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.DisableGdxForceExit]
- - Patching [com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop()]
- - Adding Insert @ 248...
- {
- com.evacipated.cardcrawl.modthespire.patches.DisableGdxForceExit.Insert($0, $$);
- }
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.modsscreen.MainMenuItem]
- - Patching [com.megacrit.cardcrawl.screens.mainMenu.MainMenuScreen.setMainMenuButtons()]
- - Adding Insert @ r4 (abs:145)...
- {
- int[] __index = new int[]{index};
- com.evacipated.cardcrawl.modthespire.patches.modsscreen.MainMenuItem.Insert($0, $$, __index);
- index = __index[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.actions.GameActionManager.GetNextActionHook]
- - Patching [com.megacrit.cardcrawl.actions.GameActionManager.getNextAction()]
- - Adding Insert @ 245...
- {
- basemod.patches.com.megacrit.cardcrawl.actions.GameActionManager.GetNextActionHook.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderFixSwitches$RenderOuterGlowSwitch]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderOuterGlow(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ r9 (abs:1264)...
- {
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderFixSwitches$RenderOuterGlowSwitch.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.charSelect.CharacterOption.MultiwordKeywords]
- - Patching [com.megacrit.cardcrawl.screens.charSelect.CharacterOption.renderRelics(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 427...
- {
- java.lang.String[] __relicString = new java.lang.String[]{relicString};
- basemod.patches.com.megacrit.cardcrawl.screens.charSelect.CharacterOption.MultiwordKeywords.Insert($0, $$, __relicString);
- relicString = __relicString[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.GetCardListSwitch]
- - Patching [com.megacrit.cardcrawl.helpers.CardLibrary.getCardList(com.megacrit.cardcrawl.helpers.CardLibrary$LibraryType)]
- - Adding Insert @ r45 (abs:1047)...
- {
- basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.GetCardListSwitch.Insert($$, retVal);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.CustomCardsPatch]
- - Patching [com.megacrit.cardcrawl.helpers.CardLibrary.initialize()]
- - Adding Insert @ 329...
- {
- basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.CustomCardsPatch.Insert($$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.InitializeCardPoolsSwitch]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon.initializeCardPools()]
- - Adding Insert @ 1438...
- {
- basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.InitializeCardPoolsSwitch.Insert($0, $$, tmpPool);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.DamageHooks$CalculateCardDamageMulti]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.calculateCardDamage(com.megacrit.cardcrawl.monsters.AbstractMonster)]
- - Adding Insert @ r86 (abs:3107)...
- {
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.DamageHooks$CalculateCardDamageMulti.Insert($0, $$, tmp);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.charSelect.CharacterOption.CtorSwitch]
- - Patching [com.megacrit.cardcrawl.screens.charSelect.CharacterOption(java.lang.String,com.megacrit.cardcrawl.characters.AbstractPlayer,java.lang.String,java.lang.String)]
- - Adding Insert @ r20 (abs:84)...
- {
- basemod.patches.com.megacrit.cardcrawl.screens.charSelect.CharacterOption.CtorSwitch.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.DamageHooks$CalculateCardDamage]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.calculateCardDamage(com.megacrit.cardcrawl.monsters.AbstractMonster)]
- - Adding Insert @ r7 (abs:3028)...
- {
- float[] __tmp = new float[]{tmp};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.DamageHooks$CalculateCardDamage.Insert($0, $$, __tmp);
- tmp = __tmp[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.FixEverythingPosition$Update]
- - Patching [com.megacrit.cardcrawl.screens.custom.CustomModeScreen.update()]
- - Adding Insert @ 284...
- {
- float[] __scrollY = new float[]{scrollY};
- basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.FixEverythingPosition$Update.InsertBefore($0, $$, __scrollY);
- scrollY = __scrollY[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.ReorganizeObtainRelicGetHook]
- - Patching [com.megacrit.cardcrawl.relics.AbstractRelic.reorganizeObtain(com.megacrit.cardcrawl.characters.AbstractPlayer,int,boolean,int)]
- - Adding Insert @ 197...
- {
- basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.ReorganizeObtainRelicGetHook.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.MultiwordKeywords$InitializeDescription]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.initializeDescription()]
- - Adding Insert @ 542...
- {
- java.lang.String[] __word = new java.lang.String[]{word};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.MultiwordKeywords$InitializeDescription.Insert($0, $$, __word, keywordTmp);
- word = __word[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.FontHelper.AllowSmartTextsToRemoveSpaces$RenderSmartTextPatch]
- - Patching [com.megacrit.cardcrawl.helpers.FontHelper.renderSmartText(com.badlogic.gdx.graphics.g2d.SpriteBatch,com.badlogic.gdx.graphics.g2d.BitmapFont,java.lang.String,float,float,float,float,com.badlogic.gdx.graphics.Color)]
- - Adding Insert @ 969...
- {
- float[] __curWidth = new float[]{curWidth};
- basemod.patches.com.megacrit.cardcrawl.helpers.FontHelper.AllowSmartTextsToRemoveSpaces$RenderSmartTextPatch.InsertRemoveSpace($$, __curWidth, spaceWidth);
- curWidth = __curWidth[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$AlterTmpCN]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderDescriptionCN(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ r35 (abs:2141)...
- {
- java.lang.String[] __tmp = new java.lang.String[]{tmp};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$AlterTmpCN.Insert($0, $$, __tmp);
- tmp = __tmp[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.AddSwitch]
- - Patching [com.megacrit.cardcrawl.helpers.CardLibrary.add(com.megacrit.cardcrawl.cards.AbstractCard)]
- - Adding Insert @ 792...
- {
- basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.AddSwitch.Insert($$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.compendium.CardLibraryScreen.EverythingFix$Initialize]
- - Patching [com.megacrit.cardcrawl.screens.compendium.CardLibraryScreen.initialize()]
- - Adding Insert @ 90...
- {
- basemod.patches.com.megacrit.cardcrawl.screens.compendium.CardLibraryScreen.EverythingFix$Initialize.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.FixDescriptionWidthCustomDynamicVariable]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.initializeDescription()]
- - Adding Insert @ 532...
- {
- com.badlogic.gdx.graphics.g2d.GlyphLayout[] __gl = new com.badlogic.gdx.graphics.g2d.GlyphLayout[]{gl};
- java.lang.String[] __word = new java.lang.String[]{word};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.FixDescriptionWidthCustomDynamicVariable.Insert($0, $$, __gl, __word);
- gl = __gl[0];
- word = __word[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.CardGroup.MoveToExhaustPileHook]
- - Patching [com.megacrit.cardcrawl.cards.CardGroup.moveToExhaustPile(com.megacrit.cardcrawl.cards.AbstractCard)]
- - Adding Insert @ r6 (abs:937)...
- {
- basemod.patches.com.megacrit.cardcrawl.cards.CardGroup.MoveToExhaustPileHook.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch$Load]
- - Patching [com.megacrit.cardcrawl.core.CardCrawlGame.loadPlayerSave(com.megacrit.cardcrawl.characters.AbstractPlayer)]
- - Adding Insert @ 1090...
- {
- basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch$Load.Insert($0, $$, saveFile);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$SetPlayerNamePatch]
- - Patching [com.megacrit.cardcrawl.ui.panels.TopPanel.setPlayerName()]
- - Adding Insert @ 184...
- {
- basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$SetPlayerNamePatch.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.events.Vampires.ReplaceAttacks]
- - Patching [com.megacrit.cardcrawl.events.city.Vampires.replaceAttacks()]
- - Adding Insert @ r8 (abs:131)...
- {
- basemod.patches.com.megacrit.cardcrawl.events.Vampires.ReplaceAttacks.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.CNCardTextColors]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.initializeDescriptionCN()]
- - Adding Insert @ 672...
- {
- java.lang.String[] __word = new java.lang.String[]{word};
- float[] __currentWidth = new float[]{currentWidth};
- int[] __numLines = new int[]{numLines};
- java.lang.StringBuilder[] __currentLine = new java.lang.StringBuilder[]{currentLine};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.CNCardTextColors.Insert($0, $$, __word, __currentWidth, __numLines, __currentLine, CN_DESC_BOX_WIDTH);
- word = __word[0];
- currentWidth = __currentWidth[0];
- numLines = __numLines[0];
- currentLine = __currentLine[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.ui.panels.PotionPopUp.PostPotionUseHookTargetMode]
- - Patching [com.megacrit.cardcrawl.ui.panels.PotionPopUp.updateTargetMode()]
- - Adding Insert @ 249...
- {
- basemod.patches.com.megacrit.cardcrawl.ui.panels.PotionPopUp.PostPotionUseHookTargetMode.Insert($0, $$, potion);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.UpdateHooks$PostUpdateHook]
- - Patching [com.megacrit.cardcrawl.core.CardCrawlGame.update()]
- - Adding Insert @ 899...
- {
- basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.UpdateHooks$PostUpdateHook.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.FixEverythingPosition$RenderHeaders]
- - Patching [com.megacrit.cardcrawl.screens.custom.CustomModeScreen.renderScreen(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 548...
- {
- float[] __scrollY = new float[]{scrollY};
- basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.FixEverythingPosition$RenderHeaders.InsertBefore($0, $$, __scrollY);
- scrollY = __scrollY[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.options.SettingsScreen.PopupSwitch]
- - Patching [com.megacrit.cardcrawl.screens.options.SettingsScreen.popup(com.megacrit.cardcrawl.screens.options.ConfirmPopup$ConfirmType)]
- - Adding Insert @ r35 (abs:102)...
- {
- basemod.patches.com.megacrit.cardcrawl.screens.options.SettingsScreen.PopupSwitch.Insert($0, $$);
- }
- Patch Class: [basemod.patches.whatmod.PlayerPowerTips]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature.renderPowerTips(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ r2 (abs:816)...
- {
- basemod.patches.whatmod.PlayerPowerTips.Insert($0, $$, p);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.FixDescriptionWidthCustomDynamicVariableCN]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.initializeDescriptionCN()]
- - Adding Insert @ 673...
- {
- java.lang.String[] __word = new java.lang.String[]{word};
- float[] __currentWidth = new float[]{currentWidth};
- java.lang.StringBuilder[] __currentLine = new java.lang.StringBuilder[]{currentLine};
- int[] __numLines = new int[]{numLines};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.FixDescriptionWidthCustomDynamicVariableCN.Insert($0, $$, __word, __currentWidth, __currentLine, __numLines, CN_DESC_BOX_WIDTH);
- word = __word[0];
- currentWidth = __currentWidth[0];
- currentLine = __currentLine[0];
- numLines = __numLines[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.rooms.AbstractRoom.StartBattleHook]
- - Patching [com.megacrit.cardcrawl.rooms.AbstractRoom.update()]
- - Adding Insert @ 250...
- {
- basemod.patches.com.megacrit.cardcrawl.rooms.AbstractRoom.StartBattleHook.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.ui.panels.PotionPopUp.PostPotionUseHook]
- - Patching [com.megacrit.cardcrawl.ui.panels.PotionPopUp.updateInput()]
- - Adding Insert @ 279...
- {
- basemod.patches.com.megacrit.cardcrawl.ui.panels.PotionPopUp.PostPotionUseHook.Insert($0, $$, potion);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.InstantObtainRelicGetHook]
- - Patching [com.megacrit.cardcrawl.relics.AbstractRelic.instantObtain(com.megacrit.cardcrawl.characters.AbstractPlayer,int,boolean)]
- - Adding Insert @ 230...
- {
- basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.InstantObtainRelicGetHook.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.compendium.CardLibraryScreen.EverythingFix$DidChangeTab]
- - Patching [com.megacrit.cardcrawl.screens.compendium.CardLibraryScreen.didChangeTab(com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar,com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar$CurrentTab)]
- - Adding Insert @ r1 (abs:541)...
- {
- com.megacrit.cardcrawl.cards.CardGroup[] __visibleCards = new com.megacrit.cardcrawl.cards.CardGroup[]{visibleCards};
- basemod.patches.com.megacrit.cardcrawl.screens.compendium.CardLibraryScreen.EverythingFix$DidChangeTab.Insert($0, $$, __visibleCards);
- visibleCards = __visibleCards[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.InitializeCharacterButtons]
- - Patching [com.megacrit.cardcrawl.screens.custom.CustomModeScreen.initializeCharacters()]
- - Adding Insert @ 253...
- {
- basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.InitializeCharacterButtons.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.relics.PandorasBox.OnEquip]
- - Patching [com.megacrit.cardcrawl.relics.PandorasBox.onEquip()]
- - Adding Insert @ r12 (abs:68)...
- {
- basemod.patches.com.megacrit.cardcrawl.relics.PandorasBox.OnEquip.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.mainMenu.MainMenuScreen.SwapCharacterSelectScreen]
- - Patching [com.megacrit.cardcrawl.screens.mainMenu.MainMenuScreen(boolean)]
- - Adding Insert @ 132...
- {
- basemod.patches.com.megacrit.cardcrawl.screens.mainMenu.MainMenuScreen.SwapCharacterSelectScreen.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.TipHelper.FakeKeywords]
- - Patching [com.megacrit.cardcrawl.helpers.TipHelper.renderKeywords(float,float,com.badlogic.gdx.graphics.g2d.SpriteBatch,java.util.ArrayList)]
- - Adding Insert @ r0 (abs:232)...
- {
- float[] __y = new float[]{y};
- basemod.patches.com.megacrit.cardcrawl.helpers.TipHelper.FakeKeywords.Insert($$, __y, card);
- y = __y[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.core.EnergyManager.PostEnergyRechargeHook]
- - Patching [com.megacrit.cardcrawl.core.EnergyManager.recharge()]
- - Adding Insert @ 47...
- {
- basemod.patches.com.megacrit.cardcrawl.core.EnergyManager.PostEnergyRechargeHook.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderCustomDynamicVariableCN]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderDescriptionCN(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 2140...
- {
- java.lang.String[] __tmp = new java.lang.String[]{tmp};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderCustomDynamicVariableCN.Insert($0, $$, __tmp);
- tmp = __tmp[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.ui.panels.PotionPopUp.PrePotionUseHook]
- - Patching [com.megacrit.cardcrawl.ui.panels.PotionPopUp.updateInput()]
- - Adding Insert @ 275...
- {
- basemod.patches.com.megacrit.cardcrawl.ui.panels.PotionPopUp.PrePotionUseHook.Insert($0, $$, potion);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.OnPlayerDamagedHook]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.damage(com.megacrit.cardcrawl.cards.DamageInfo)]
- - Adding Insert @ 1637...
- {
- int[] __damageAmount = new int[]{damageAmount};
- basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.OnPlayerDamagedHook.InsertPre($0, $$, __damageAmount);
- damageAmount = __damageAmount[0];
- }
- Patch Class: [basemod.patches.whatmod.MonsterPowerTips]
- - Patching [com.megacrit.cardcrawl.monsters.AbstractMonster.renderTip(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ r6 (abs:316)...
- {
- basemod.patches.whatmod.MonsterPowerTips.Insert($0, $$, p);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.core.AbstractCreature.PlayerMaxHPChange$Decrease]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature.decreaseMaxHealth(int)]
- - Adding Insert @ 227...
- {
- int[] __amount = new int[]{amount};
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = basemod.patches.com.megacrit.cardcrawl.core.AbstractCreature.PlayerMaxHPChange$Decrease.Insert($0, $$, __amount);
- amount = __amount[0];
- if (opt.isPresent()) { return; }
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.FixEnergyTooltip]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderTips(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 1790...
- {
- java.lang.String[] __s = new java.lang.String[]{s};
- basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.FixEnergyTooltip.Insert($0, $$, __s);
- s = __s[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.ModalChoiceScreenUpdateRender$Render]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon.render(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 2725...
- {
- basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.ModalChoiceScreenUpdateRender$Render.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.saveAndContinue.SaveAndContinue.Save]
- - Patching [com.megacrit.cardcrawl.saveAndContinue.SaveAndContinue.save(com.megacrit.cardcrawl.saveAndContinue.SaveFile)]
- - Adding Insert @ 302...
- {
- basemod.patches.com.megacrit.cardcrawl.saveAndContinue.SaveAndContinue.Save.Insert($$, params);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.FontHelper.AllowSmartTextsToRemoveSpaces$RenderSmartTextPatch]
- - Patching [com.megacrit.cardcrawl.helpers.FontHelper.renderSmartText(com.badlogic.gdx.graphics.g2d.SpriteBatch,com.badlogic.gdx.graphics.g2d.BitmapFont,java.lang.String,float,float,float,float,com.badlogic.gdx.graphics.Color)]
- - Adding Insert @ 938...
- {
- java.lang.String[] __word = new java.lang.String[]{word};
- basemod.patches.com.megacrit.cardcrawl.helpers.FontHelper.AllowSmartTextsToRemoveSpaces$RenderSmartTextPatch.InsertRemoveSpecialWord($$, __word);
- word = __word[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.EditCharactersHook]
- - Patching [com.megacrit.cardcrawl.core.CardCrawlGame.create()]
- - Adding Insert @ 287...
- {
- basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.EditCharactersHook.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.UpdateHooks$PreUpdateHook]
- - Patching [com.megacrit.cardcrawl.core.CardCrawlGame.update()]
- - Adding Insert @ 766...
- {
- basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.UpdateHooks$PreUpdateHook.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.FixUniqueKeywordsMultiTooltips]
- - Patching [com.megacrit.cardcrawl.relics.AbstractRelic.initializeTips()]
- - Adding Insert @ 1342...
- {
- boolean[] __alreadyExists = new boolean[]{alreadyExists};
- basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.FixUniqueKeywordsMultiTooltips.Insert($0, $$, s, t, __alreadyExists);
- alreadyExists = __alreadyExists[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.core.AbstractCreature.PlayerMaxHPChange$Increase]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature.increaseMaxHp(int,boolean)]
- - Adding Insert @ 210...
- {
- int[] __amount = new int[]{amount};
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = basemod.patches.com.megacrit.cardcrawl.core.AbstractCreature.PlayerMaxHPChange$Increase.Insert($0, $$, __amount);
- amount = __amount[0];
- if (opt.isPresent()) { return; }
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.MissingPortraitFix]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderPortrait(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 605...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.MissingPortraitFix.Insert($0, $$, card);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.ObtainRelicGetHook]
- - Patching [com.megacrit.cardcrawl.relics.AbstractRelic.obtain()]
- - Adding Insert @ 293...
- {
- basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.ObtainRelicGetHook.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.actions.GameActionManager.OnPlayerLoseBlockToggle]
- - Patching [com.megacrit.cardcrawl.actions.GameActionManager.getNextAction()]
- - Adding Insert @ 390...
- {
- basemod.patches.com.megacrit.cardcrawl.actions.GameActionManager.OnPlayerLoseBlockToggle.InsertPost($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.DamageHooks$ApplyPowers]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.applyPowers()]
- - Adding Insert @ r19 (abs:2900)...
- {
- float[] __tmp = new float[]{tmp};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.DamageHooks$ApplyPowers.Insert($0, $$, __tmp);
- tmp = __tmp[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.ui.panels.PotionPopUp.PrePotionUseHookTargetMode]
- - Patching [com.megacrit.cardcrawl.ui.panels.PotionPopUp.updateTargetMode()]
- - Adding Insert @ 244...
- {
- basemod.patches.com.megacrit.cardcrawl.ui.panels.PotionPopUp.PrePotionUseHookTargetMode.Insert($0, $$, potion);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar.ColorTabBarFix$Render]
- - Patching [com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar.render(com.badlogic.gdx.graphics.g2d.SpriteBatch,float)]
- - Adding Insert @ 183...
- {
- basemod.patches.com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar.ColorTabBarFix$Render.Insert($0, $$, curTab);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.RenderHooks$PostRenderHook]
- - Patching [com.megacrit.cardcrawl.core.CardCrawlGame.render()]
- - Adding Insert @ 495...
- {
- basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.RenderHooks$PostRenderHook.Insert($0, $$, sb);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.FixEverythingPosition$Update]
- - Patching [com.megacrit.cardcrawl.screens.custom.CustomModeScreen.update()]
- - Adding Insert @ 287...
- {
- float[] __scrollY = new float[]{scrollY};
- basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.FixEverythingPosition$Update.InsertAfter($0, $$, __scrollY);
- scrollY = __scrollY[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.saveAndContinue.SaveFile.CustomRewardSave]
- - Patching [com.megacrit.cardcrawl.saveAndContinue.SaveFile(com.megacrit.cardcrawl.saveAndContinue.SaveFile$SaveType)]
- - Adding Insert @ 371...
- {
- basemod.patches.com.megacrit.cardcrawl.saveAndContinue.SaveFile.CustomRewardSave.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.RenderHooks$RenderHook]
- - Patching [com.megacrit.cardcrawl.core.CardCrawlGame.render()]
- - Adding Insert @ 459...
- {
- basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.RenderHooks$RenderHook.Insert($0, $$, sb);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.FontHelper.AllowSmartTextsToRemoveSpaces$GetSmartHeightPatch]
- - Patching [com.megacrit.cardcrawl.helpers.FontHelper.getSmartHeight(com.badlogic.gdx.graphics.g2d.BitmapFont,java.lang.String,float,float)]
- - Adding Insert @ 1095...
- {
- java.lang.String[] __word = new java.lang.String[]{word};
- basemod.patches.com.megacrit.cardcrawl.helpers.FontHelper.AllowSmartTextsToRemoveSpaces$GetSmartHeightPatch.Insert($$, __word);
- word = __word[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.actions.common.ApplyPowerAction.ApplyPowerActionPostPowerApplyHook]
- - Patching [com.megacrit.cardcrawl.actions.common.ApplyPowerAction.update()]
- - Adding Insert @ r6 (abs:147)...
- {
- basemod.patches.com.megacrit.cardcrawl.actions.common.ApplyPowerAction.ApplyPowerActionPostPowerApplyHook.Insert($0, $$, powerToApply, target, source);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch$Save]
- - Patching [com.megacrit.cardcrawl.saveAndContinue.SaveAndContinue.save(com.megacrit.cardcrawl.saveAndContinue.SaveFile)]
- - Adding Insert @ 140...
- {
- java.util.HashMap[] __params = new java.util.HashMap[]{params};
- basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch$Save.Insert($$, __params);
- params = __params[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.CNUniqueKeywords]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.initializeDescriptionCN()]
- - Adding Insert @ 582...
- {
- java.lang.String[] __word = new java.lang.String[]{word};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.CNUniqueKeywords.Insert($0, $$, __word);
- word = __word[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.FakeKeywords]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderTips(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 1796...
- {
- java.util.ArrayList[] __t = new java.util.ArrayList[]{t};
- basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.FakeKeywords.Insert($0, $$, card, __t);
- t = __t[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.RenderCustomDynamicVariableCN]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderDescriptionCN(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 896...
- {
- java.lang.String[] __tmp = new java.lang.String[]{tmp};
- basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.RenderCustomDynamicVariableCN.Insert($0, $$, card, __tmp);
- tmp = __tmp[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.CustomBosses$Ascension20DoubleBoss]
- - Patching [com.megacrit.cardcrawl.ui.buttons.ProceedButton.update()]
- - Adding Insert @ 116...
- {
- basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.CustomBosses$Ascension20DoubleBoss.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.ModalChoiceScreenUpdateRender$Update]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon.update()]
- - Adding Insert @ 2548...
- {
- basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.ModalChoiceScreenUpdateRender$Update.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.CustomRewardLoad]
- - Patching [com.megacrit.cardcrawl.core.CardCrawlGame.loadPostCombat(com.megacrit.cardcrawl.saveAndContinue.SaveFile)]
- - Adding Insert @ 1036...
- {
- basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.CustomRewardLoad.Insert($0, $$, i);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.PostInitializeStarterRelicsHookSwitch]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.initializeStarterRelics(com.megacrit.cardcrawl.characters.AbstractPlayer$PlayerClass)]
- - Adding Insert @ r14 (abs:453)...
- {
- java.util.ArrayList[] __relics = new java.util.ArrayList[]{relics};
- basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.PostInitializeStarterRelicsHookSwitch.Insert($0, $$, __relics);
- relics = __relics[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.InstantObtainRelicGetHook2]
- - Patching [com.megacrit.cardcrawl.relics.AbstractRelic.instantObtain()]
- - Adding Insert @ 265...
- {
- basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.InstantObtainRelicGetHook2.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.events.BackToBasics.UpgradeStrikeAndDefends]
- - Patching [com.megacrit.cardcrawl.events.city.BackToBasics.upgradeStrikeAndDefends()]
- - Adding Insert @ r30 (abs:135)...
- {
- basemod.patches.com.megacrit.cardcrawl.events.BackToBasics.UpgradeStrikeAndDefends.Insert($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.PostDrawHook]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.draw(int)]
- - Adding Insert @ 1942...
- {
- basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.PostDrawHook.Insert($0, $$, c);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$FixEForChinese]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.initializeDescriptionCN()]
- - Adding Insert @ 673...
- {
- java.lang.String[] __word = new java.lang.String[]{word};
- float[] __currentWidth = new float[]{currentWidth};
- java.lang.StringBuilder[] __currentLine = new java.lang.StringBuilder[]{currentLine};
- int[] __numLines = new int[]{numLines};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$FixEForChinese.Insert($0, $$, __word, __currentWidth, __currentLine, __numLines, CARD_ENERGY_IMG_WIDTH, CN_DESC_BOX_WIDTH);
- word = __word[0];
- currentWidth = __currentWidth[0];
- currentLine = __currentLine[0];
- numLines = __numLines[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.FontHelper.FixChineseNoPurpleColor]
- - Patching [com.megacrit.cardcrawl.helpers.FontHelper.exampleNonWordWrappedText(com.badlogic.gdx.graphics.g2d.SpriteBatch,com.badlogic.gdx.graphics.g2d.BitmapFont,java.lang.String,float,float,com.badlogic.gdx.graphics.Color,float)]
- - Adding Insert @ 1385...
- {
- java.lang.String[] __word = new java.lang.String[]{word};
- basemod.patches.com.megacrit.cardcrawl.helpers.FontHelper.FixChineseNoPurpleColor.Insert($$, __word);
- word = __word[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$AlterTmp]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderDescription(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ r31 (abs:1896)...
- {
- java.lang.String[] __tmp = new java.lang.String[]{tmp};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$AlterTmp.Insert($0, $$, __tmp);
- tmp = __tmp[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.actions.GameActionManager.OnPlayerLoseBlockToggle]
- - Patching [com.megacrit.cardcrawl.actions.GameActionManager.getNextAction()]
- - Adding Insert @ 381...
- {
- basemod.patches.com.megacrit.cardcrawl.actions.GameActionManager.OnPlayerLoseBlockToggle.InsertPre($0, $$);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.ShrinkLongDescription$ShiftSizeLineDescription]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderDescription(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 1034...
- {
- float[] __draw_y = new float[]{draw_y};
- com.badlogic.gdx.graphics.g2d.BitmapFont[] __font = new com.badlogic.gdx.graphics.g2d.BitmapFont[]{font};
- float[] __current_x = new float[]{current_x};
- basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.ShrinkLongDescription$ShiftSizeLineDescription.Insert($0, $$, card, __draw_y, __font, __current_x);
- draw_y = __draw_y[0];
- font = __font[0];
- current_x = __current_x[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.runHistory.RunHistoryScreen.FixCharacterFilter$ResetRunsDropdown]
- - Patching [com.megacrit.cardcrawl.screens.runHistory.RunHistoryScreen.resetRunsDropdown()]
- - Adding Insert @ r34 (abs:263)...
- {
- boolean[] __includeMe = new boolean[]{includeMe};
- basemod.patches.com.megacrit.cardcrawl.screens.runHistory.RunHistoryScreen.FixCharacterFilter$ResetRunsDropdown.Insert($0, $$, __includeMe, data);
- includeMe = __includeMe[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.DamageHooks$ApplyPowersMulti]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.applyPowers()]
- - Adding Insert @ r69 (abs:2950)...
- {
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.DamageHooks$ApplyPowersMulti.Insert($0, $$, tmp);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.ShrinkLongDescription$ShiftSizeLineDescription]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderDescriptionCN(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 2125...
- {
- float[] __draw_y = new float[]{draw_y};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.ShrinkLongDescription$ShiftSizeLineDescription.Insert($0, $$, __draw_y);
- draw_y = __draw_y[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$RenderSmallEnergyOrb]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderDescriptionCN(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 2241...
- {
- float[] __start_x = new float[]{start_x};
- java.lang.String[] __tmp = new java.lang.String[]{tmp};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$RenderSmallEnergyOrb.Insert($0, $$, spacing, i, __start_x, draw_y, font, textColor, __tmp, gl);
- start_x = __start_x[0];
- tmp = __tmp[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$AlterEnergyKeyword]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.initializeDescriptionCN()]
- - Adding Insert @ 574...
- {
- java.lang.String[] __word = new java.lang.String[]{word};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$AlterEnergyKeyword.Insert($0, $$, __word);
- word = __word[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$RenderSmallEnergyOrb]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderDescription(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 2045...
- {
- float[] __start_x = new float[]{start_x};
- java.lang.String[] __tmp = new java.lang.String[]{tmp};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$RenderSmallEnergyOrb.Insert($0, $$, spacing, i, __start_x, draw_y, font, textColor, __tmp, gl);
- start_x = __start_x[0];
- tmp = __tmp[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.ShrinkLongDescription$ShiftSizeLineDescription]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderDescription(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 1884...
- {
- float[] __draw_y = new float[]{draw_y};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.ShrinkLongDescription$ShiftSizeLineDescription.Insert($0, $$, __draw_y);
- draw_y = __draw_y[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$AlterEnergyKeyword]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.initializeDescription()]
- - Adding Insert @ 465...
- {
- java.lang.String[] __word = new java.lang.String[]{word};
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$AlterEnergyKeyword.Insert($0, $$, __word);
- word = __word[0];
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.tempHp.RenderHealthBar]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature.renderHealth(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ r25 (abs:1028)...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.tempHp.RenderHealthBar.Insert($0, $$, x, y);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.HealthBarRenderPowerPatch$RenderPowerHealthBar]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature.renderHealth(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 1017...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.HealthBarRenderPowerPatch$RenderPowerHealthBar.Insert($0, $$, x, y, targetHealthBarWidth, HEALTH_BAR_HEIGHT, HEALTH_BAR_OFFSET_Y);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.NonStackablePowerPatch]
- - Patching [com.megacrit.cardcrawl.actions.common.ApplyPowerAction.update()]
- - Adding Insert @ 261...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.NonStackablePowerPatch.RestorePowerID($0, $$, powerToApply);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.AutoplayPatch]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.draw(int)]
- - Adding Insert @ 1933...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.AutoplayPatch.Insert($0, $$, c);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.HealthBarRenderPowerPatch$FixRedHealthBar]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature.renderRedHealthBar(com.badlogic.gdx.graphics.g2d.SpriteBatch,float,float)]
- - Adding Insert @ 1230...
- Adding Insert @ 1258...
- {
- float[] __targetHealthBarWidth = new float[]{targetHealthBarWidth};
- com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.HealthBarRenderPowerPatch$FixRedHealthBar.Insert($0, $$, __targetHealthBarWidth);
- targetHealthBarWidth = __targetHealthBarWidth[0];
- }
- {
- float[] __targetHealthBarWidth = new float[]{targetHealthBarWidth};
- com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.HealthBarRenderPowerPatch$FixRedHealthBar.Insert($0, $$, __targetHealthBarWidth);
- targetHealthBarWidth = __targetHealthBarWidth[0];
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.BetterOnExhaustPatch]
- - Patching [com.megacrit.cardcrawl.cards.CardGroup.moveToExhaustPile(com.megacrit.cardcrawl.cards.AbstractCard)]
- - Adding Insert @ 937...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.BetterOnExhaustPatch.Insert($0, $$);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.ClickableRelicUpdatePatch]
- - Patching [com.megacrit.cardcrawl.core.OverlayMenu.update()]
- - Adding Insert @ 71...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.ClickableRelicUpdatePatch.Insert($0, $$, r);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.SneckoPatch$Draw]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.draw(int)]
- - Adding Insert @ 1933...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.SneckoPatch$Draw.Insert($0, $$, c);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.SoulboundPatch$CardLibrary_getCurse2]
- - Patching [com.megacrit.cardcrawl.helpers.CardLibrary.getCurse(com.megacrit.cardcrawl.cards.AbstractCard,com.megacrit.cardcrawl.random.Random)]
- - Adding Insert @ 944...
- {
- java.util.ArrayList[] __tmp = new java.util.ArrayList[]{tmp};
- com.evacipated.cardcrawl.mod.stslib.patches.SoulboundPatch$CardLibrary_getCurse2.Insert($$, __tmp);
- tmp = __tmp[0];
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.OnSkipCardRelicPatch$OnSkipCardPatch]
- - Patching [com.megacrit.cardcrawl.ui.buttons.ProceedButton.update()]
- - Adding Insert @ 191...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.OnSkipCardRelicPatch$OnSkipCardPatch.Insert($0, $$, item);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.SoulboundPatch$CardLibrary_getCurse1]
- - Patching [com.megacrit.cardcrawl.helpers.CardLibrary.getCurse()]
- - Adding Insert @ 895...
- {
- java.util.ArrayList[] __tmp = new java.util.ArrayList[]{tmp};
- com.evacipated.cardcrawl.mod.stslib.patches.SoulboundPatch$CardLibrary_getCurse1.Insert($$, __tmp);
- tmp = __tmp[0];
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.OnAfterUseCardPatch]
- - Patching [com.megacrit.cardcrawl.actions.utility.UseCardAction.update()]
- - Adding Insert @ 90...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.OnAfterUseCardPatch.Insert($0, $$, targetCard);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.RetainCardsSelectPatch$Before]
- - Patching [com.megacrit.cardcrawl.actions.unique.RetainCardsAction.update()]
- - Adding Insert @ 25...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.RetainCardsSelectPatch$Before.Insert($0, $$);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.BetterOnUsePotionPatch$FairyPotion]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.damage(com.megacrit.cardcrawl.cards.DamageInfo)]
- - Adding Insert @ 1723...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.BetterOnUsePotionPatch$FairyPotion.Insert($0, $$, p);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.BetterOnSmithRelicPatch]
- - Patching [com.megacrit.cardcrawl.vfx.campfire.CampfireSmithEffect.update()]
- - Adding Insert @ 58...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.BetterOnSmithRelicPatch.Insert($0, $$, c);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.OnCardDrawPatch]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.draw(int)]
- - Adding Insert @ 1942...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.OnCardDrawPatch.Insert($0, $$, c);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.RetainCardsSelectPatch$After]
- - Patching [com.megacrit.cardcrawl.actions.unique.RetainCardsAction.update()]
- - Adding Insert @ 34...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.RetainCardsSelectPatch$After.Insert($0, $$);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.SoulboundPatch$Astrolabe_onEquip]
- - Patching [com.megacrit.cardcrawl.relics.Astrolabe.onEquip()]
- - Adding Insert @ 38...
- {
- com.megacrit.cardcrawl.cards.CardGroup[] __tmp = new com.megacrit.cardcrawl.cards.CardGroup[]{tmp};
- com.evacipated.cardcrawl.mod.stslib.patches.SoulboundPatch$Astrolabe_onEquip.Insert($0, $$, __tmp);
- tmp = __tmp[0];
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.bothInterfaces.OnReceivePowerPatch$ApplyRandomPoison]
- - Patching [com.megacrit.cardcrawl.actions.common.ApplyPoisonOnRandomMonsterAction.update()]
- - Adding Insert @ 82...
- {
- float[] __duration = new float[]{duration};
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = com.evacipated.cardcrawl.mod.stslib.patches.bothInterfaces.OnReceivePowerPatch$ApplyRandomPoison.Insert($0, $$, __duration, powerToApply);
- duration = __duration[0];
- if (opt.isPresent()) { return; }
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.RelicOnChannelPatch]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.channelOrb(com.megacrit.cardcrawl.orbs.AbstractOrb)]
- - Adding Insert @ 2766...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.RelicOnChannelPatch.Insert($0, $$);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.GravePatch]
- - Patching [com.megacrit.cardcrawl.cards.CardGroup.initializeDeck(com.megacrit.cardcrawl.cards.CardGroup)]
- - Adding Insert @ r4 (abs:1010)...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.GravePatch.Insert($0, $$, copy);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.AlwaysRetainPatch]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.applyStartOfTurnCards()]
- - Adding Insert @ 2381...
- Adding Insert @ 2386...
- Adding Insert @ 2391...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.AlwaysRetainPatch.Insert($0, $$, c);
- }
- {
- com.evacipated.cardcrawl.mod.stslib.patches.AlwaysRetainPatch.Insert($0, $$, c);
- }
- {
- com.evacipated.cardcrawl.mod.stslib.patches.AlwaysRetainPatch.Insert($0, $$, c);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.tempHp.PlayerDamage]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.damage(com.megacrit.cardcrawl.cards.DamageInfo)]
- - Adding Insert @ 1638...
- {
- int[] __damageAmount = new int[]{damageAmount};
- boolean[] __hadBlock = new boolean[]{hadBlock};
- com.evacipated.cardcrawl.mod.stslib.patches.tempHp.PlayerDamage.Insert($0, $$, __damageAmount, __hadBlock);
- damageAmount = __damageAmount[0];
- hadBlock = __hadBlock[0];
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.OnSkipCardRelicPatch$SingingBowlSkipPatch]
- - Patching [com.megacrit.cardcrawl.ui.buttons.SingingBowlButton.onClick()]
- - Adding Insert @ r0 (abs:88)...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.OnSkipCardRelicPatch$SingingBowlSkipPatch.Insert($0, $$, rItem);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.bothInterfaces.OnReceivePowerPatch$ApplyPower]
- - Patching [com.megacrit.cardcrawl.actions.common.ApplyPowerAction.update()]
- - Adding Insert @ 159...
- {
- float[] __duration = new float[]{duration};
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = com.evacipated.cardcrawl.mod.stslib.patches.bothInterfaces.OnReceivePowerPatch$ApplyPower.Insert($0, $$, __duration, powerToApply);
- duration = __duration[0];
- if (opt.isPresent()) { return; }
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.NonStackablePowerPatch]
- - Patching [com.megacrit.cardcrawl.actions.common.ApplyPowerAction.update()]
- - Adding Insert @ 215...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.NonStackablePowerPatch.AvoidStacking($0, $$, powerToApply, p);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.tempHp.RenderTempHPOutline]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature.renderHealth(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ r18 (abs:1021)...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.tempHp.RenderTempHPOutline.Insert($0, $$, x, y);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.BetterOnUsePotionPatch$NormalPotions]
- - Patching [com.megacrit.cardcrawl.ui.panels.PotionPopUp.updateInput()]
- - Adding Insert @ 280...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.BetterOnUsePotionPatch$NormalPotions.Insert($0, $$, potion);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.BetterOnUsePotionPatch$NormalPotions]
- - Patching [com.megacrit.cardcrawl.ui.panels.PotionPopUp.updateTargetMode()]
- - Adding Insert @ 248...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.BetterOnUsePotionPatch$NormalPotions.Insert($0, $$, potion);
- }
- Patch Class: [hexui_lib.patches.RenderSingleCardPortraitFramePatch]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderFrame(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ r0 (abs:621)...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = hexui_lib.patches.RenderSingleCardPortraitFramePatch.Insert($0, $$, card);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [hexui_lib.patches.RenderCardPortraitFramePatch]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderPortraitFrame(com.badlogic.gdx.graphics.g2d.SpriteBatch,float,float)]
- - Adding Insert @ r0 (abs:1526)...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = hexui_lib.patches.RenderCardPortraitFramePatch.Insert($0, $$, renderColor);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [hexui_lib.patches.GetCardBgPatch]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.getCardBg()]
- - Adding Insert @ r0 (abs:1274)...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = hexui_lib.patches.GetCardBgPatch.Insert($0, $$);
- if (opt.isPresent()) { return (com.badlogic.gdx.graphics.Texture)opt.get(); }
- }
- Patch Class: [hexui_lib.patches.RenderSingleCardTypePatch]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderCardTypeText(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 1255...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = hexui_lib.patches.RenderSingleCardTypePatch.Insert($0, $$, label, CARD_TYPE_COLOR, card);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [hexui_lib.patches.RenderCardPortraitPatch]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderPortrait(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ r0 (abs:1724)...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = hexui_lib.patches.RenderCardPortraitPatch.Insert($0, $$, renderColor);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [hexui_lib.patches.RenderSingleCardPortraitPatch]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderPortrait(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ r0 (abs:506)...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = hexui_lib.patches.RenderSingleCardPortraitPatch.Insert($0, $$, card);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [hexui_lib.patches.RenderCardTypePatch]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderType(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 2490...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = hexui_lib.patches.RenderCardTypePatch.Insert($0, $$, font, text, renderColor);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [hexui_lib.patches.SingleCardRenderFlavorTipsPatch]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.render(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ 356...
- {
- hexui_lib.patches.SingleCardRenderFlavorTipsPatch.Insert($0, $$, card);
- }
- Patch Class: [hexui_lib.patches.RenderCardTipPatch]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderCardTip(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Insert @ r0 (abs:2782)...
- {
- hexui_lib.patches.RenderCardTipPatch.Insert($0, $$, renderTip);
- }
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.AlwaysEnableCustomMode]
- - Patching [com.megacrit.cardcrawl.screens.mainMenu.MenuPanelScreen.initializePanels()]
- - Adding Instrument...
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.modsscreen.SaveBaseModBadges]
- - Patching [basemod.BaseMod.registerModBadge(com.badlogic.gdx.graphics.Texture,java.lang.String,java.lang.String,java.lang.String,basemod.ModPanel)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.charSelect.CharacterOption.UpdateHitboxBgImg]
- - Patching [com.megacrit.cardcrawl.screens.charSelect.CharacterOption.updateHitbox()]
- - Adding Instrument...
- Patch Class: [basemod.patches.whatmod.MonsterPowerTips$Nested]
- - Patching [com.megacrit.cardcrawl.monsters.AbstractMonster.renderTip(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.FixLogging$FixDescriptionLog]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.initializeDescription()]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.ui.campfire.AbstractCampfireOption.PostCampfireHook]
- - Patching [com.megacrit.cardcrawl.ui.campfire.AbstractCampfireOption.update()]
- - Adding Instrument...
- Patch Class: [basemod.patches.whatmod.PlayerPowerTips$Nested]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature.renderPowerTips(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.FixLogging$FixRenderLog]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon.render(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.GetAllInBattleInstances.FixNPE]
- - Patching [com.megacrit.cardcrawl.helpers.GetAllInBattleInstances.get(java.util.UUID)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.BackgroundFix$EnergyOrbTexture]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderCost(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.FixLogging$FixDescriptionCNLog]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.initializeDescriptionCN()]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.InitializeEventListPatch$EventList]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon(java.lang.String,java.lang.String,com.megacrit.cardcrawl.characters.AbstractPlayer,java.util.ArrayList)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.SingleRelicViewPopup.MultiwordKeywords]
- - Patching [com.megacrit.cardcrawl.screens.SingleRelicViewPopup.renderDescription(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.FixLogging$FixUpdateLog]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon.update()]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.IntangiblePower.FixPlayerIntangiblePower]
- - Patching [com.megacrit.cardcrawl.powers.IntangiblePower.atEndOfTurn(boolean)]
- - Adding Instrument...
- Patch Class: [basemod.patches.whatmod.LinkedRelics]
- - Patching [com.megacrit.cardcrawl.rewards.RewardItem.render(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.TipHelper.RenderBoxEnergy]
- - Patching [com.megacrit.cardcrawl.helpers.TipHelper.renderBox(com.badlogic.gdx.graphics.g2d.SpriteBatch,java.lang.String,float,float)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.map.MapGenerator.PathDensityMultiplier]
- - Patching [com.megacrit.cardcrawl.map.MapGenerator.generateDungeon(int,int,int,com.megacrit.cardcrawl.random.Random)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.PositionCharacterButtons]
- - Patching [com.megacrit.cardcrawl.screens.custom.CustomModeScreen.updateCharacterButtons()]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.CustomBosses$AddBosses]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon(java.lang.String,java.lang.String,com.megacrit.cardcrawl.characters.AbstractPlayer,java.util.ArrayList)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.ui.buttons.CancelButton.ModSettingsCheck]
- - Patching [com.megacrit.cardcrawl.ui.buttons.CancelButton.update()]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.input.InputAction.ConsoleDisable$IsPressedFix]
- - Patching [com.megacrit.cardcrawl.helpers.input.InputAction.isPressed()]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.RelicLibrary.GetRelicFix]
- - Patching [com.megacrit.cardcrawl.helpers.RelicLibrary.getRelic(java.lang.String)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch$RefreshHandLayout]
- - Patching [com.megacrit.cardcrawl.cards.CardGroup.refreshHandLayout()]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.input.InputAction.ConsoleDisable$IsJustPressedFix]
- - Patching [com.megacrit.cardcrawl.helpers.input.InputAction.isJustPressed()]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.actions.GameActionManager.PreMonsterTurnHook]
- - Patching [com.megacrit.cardcrawl.actions.GameActionManager.getNextAction()]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.OnEvokeOrb]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.evokeOrb()]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.OnEvokeOrb]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.evokeNewestOrb()]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.RenderDescriptionEnergy]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderDescription(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.RenderDescriptionEnergy]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderDescriptionCN(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.OnEvokeOrb]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.evokeWithoutLosingOrb()]
- - Adding Instrument...
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.StunMonsterPatch]
- - Patching [com.megacrit.cardcrawl.actions.GameActionManager.getNextAction()]
- - Adding Instrument...
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.SoulboundPatch$FountainOfCurseRemoval_buttonEffect]
- - Patching [com.megacrit.cardcrawl.events.shrines.FountainOfCurseRemoval.buttonEffect(int)]
- - Adding Instrument...
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.SneckoPatch$PortraitViewCost]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderCost(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Instrument...
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.InvisiblePowerPatch$RenderPowerIcons]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature.renderPowerIcons(com.badlogic.gdx.graphics.g2d.SpriteBatch,float,float)]
- - Adding Instrument...
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.BetterOnLoseHpPatch]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.damage(com.megacrit.cardcrawl.cards.DamageInfo)]
- - Adding Instrument...
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.InvisiblePowerPatch$RenderPowerTips]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature.renderPowerTips(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Instrument...
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.InvisiblePowerPatch$RenderPowerTips]
- - Patching [com.megacrit.cardcrawl.monsters.AbstractMonster.renderTip(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Instrument...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.BackgroundFix$BannerTexture]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderCardBanner(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Replacing...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.events.NoteForYourself.MissingCard]
- - Patching [com.megacrit.cardcrawl.events.shrines.NoteForYourself.initializeObtainCard()]
- - Replacing...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.MultiwordKeywords$BetterCapitalize]
- - Patching [com.megacrit.cardcrawl.helpers.TipHelper.capitalize(java.lang.String)]
- - Replacing...
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.SoulboundPatch$AbstractPlayer_isCursed]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.isCursed()]
- - Replacing...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.EditCardsPatch]
- - Patching [com.megacrit.cardcrawl.helpers.CardLibrary.initialize()]
- - Adding Prefix...
- {
- basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.EditCardsPatch.Prefix();
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.HasRelicModID]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.hasRelic(java.lang.String)]
- - Adding Prefix...
- {
- java.lang.String[] __param1 = new java.lang.String[]{$1};
- basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.HasRelicModID.Prefix($0, __param1);
- $1 = (java.lang.String)__param1[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.core.AbstractCreature.ModifyPlayerLoseBlock]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature.loseBlock(int,boolean)]
- - Adding Prefix...
- {
- int[] __param1 = new int[]{$1};
- basemod.patches.com.megacrit.cardcrawl.core.AbstractCreature.ModifyPlayerLoseBlock.Prefix($0, __param1, $2);
- $1 = (int)__param1[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.saveAndContinue.SaveFile.ConstructSaveFilePatch]
- - Patching [com.megacrit.cardcrawl.saveAndContinue.SaveFile(com.megacrit.cardcrawl.saveAndContinue.SaveFile$SaveType)]
- - Adding Prefix...
- {
- basemod.patches.com.megacrit.cardcrawl.saveAndContinue.SaveFile.ConstructSaveFilePatch.Prefix($0, $1);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.RelicLibrary.GetRelicFix]
- - Patching [com.megacrit.cardcrawl.helpers.RelicLibrary.getRelic(java.lang.String)]
- - Adding Prefix...
- {
- java.lang.String[] __param0 = new java.lang.String[]{$1};
- basemod.patches.com.megacrit.cardcrawl.helpers.RelicLibrary.GetRelicFix.Prefix(__param0);
- $1 = (java.lang.String)__param0[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.monsters.MonsterInfo.AddCustomMonsters]
- - Patching [com.megacrit.cardcrawl.monsters.MonsterInfo.normalizeWeights(java.util.ArrayList)]
- - Adding Prefix...
- {
- java.util.ArrayList[] __param0 = new java.util.ArrayList[]{$1};
- basemod.patches.com.megacrit.cardcrawl.monsters.MonsterInfo.AddCustomMonsters.Prefix(__param0);
- $1 = (java.util.ArrayList)__param0[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.PreStartGameHook]
- - Patching [com.megacrit.cardcrawl.core.CardCrawlGame.createCharacter(com.megacrit.cardcrawl.characters.AbstractPlayer$PlayerClass)]
- - Adding Prefix...
- {
- basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.PreStartGameHook.Prefix($1);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.RenderHooks$PreRenderHook]
- - Patching [com.megacrit.cardcrawl.core.CardCrawlGame.render()]
- - Adding Prefix...
- {
- basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.RenderHooks$PreRenderHook.Prefix($0);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.RelicOutlineColor$Locked]
- - Patching [com.megacrit.cardcrawl.relics.AbstractRelic.renderLock(com.badlogic.gdx.graphics.g2d.SpriteBatch,com.badlogic.gdx.graphics.Color)]
- - Adding Prefix...
- {
- com.badlogic.gdx.graphics.Color[] __param2 = new com.badlogic.gdx.graphics.Color[]{$2};
- basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.RelicOutlineColor$Locked.Prefix($0, $1, __param2);
- $2 = (com.badlogic.gdx.graphics.Color)__param2[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.RelicLibrary.EditRelicsPatch]
- - Patching [com.megacrit.cardcrawl.helpers.RelicLibrary.initialize()]
- - Adding Prefix...
- {
- basemod.patches.com.megacrit.cardcrawl.helpers.RelicLibrary.EditRelicsPatch.Prefix();
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.DeathScreen.PostDeathHook$StopMultiVictory]
- - Patching [com.megacrit.cardcrawl.cutscenes.Cutscene.openVictoryScreen()]
- - Adding Prefix...
- {
- basemod.patches.com.megacrit.cardcrawl.screens.DeathScreen.PostDeathHook$StopMultiVictory.Prefix($0);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.FixEverythingPosition$RenderAscension]
- - Patching [com.megacrit.cardcrawl.screens.custom.CustomModeScreen.renderAscension(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Prefix...
- {
- basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.FixEverythingPosition$RenderAscension.Prefix($0, $1);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.OpenFix$Open]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.open(com.megacrit.cardcrawl.cards.AbstractCard,com.megacrit.cardcrawl.cards.CardGroup)]
- - Adding Prefix...
- {
- com.megacrit.cardcrawl.cards.CardGroup[] __param2 = new com.megacrit.cardcrawl.cards.CardGroup[]{$2};
- basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.OpenFix$Open.Prefix($0, $1, __param2);
- $2 = (com.megacrit.cardcrawl.cards.CardGroup)__param2[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.rooms.AbstractRoom.PreRenderHook]
- - Patching [com.megacrit.cardcrawl.rooms.AbstractRoom.render(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Prefix...
- {
- basemod.patches.com.megacrit.cardcrawl.rooms.AbstractRoom.PreRenderHook.preRoomRenderHook($0, $1);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$RenderPatch]
- - Patching [com.megacrit.cardcrawl.ui.panels.TopPanel.render(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Prefix...
- {
- basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$RenderPatch.Prefix($0, $1);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$UpdatePatch]
- - Patching [com.megacrit.cardcrawl.ui.panels.TopPanel.update()]
- - Adding Prefix...
- {
- basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$UpdatePatch.Prefix($0);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.UseCardModalComplete]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.useCard(com.megacrit.cardcrawl.cards.AbstractCard,com.megacrit.cardcrawl.monsters.AbstractMonster,int)]
- - Adding Prefix...
- {
- basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.UseCardModalComplete.Prefix($0, $1, $2, $3);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$UpdateAscensionHoverPatch]
- - Patching [com.megacrit.cardcrawl.ui.panels.TopPanel.updateAscensionHover()]
- - Adding Prefix...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$UpdateAscensionHoverPatch.Prefix($0);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.GetCardModID$GetCardPatch2]
- - Patching [com.megacrit.cardcrawl.helpers.CardLibrary.getCard(com.megacrit.cardcrawl.characters.AbstractPlayer$PlayerClass,java.lang.String)]
- - Adding Prefix...
- {
- java.lang.String[] __param1 = new java.lang.String[]{$2};
- basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.GetCardModID$GetCardPatch2.Prefix($1, __param1);
- $2 = (java.lang.String)__param1[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.CreateCardImageSwitch$CreateCardImage]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.createCardImage()]
- - Adding Prefix...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.CreateCardImageSwitch$CreateCardImage.Prefix($0);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.localization.LocalizedStrings.GetCardStringsModID]
- - Patching [com.megacrit.cardcrawl.localization.LocalizedStrings.getCardStrings(java.lang.String)]
- - Adding Prefix...
- {
- java.lang.String[] __param1 = new java.lang.String[]{$1};
- basemod.patches.com.megacrit.cardcrawl.localization.LocalizedStrings.GetCardStringsModID.Prefix($0, __param1);
- $1 = (java.lang.String)__param1[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderFixSwitches$RenderEnergySwitch]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderEnergy(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Prefix...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderFixSwitches$RenderEnergySwitch.Prefix($0, $1);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderFixSwitches$RenderBgSwitch]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderCardBg(com.badlogic.gdx.graphics.g2d.SpriteBatch,float,float)]
- - Adding Prefix...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderFixSwitches$RenderBgSwitch.Prefix($0, $1, $2, $3);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderFixSwitches$RenderBannerSwitch]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderBannerImage(com.badlogic.gdx.graphics.g2d.SpriteBatch,float,float)]
- - Adding Prefix...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderFixSwitches$RenderBannerSwitch.Prefix($0, $1, $2, $3);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.PlayerUpdateHooks]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.update()]
- - Adding Prefix...
- {
- basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.PlayerUpdateHooks.Prefix($0);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.GetCardModID$GetCardPatch1]
- - Patching [com.megacrit.cardcrawl.helpers.CardLibrary.getCard(java.lang.String)]
- - Adding Prefix...
- {
- java.lang.String[] __param0 = new java.lang.String[]{$1};
- basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.GetCardModID$GetCardPatch1.Prefix(__param0);
- $1 = (java.lang.String)__param0[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$RenderDailyModsPatch]
- - Patching [com.megacrit.cardcrawl.ui.panels.TopPanel.renderDailyMods(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Prefix...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$RenderDailyModsPatch.Prefix($0, $1);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.RelicOutlineColor$Normal]
- - Patching [com.megacrit.cardcrawl.relics.AbstractRelic.render(com.badlogic.gdx.graphics.g2d.SpriteBatch,boolean,com.badlogic.gdx.graphics.Color)]
- - Adding Prefix...
- {
- com.badlogic.gdx.graphics.Color[] __param3 = new com.badlogic.gdx.graphics.Color[]{$3};
- basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.RelicOutlineColor$Normal.Prefix($0, $1, $2, __param3);
- $3 = (com.badlogic.gdx.graphics.Color)__param3[0];
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$RenderDungeonInfo]
- - Patching [com.megacrit.cardcrawl.ui.panels.TopPanel.renderDungeonInfo(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Prefix...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$RenderDungeonInfo.Prefix($0, $1);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.BackgroundFix$BackgroundTexture]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderCardBack(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Prefix...
- {
- basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.BackgroundFix$BackgroundTexture.Prefix($0, $1);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.DungeonUpdateHooks]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon.update()]
- - Adding Prefix...
- {
- basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.DungeonUpdateHooks.Prefix($0);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.GiveOrbSlotOnChannel]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.channelOrb(com.megacrit.cardcrawl.orbs.AbstractOrb)]
- - Adding Prefix...
- {
- basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.GiveOrbSlotOnChannel.Prefix($0, $1);
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.CustomBosses$SetBossIcon]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon.setBoss(java.lang.String)]
- - Adding Prefix...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.CustomBosses$SetBossIcon.Prefix($0, $1);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.actions.GameActionManager.ModalChoiceFix]
- - Patching [com.megacrit.cardcrawl.actions.GameActionManager.getNextAction()]
- - Adding Prefix...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = basemod.patches.com.megacrit.cardcrawl.actions.GameActionManager.ModalChoiceFix.Prefix($0);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.unlock.UnlockTracker.UnlockCardModID]
- - Patching [com.megacrit.cardcrawl.unlock.UnlockTracker.unlockCard(java.lang.String)]
- - Adding Prefix...
- {
- java.lang.String[] __param0 = new java.lang.String[]{$1};
- basemod.patches.com.megacrit.cardcrawl.unlock.UnlockTracker.UnlockCardModID.Prefix(__param0);
- $1 = (java.lang.String)__param0[0];
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.bothInterfaces.OnLoseBlockPatch]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature.decrementBlock(com.megacrit.cardcrawl.cards.DamageInfo,int)]
- - Adding Prefix...
- {
- int[] __param2 = new int[]{$2};
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = com.evacipated.cardcrawl.mod.stslib.patches.bothInterfaces.OnLoseBlockPatch.Prefix($0, $1, __param2);
- $2 = (int)__param2[0];
- if (opt.isPresent()) { return ( (Integer)opt.get()).intValue(); }
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.FleetingPatch]
- - Patching [com.megacrit.cardcrawl.actions.utility.UseCardAction(com.megacrit.cardcrawl.cards.AbstractCard,com.megacrit.cardcrawl.core.AbstractCreature)]
- - Adding Prefix...
- {
- com.megacrit.cardcrawl.cards.AbstractCard[] __param1 = new com.megacrit.cardcrawl.cards.AbstractCard[]{$1};
- com.evacipated.cardcrawl.mod.stslib.patches.FleetingPatch.Prefix($0, __param1, $2);
- $1 = (com.megacrit.cardcrawl.cards.AbstractCard)__param1[0];
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.tempHp.BattleEnd]
- - Patching [com.megacrit.cardcrawl.rooms.AbstractRoom.endBattle()]
- - Adding Prefix...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.tempHp.BattleEnd.Prefix($0);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.OnMyBlockBrokenPowerPatch]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature.brokeBlock()]
- - Adding Prefix...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.OnMyBlockBrokenPowerPatch.Prefix($0);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.RefundExhaustivePatch]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.useCard(com.megacrit.cardcrawl.cards.AbstractCard,com.megacrit.cardcrawl.monsters.AbstractMonster,int)]
- - Adding Prefix...
- {
- com.evacipated.cardcrawl.mod.stslib.patches.RefundExhaustivePatch.Prefix($0, $1, $2, $3);
- }
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.HealthBarRenderPowerPatch$FixRedHealthBar]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature.renderRedHealthBar(com.badlogic.gdx.graphics.g2d.SpriteBatch,float,float)]
- - Adding Prefix...
- {
- com.evacipated.cardcrawl.modthespire.lib.SpireReturn opt = com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.HealthBarRenderPowerPatch$FixRedHealthBar.Prefix($0, $1, $2, $3);
- if (opt.isPresent()) { return; }
- }
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.MainMenuModList]
- - Patching [com.megacrit.cardcrawl.screens.mainMenu.MainMenuScreen.render(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Postfix...
- com.evacipated.cardcrawl.modthespire.patches.MainMenuModList.Postfix($0, $$);
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.TopPanelModList$Render]
- - Patching [com.megacrit.cardcrawl.ui.panels.TopPanel.render(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Postfix...
- com.evacipated.cardcrawl.modthespire.patches.TopPanelModList$Render.Postfix($0, $$);
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.modsscreen.ModMenuButton$SetLabel]
- - Patching [com.megacrit.cardcrawl.screens.mainMenu.MenuButton.setLabel()]
- - Adding Postfix...
- com.evacipated.cardcrawl.modthespire.patches.modsscreen.ModMenuButton$SetLabel.Postfix($0, $$);
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.modsscreen.ModsScreenUpdateRender$Update]
- - Patching [com.megacrit.cardcrawl.screens.mainMenu.MainMenuScreen.update()]
- - Adding Postfix...
- com.evacipated.cardcrawl.modthespire.patches.modsscreen.ModsScreenUpdateRender$Update.Postfix($0, $$);
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.modsscreen.ModMenuButton$ButtonEffect]
- - Patching [com.megacrit.cardcrawl.screens.mainMenu.MenuButton.buttonEffect()]
- - Adding Postfix...
- com.evacipated.cardcrawl.modthespire.patches.modsscreen.ModMenuButton$ButtonEffect.Postfix($0, $$);
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.CreditsModList]
- - Patching [com.megacrit.cardcrawl.credits.CreditsScreen()]
- - Adding Postfix...
- com.evacipated.cardcrawl.modthespire.patches.CreditsModList.Postfix($0, $$);
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.modsscreen.BaseMod.DisableBaseModBadges]
- - Patching [basemod.BaseMod.publishPostInitialize()]
- - Adding Postfix...
- com.evacipated.cardcrawl.modthespire.patches.modsscreen.BaseMod.DisableBaseModBadges.Postfix($$);
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.modsscreen.ModsScreenUpdateRender$Render]
- - Patching [com.megacrit.cardcrawl.screens.mainMenu.MainMenuScreen.render(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Postfix...
- com.evacipated.cardcrawl.modthespire.patches.modsscreen.ModsScreenUpdateRender$Render.Postfix($0, $$);
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.TopPanelModList]
- - Patching [com.megacrit.cardcrawl.ui.panels.TopPanel.updateTips()]
- - Adding Postfix...
- com.evacipated.cardcrawl.modthespire.patches.TopPanelModList.Postfix($0, $$);
- Patch Class: [basemod.patches.whatmod.CardView]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderTips(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Postfix...
- basemod.patches.whatmod.CardView.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.PostInitializeStarterDeckHookSwitch]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.initializeStarterDeck()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.PostInitializeStarterDeckHookSwitch.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cutscenes.Cutscene.CustomCutscenes]
- - Patching [com.megacrit.cardcrawl.cutscenes.Cutscene(com.megacrit.cardcrawl.characters.AbstractPlayer$PlayerClass)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cutscenes.Cutscene.CustomCutscenes.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.PotionLibrary.PotionHelperInitialize]
- - Patching [com.megacrit.cardcrawl.helpers.PotionHelper.initialize(com.megacrit.cardcrawl.characters.AbstractPlayer$PlayerClass)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.helpers.PotionLibrary.PotionHelperInitialize.Postfix($$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cutscenes.Cutscene.CustomVictoryEffects]
- - Patching [com.megacrit.cardcrawl.screens.VictoryScreen.updateVfx()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cutscenes.Cutscene.CustomVictoryEffects.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.DungeonUpdateHooks]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon.update()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.DungeonUpdateHooks.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$RenderPatch]
- - Patching [com.megacrit.cardcrawl.ui.panels.TopPanel.render(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$RenderPatch.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.PostInitializeHook]
- - Patching [com.megacrit.cardcrawl.core.CardCrawlGame.create()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.PostInitializeHook.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.stats.StatsScreen.UpdateStats$ScrollBounds]
- - Patching [com.megacrit.cardcrawl.screens.stats.StatsScreen.calculateScrollBounds()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.stats.StatsScreen.UpdateStats$ScrollBounds.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.PostDungeonInitializeHook]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon.initializeRelicList()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.PostDungeonInitializeHook.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.PotionGetHooks$One]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.obtainPotion(int,com.megacrit.cardcrawl.potions.AbstractPotion)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.PotionGetHooks$One.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.ActChangeHooks$InGameConstructor]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon(java.lang.String,java.lang.String,com.megacrit.cardcrawl.characters.AbstractPlayer,java.util.ArrayList)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.ActChangeHooks$InGameConstructor.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.actions.GameActionManager.ModalChoiceFix]
- - Patching [com.megacrit.cardcrawl.actions.GameActionManager.getNextAction()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.actions.GameActionManager.ModalChoiceFix.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.shop.ShopScreen.PostCreateShopPotionHook]
- - Patching [com.megacrit.cardcrawl.shop.ShopScreen.initPotions()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.shop.ShopScreen.PostCreateShopPotionHook.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.InitializeEventListPatch$GetEvent]
- - Patching [com.megacrit.cardcrawl.helpers.EventHelper.getEvent(java.lang.String)]
- - Adding Postfix...
- Return: com.megacrit.cardcrawl.events.AbstractEvent
- Result param: com.megacrit.cardcrawl.events.AbstractEvent
- return ($r)basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.InitializeEventListPatch$GetEvent.Postfix($_, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.shop.ShopScreen.PostCreateShopRelicHook]
- - Patching [com.megacrit.cardcrawl.shop.ShopScreen.initRelics()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.shop.ShopScreen.PostCreateShopRelicHook.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.localization.LocalizedStrings.EditStrings]
- - Patching [com.megacrit.cardcrawl.localization.LocalizedStrings()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.localization.LocalizedStrings.EditStrings.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.runHistory.RunHistoryScreen.FixCharacterFilter$RefreshData]
- - Patching [com.megacrit.cardcrawl.screens.runHistory.RunHistoryScreen.refreshData()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.runHistory.RunHistoryScreen.FixCharacterFilter$RefreshData.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.CardGroup.WithoutBottledCardsPatch]
- - Patching [com.megacrit.cardcrawl.cards.CardGroup.getGroupWithoutBottledCards(com.megacrit.cardcrawl.cards.CardGroup)]
- - Adding Postfix...
- Return: com.megacrit.cardcrawl.cards.CardGroup
- Result param: com.megacrit.cardcrawl.cards.CardGroup
- return ($r)basemod.patches.com.megacrit.cardcrawl.cards.CardGroup.WithoutBottledCardsPatch.Postfix($_, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.DeathScreen.ForceUnlock]
- - Patching [com.megacrit.cardcrawl.screens.DeathScreen.calculateUnlockProgress()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.DeathScreen.ForceUnlock.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.ModalChoiceScreenUpdateRender$OpenPreviousScreen]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon.openPreviousScreen(com.megacrit.cardcrawl.dungeons.AbstractDungeon$CurrentScreen)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.ModalChoiceScreenUpdateRender$OpenPreviousScreen.Postfix($$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.rooms.CampfireUI.GiryaFix]
- - Patching [com.megacrit.cardcrawl.rooms.CampfireUI.initializeButtons()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.rooms.CampfireUI.GiryaFix.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.TipHelper.FakeKeywords]
- - Patching [com.megacrit.cardcrawl.helpers.TipHelper.renderKeywords(float,float,com.badlogic.gdx.graphics.g2d.SpriteBatch,java.util.ArrayList)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.helpers.TipHelper.FakeKeywords.Postfix($$);
- Patch Class: [basemod.patches.whatmod.Events]
- - Patching [com.megacrit.cardcrawl.events.AbstractEvent.renderText(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Postfix...
- basemod.patches.whatmod.Events.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.InitializeEventListPatch$SpecialEventList]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon.initializeSpecialOneTimeEventList()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.InitializeEventListPatch$SpecialEventList.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.rooms.AbstractRoom.EndBattleHook]
- - Patching [com.megacrit.cardcrawl.rooms.AbstractRoom.endBattle()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.rooms.AbstractRoom.EndBattleHook.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar.ColorTabBarFix$Update]
- - Patching [com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar.update(float)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar.ColorTabBarFix$Update.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.RedCardsPatch]
- - Patching [com.megacrit.cardcrawl.helpers.CardLibrary.addRedCards()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.RedCardsPatch.Postfix($$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderRelicOnCard]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderCard(com.badlogic.gdx.graphics.g2d.SpriteBatch,boolean,boolean)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderRelicOnCard.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.FixEverythingPosition$RenderAscension]
- - Patching [com.megacrit.cardcrawl.screens.custom.CustomModeScreen.renderAscension(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.FixEverythingPosition$RenderAscension.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$SetPlayerNamePatch]
- - Patching [com.megacrit.cardcrawl.ui.panels.TopPanel.setPlayerName()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.ui.panels.TopPanel.TopPanelPatches$SetPlayerNamePatch.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.PowersModified]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon.onModifyPower()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.PowersModified.Postfix($$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar.ColorTabBarFix$Ctor]
- - Patching [com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar(com.megacrit.cardcrawl.screens.mainMenu.TabBarListener)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar.ColorTabBarFix$Ctor.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.compendium.CardLibraryScreen.EverythingFix$setLockStatus]
- - Patching [com.megacrit.cardcrawl.screens.compendium.CardLibraryScreen.setLockStatus()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.compendium.CardLibraryScreen.EverythingFix$setLockStatus.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.LoadPlayerSaves]
- - Patching [com.megacrit.cardcrawl.core.CardCrawlGame.loadPlayerSave(com.megacrit.cardcrawl.characters.AbstractPlayer)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.LoadPlayerSaves.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.GameDictionary.PostKeywordInitialize]
- - Patching [com.megacrit.cardcrawl.helpers.GameDictionary.initialize()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.helpers.GameDictionary.PostKeywordInitialize.Postfix($$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.MultiwordKeywords]
- - Patching [com.megacrit.cardcrawl.relics.AbstractRelic.initializeTips()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.relics.AbstractRelic.MultiwordKeywords.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.unlock.UnlockTracker.PostRefresh]
- - Patching [com.megacrit.cardcrawl.unlock.UnlockTracker.refresh()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.unlock.UnlockTracker.PostRefresh.Postfix($$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.SmithPreview]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.displayUpgrades()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.SmithPreview.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.compendium.RelicViewScreen.ScrollBoundsFix]
- - Patching [com.megacrit.cardcrawl.screens.compendium.RelicViewScreen.render(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.compendium.RelicViewScreen.ScrollBoundsFix.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.RelicLibrary.PopulateLists]
- - Patching [com.megacrit.cardcrawl.helpers.RelicLibrary.addClassSpecificRelics(java.util.ArrayList)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.helpers.RelicLibrary.PopulateLists.Postfix($$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.AddCustomModeModsHook]
- - Patching [com.megacrit.cardcrawl.screens.custom.CustomModeScreen.initializeMods()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.AddCustomModeModsHook.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.FixEverythingPosition$RenderHeaders]
- - Patching [com.megacrit.cardcrawl.screens.custom.CustomModeScreen.renderScreen(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.FixEverythingPosition$RenderHeaders.Postfix($0, $$);
- Patch Class: [basemod.patches.whatmod.RelicView]
- - Patching [com.megacrit.cardcrawl.screens.SingleRelicViewPopup.renderTips(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Adding Postfix...
- basemod.patches.whatmod.RelicView.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.MonsterHelper.GetEncounterName]
- - Patching [com.megacrit.cardcrawl.helpers.MonsterHelper.getEncounterName(java.lang.String)]
- - Adding Postfix...
- Return: java.lang.String
- Result param: java.lang.String
- return ($r)basemod.patches.com.megacrit.cardcrawl.helpers.MonsterHelper.GetEncounterName.Postfix($_, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.potions.Color.AbstractPotionInitializeColor]
- - Patching [com.megacrit.cardcrawl.potions.AbstractPotion.initializeColor()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.potions.Color.AbstractPotionInitializeColor.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.RelicLibrary.PopulatePools]
- - Patching [com.megacrit.cardcrawl.helpers.RelicLibrary.populateRelicPool(java.util.ArrayList,com.megacrit.cardcrawl.relics.AbstractRelic$RelicTier,com.megacrit.cardcrawl.characters.AbstractPlayer$PlayerClass)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.helpers.RelicLibrary.PopulatePools.Postfix($$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.BlueCardsPatch]
- - Patching [com.megacrit.cardcrawl.helpers.CardLibrary.addBlueCards()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.BlueCardsPatch.Postfix($$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.OpenFix$OpenTextureFix]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.loadPortraitImg()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.OpenFix$OpenTextureFix.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.CurseCardsPatch]
- - Patching [com.megacrit.cardcrawl.helpers.CardLibrary.addCurseCards()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.CurseCardsPatch.Postfix($$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.DeathScreen.NotFoundFix]
- - Patching [com.megacrit.cardcrawl.screens.DeathScreen.calculateUnlockProgress()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.DeathScreen.NotFoundFix.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.ActChangeHooks$SavedGameConstructor]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon(java.lang.String,com.megacrit.cardcrawl.characters.AbstractPlayer,com.megacrit.cardcrawl.saveAndContinue.SaveFile)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.ActChangeHooks$SavedGameConstructor.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.runHistory.RunHistoryScreen.FixCharacterFilter$CharacterText]
- - Patching [com.megacrit.cardcrawl.screens.runHistory.RunHistoryScreen.characterText(java.lang.String)]
- - Adding Postfix...
- Return: java.lang.String
- Result param: java.lang.String
- return ($r)basemod.patches.com.megacrit.cardcrawl.screens.runHistory.RunHistoryScreen.FixCharacterFilter$CharacterText.Postfix($_, $0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar.ColorTabBarFix$GetBarColor]
- - Patching [com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar.getBarColor()]
- - Adding Postfix...
- Return: com.badlogic.gdx.graphics.Color
- Result param: com.badlogic.gdx.graphics.Color
- return ($r)basemod.patches.com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar.ColorTabBarFix$GetBarColor.Postfix($_, $0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.PlayerUpdateHooks]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.update()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.PlayerUpdateHooks.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.ShrinkLongDescription$ShrinkFontSize]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.getDescFont()]
- - Adding Postfix...
- Return: com.badlogic.gdx.graphics.g2d.BitmapFont
- Result param: com.badlogic.gdx.graphics.g2d.BitmapFont
- return ($r)basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.ShrinkLongDescription$ShrinkFontSize.Postfix($_, $0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.options.OptionsPanel.RefreshSwitch]
- - Patching [com.megacrit.cardcrawl.screens.options.OptionsPanel.refresh()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.options.OptionsPanel.RefreshSwitch.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.MyTrueFormPatch$CustomMode]
- - Patching [com.megacrit.cardcrawl.screens.custom.CustomModeScreen.addNonDailyMods(com.megacrit.cardcrawl.trials.CustomTrial,java.util.ArrayList)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.MyTrueFormPatch$CustomMode.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.GreenCardsPatch]
- - Patching [com.megacrit.cardcrawl.helpers.CardLibrary.addGreenCards()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.GreenCardsPatch.Postfix($$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.MonsterHelper.GetEncounter]
- - Patching [com.megacrit.cardcrawl.helpers.MonsterHelper.getEncounter(java.lang.String)]
- - Adding Postfix...
- Return: com.megacrit.cardcrawl.monsters.MonsterGroup
- Result param: com.megacrit.cardcrawl.monsters.MonsterGroup
- return ($r)basemod.patches.com.megacrit.cardcrawl.helpers.MonsterHelper.GetEncounter.Postfix($_, $$);
- Patch Class: [basemod.patches.whatmod.RelicTips]
- - Patching [com.megacrit.cardcrawl.relics.AbstractRelic.initializeTips()]
- - Adding Postfix...
- basemod.patches.whatmod.RelicTips.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.PotionGetHooks$Two]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.obtainPotion(com.megacrit.cardcrawl.potions.AbstractPotion)]
- - Adding Postfix...
- Return: boolean
- Result param: boolean
- return ($r)basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.PotionGetHooks$Two.Postfix($_, $0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.audio.SoundMaster.AddAudio]
- - Patching [com.megacrit.cardcrawl.audio.SoundMaster()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.audio.SoundMaster.AddAudio.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.MyTrueFormPatch$SeededRun]
- - Patching [com.megacrit.cardcrawl.trials.MyTrueFormTrial.dailyModIDs()]
- - Adding Postfix...
- Return: java.util.ArrayList
- Result param: java.util.ArrayList
- return ($r)basemod.patches.com.megacrit.cardcrawl.screens.custom.CustomModeScreen.MyTrueFormPatch$SeededRun.Postfix($_, $0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.unlock.UnlockTracker.GetUnlockBundleSwitch]
- - Patching [com.megacrit.cardcrawl.unlock.UnlockTracker.getUnlockBundle(com.megacrit.cardcrawl.characters.AbstractPlayer$PlayerClass,int)]
- - Adding Postfix...
- Return: java.util.ArrayList
- Result param: java.util.ArrayList
- return ($r)basemod.patches.com.megacrit.cardcrawl.unlock.UnlockTracker.GetUnlockBundleSwitch.Postfix($_, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.PotionLibrary.PotionHelperGetPotion]
- - Patching [com.megacrit.cardcrawl.helpers.PotionHelper.getPotion(java.lang.String)]
- - Adding Postfix...
- Return: java.lang.Object
- Result param: java.lang.Object
- return ($r)basemod.patches.com.megacrit.cardcrawl.helpers.PotionLibrary.PotionHelperGetPotion.Postfix($_, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.ColorlessCardsPatch]
- - Patching [com.megacrit.cardcrawl.helpers.CardLibrary.addColorlessCards()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.helpers.CardLibrary.ColorlessCardsPatch.Postfix($$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$AlterEnergyKeyword]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.initializeDescriptionCN()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$AlterEnergyKeyword.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Forms]
- - Patching [com.megacrit.cardcrawl.cards.green.WraithForm()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Forms.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Strikes]
- - Patching [com.megacrit.cardcrawl.cards.red.Strike_Red()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Strikes.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.ShrinkLongDescription$ShrinkInitializeDescription]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.initializeDescriptionCN()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.ShrinkLongDescription$ShrinkInitializeDescription.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.DeathScreen.PostDeathHook]
- - Patching [com.megacrit.cardcrawl.screens.DeathScreen(com.megacrit.cardcrawl.monsters.MonsterGroup)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.DeathScreen.PostDeathHook.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.DeathScreen.PostDeathHook]
- - Patching [com.megacrit.cardcrawl.screens.VictoryScreen(com.megacrit.cardcrawl.monsters.MonsterGroup)]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.screens.DeathScreen.PostDeathHook.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Strikes]
- - Patching [com.megacrit.cardcrawl.cards.blue.Strike_Blue()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Strikes.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Defends]
- - Patching [com.megacrit.cardcrawl.cards.red.Defend_Red()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Defends.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.ShrinkLongDescription$ShrinkInitializeDescription]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.initializeDescription()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.ShrinkLongDescription$ShrinkInitializeDescription.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Forms]
- - Patching [com.megacrit.cardcrawl.cards.blue.EchoForm()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Forms.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Strikes]
- - Patching [com.megacrit.cardcrawl.cards.green.Strike_Green()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Strikes.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Defends]
- - Patching [com.megacrit.cardcrawl.cards.blue.Defend_Blue()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Defends.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Defends]
- - Patching [com.megacrit.cardcrawl.cards.green.Defend_Green()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Defends.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$AlterEnergyKeyword]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.initializeDescription()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderDescriptionEnergy$AlterEnergyKeyword.Postfix($0, $$);
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Forms]
- - Patching [com.megacrit.cardcrawl.cards.red.DemonForm()]
- - Adding Postfix...
- basemod.patches.com.megacrit.cardcrawl.cards.TagBasicCards$Forms.Postfix($0, $$);
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.SuperRareRelicPatch$EndRandomRelic]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon.returnEndRandomRelicKey(com.megacrit.cardcrawl.relics.AbstractRelic$RelicTier)]
- - Adding Postfix...
- Return: java.lang.String
- Result param: java.lang.String
- return ($r)com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.SuperRareRelicPatch$EndRandomRelic.Postfix($_, $$);
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.SuperRareRelicPatch$RandomRelic]
- - Patching [com.megacrit.cardcrawl.dungeons.AbstractDungeon.returnRandomRelicKey(com.megacrit.cardcrawl.relics.AbstractRelic$RelicTier)]
- - Adding Postfix...
- Return: java.lang.String
- Result param: java.lang.String
- return ($r)com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.SuperRareRelicPatch$RandomRelic.Postfix($_, $$);
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.SoulboundPatch$CardGroup_getPurgeableCards]
- - Patching [com.megacrit.cardcrawl.cards.CardGroup.getPurgeableCards()]
- - Adding Postfix...
- Return: com.megacrit.cardcrawl.cards.CardGroup
- Result param: com.megacrit.cardcrawl.cards.CardGroup
- return ($r)com.evacipated.cardcrawl.mod.stslib.patches.SoulboundPatch$CardGroup_getPurgeableCards.Postfix($_, $0, $$);
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.SneckoPatch$GetCost]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.getCost()]
- - Adding Postfix...
- Return: java.lang.String
- Result param: java.lang.String
- return ($r)com.evacipated.cardcrawl.mod.stslib.patches.SneckoPatch$GetCost.Postfix($_, $0, $$);
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.FixJustReleasedRightClick]
- - Patching [com.megacrit.cardcrawl.helpers.input.InputHelper.updateLast()]
- - Adding Postfix...
- com.evacipated.cardcrawl.mod.stslib.patches.FixJustReleasedRightClick.Postfix($$);
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.RefundExhaustivePatch]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.useCard(com.megacrit.cardcrawl.cards.AbstractCard,com.megacrit.cardcrawl.monsters.AbstractMonster,int)]
- - Adding Postfix...
- com.evacipated.cardcrawl.mod.stslib.patches.RefundExhaustivePatch.Postfix($0, $$);
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.OnRemoveCardFromMasterDeckPatch]
- - Patching [com.megacrit.cardcrawl.cards.CardGroup.removeCard(com.megacrit.cardcrawl.cards.AbstractCard)]
- - Adding Postfix...
- com.evacipated.cardcrawl.mod.stslib.patches.relicInterfaces.OnRemoveCardFromMasterDeckPatch.Postfix($0, $$);
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.HealthBarRenderPowerPatch$FixRedHealthBar]
- - Patching [com.megacrit.cardcrawl.core.AbstractCreature.renderRedHealthBar(com.badlogic.gdx.graphics.g2d.SpriteBatch,float,float)]
- - Adding Postfix...
- com.evacipated.cardcrawl.mod.stslib.patches.powerInterfaces.HealthBarRenderPowerPatch$FixRedHealthBar.Postfix($0, $$);
- Patch Class: [com.evacipated.cardcrawl.mod.stslib.patches.HitboxRightClick$Update]
- - Patching [com.megacrit.cardcrawl.helpers.Hitbox.update()]
- - Adding Postfix...
- com.evacipated.cardcrawl.mod.stslib.patches.HitboxRightClick$Update.Postfix($0, $$);
- Patch Class: [hexui_lib.patches.relics.BottledPlaceholderField$MakeStatEquivalentCopy]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.makeStatEquivalentCopy()]
- - Adding Postfix...
- Return: com.megacrit.cardcrawl.cards.AbstractCard
- Result param: com.megacrit.cardcrawl.cards.AbstractCard
- return ($r)hexui_lib.patches.relics.BottledPlaceholderField$MakeStatEquivalentCopy.Postfix($_, $0, $$);
- Patch Class: [magineer.patches.relics.BottledPlaceholderField$MakeStatEquivalentCopy]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.makeStatEquivalentCopy()]
- - Adding Postfix...
- Return: com.megacrit.cardcrawl.cards.AbstractCard
- Result param: com.megacrit.cardcrawl.cards.AbstractCard
- return ($r)magineer.patches.relics.BottledPlaceholderField$MakeStatEquivalentCopy.Postfix($_, $0, $$);
- Patch Class: [com.evacipated.cardcrawl.modthespire.patches.modsscreen.BaseMod.ModBadgeOnClick]
- - Patching [basemod.ModBadge.onClick()]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$FlameBarrierPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.FlameBarrierPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.CardGroup.ModalExhaustFix]
- - Patching [com.megacrit.cardcrawl.cards.CardGroup.moveToExhaustPile(com.megacrit.cardcrawl.cards.AbstractCard)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$SlowPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.SlowPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$LightningMasteryPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.LightningMasteryPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$MalleablePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.MalleablePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ConfusionPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ConfusionPower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$DemonFormPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.DemonFormPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$DrawPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.DrawPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$CorruptionPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.CorruptionPower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$LoseStrengthPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.LoseStrengthPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$SurroundedPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.SurroundedPower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ThousandCutsPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ThousandCutsPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.screens.SingleCardViewPopup.RenderCustomDynamicVariable]
- - Patching [com.megacrit.cardcrawl.screens.SingleCardViewPopup.renderDescription(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$NoxiousFumesPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.NoxiousFumesPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$EnvenomPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.EnvenomPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$WinterPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.WinterPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$EntanglePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.EntanglePower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ReboundPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ReboundPower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$WraithFormPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.WraithFormPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$BlurPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.BlurPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$DrawCardNextTurnPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.DrawCardNextTurnPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$BiasPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.BiasPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$SplitPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.SplitPower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$SporeCloudPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.SporeCloudPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$PainfulStabsPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.PainfulStabsPower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ExplosivePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ExplosivePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$StasisPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.StasisPower(com.megacrit.cardcrawl.core.AbstractCreature,com.megacrit.cardcrawl.cards.AbstractCard)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$EchoPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.EchoPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.RenderCustomDynamicVariable]
- - Patching [com.megacrit.cardcrawl.cards.AbstractCard.renderDescription(com.badlogic.gdx.graphics.g2d.SpriteBatch)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$PhantasmalPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.PhantasmalPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$TimeMazePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.TimeMazePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$DoubleDamagePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.DoubleDamagePower(com.megacrit.cardcrawl.core.AbstractCreature,int,boolean)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$FadingPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.FadingPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$FrailPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.FrailPower(com.megacrit.cardcrawl.core.AbstractCreature,int,boolean)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$CreativeAIPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.CreativeAIPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ThieveryPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ThieveryPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$VulnerablePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.VulnerablePower(com.megacrit.cardcrawl.core.AbstractCreature,int,boolean)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$BurstPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.BurstPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$AngryPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.AngryPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$LoopPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.LoopPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$WeakPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.WeakPower(com.megacrit.cardcrawl.core.AbstractCreature,int,boolean)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$JuggernautPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.JuggernautPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$GrowthPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.GrowthPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$RupturePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.RupturePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$EvolvePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.EvolvePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ToolsOfTheTradePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ToolsOfTheTradePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$DexterityPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.DexterityPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$RetainCardPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.RetainCardPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$SharpHidePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.SharpHidePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$BerserkPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.BerserkPower(java.lang.String,com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$InvinciblePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.InvinciblePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$StrengthPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.StrengthPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$CorpseExplosionPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.CorpseExplosionPower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$DrawReductionPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.DrawReductionPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$RepairPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.RepairPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$NextTurnBlockPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.NextTurnBlockPower(com.megacrit.cardcrawl.core.AbstractCreature,int,java.lang.String)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$BackAttackPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.BackAttackPower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$SkillBurnPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.SkillBurnPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$FeelNoPainPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.FeelNoPainPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$BufferPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.BufferPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ElectroPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ElectroPower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$SadisticPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.SadisticPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$AttackBurnPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.AttackBurnPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$IntangiblePlayerPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.IntangiblePlayerPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$EquilibriumPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.EquilibriumPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$AmplifyPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.AmplifyPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$PenNibPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.PenNibPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$RechargingCorePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.RechargingCorePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$InfiniteBladesPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.InfiniteBladesPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$UnawakenedPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.UnawakenedPower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ShiftingPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ShiftingPower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$CuriosityPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.CuriosityPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$AfterImagePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.AfterImagePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$PanachePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.PanachePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$NightmarePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.NightmarePower(com.megacrit.cardcrawl.core.AbstractCreature,int,com.megacrit.cardcrawl.cards.AbstractCard)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$IntangiblePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.IntangiblePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$HeatsinkPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.HeatsinkPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ThornsPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ThornsPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$AngerPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.AngerPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ArtifactPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ArtifactPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$RegenerateMonsterPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.RegenerateMonsterPower(com.megacrit.cardcrawl.monsters.AbstractMonster,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$LockOnPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.LockOnPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$HelloPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.HelloPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$DarkEmbracePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.DarkEmbracePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$CurlUpPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.CurlUpPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$MayhemPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.MayhemPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$NoBlockPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.NoBlockPower(com.megacrit.cardcrawl.core.AbstractCreature,int,boolean)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$CombustPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.CombustPower(com.megacrit.cardcrawl.core.AbstractCreature,int,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$NoDrawPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.NoDrawPower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$HexPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.HexPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$MagnetismPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.MagnetismPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ChokePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ChokePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$FireBreathingPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.FireBreathingPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$RegenPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.RegenPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$EnergizedPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.EnergizedPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$EnergizedBluePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.EnergizedBluePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ForceFieldPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ForcefieldPower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$FocusPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.FocusPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ReactivePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ReactivePower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$StormPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.StormPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$TheBombPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.TheBombPower(com.megacrit.cardcrawl.core.AbstractCreature,int,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$GainStrengthPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.GainStrengthPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$RegrowPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.RegrowPower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ModeShiftPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ModeShiftPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$GenericStrengthUpPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.GenericStrengthUpPower(com.megacrit.cardcrawl.core.AbstractCreature,java.lang.String,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$AccuracyPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.AccuracyPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$RitualPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.RitualPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$BarricadePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.BarricadePower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$PlatedArmorPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.PlatedArmorPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ConservePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ConservePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$StaticDischargePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.StaticDischargePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$ConstrictPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.ConstrictedPower(com.megacrit.cardcrawl.core.AbstractCreature,com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$RagePowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.RagePower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$TimeWarpPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.TimeWarpPower(com.megacrit.cardcrawl.core.AbstractCreature)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$BrutalityPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.BrutalityPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$FlightPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.FlightPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$BeatOfDeathPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.BeatOfDeathPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.powers.CloneablePowersPatch$DoubleTapPowerPatch]
- - Patching [com.megacrit.cardcrawl.powers.DoubleTapPower(com.megacrit.cardcrawl.core.AbstractCreature,int)]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch]
- - Patching [com.megacrit.cardcrawl.actions.common.DrawCardAction.update()]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch]
- - Patching [com.megacrit.cardcrawl.actions.unique.DiscoveryAction.update()]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch]
- - Patching [com.megacrit.cardcrawl.actions.utility.DrawPileToHandAction.update()]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch]
- - Patching [com.megacrit.cardcrawl.characters.AbstractPlayer.draw()]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch]
- - Patching [com.megacrit.cardcrawl.actions.defect.ScrapeAction.update()]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch]
- - Patching [com.megacrit.cardcrawl.actions.defect.SeekAction.update()]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch]
- - Patching [com.megacrit.cardcrawl.actions.common.MakeTempCardInHandAction.update()]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch]
- - Patching [com.megacrit.cardcrawl.actions.unique.AttackFromDeckToHandAction.update()]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch]
- - Patching [com.megacrit.cardcrawl.actions.unique.SkillFromDeckToHandAction.update()]
- - Raw Javassist...
- Patch Class: [basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch]
- - Patching [com.megacrit.cardcrawl.actions.unique.ExhumeAction.update()]
- - Raw Javassist...
- Done.
- Compiling patched classes...
- basemod.BaseMod
- basemod.ModBadge
- basemod.patches.com.megacrit.cardcrawl.cards.AbstractCard.ShrinkLongDescription$Scale
- basemod.patches.com.megacrit.cardcrawl.characters.AbstractPlayer.MaxHandSizePatch$SaveField
- basemod.patches.com.megacrit.cardcrawl.saveAndContinue.SaveFile.ModSaves
- com.badlogic.gdx.backends.lwjgl.LwjglApplication
- com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.AlwaysRetainField
- com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.AutoplayField
- com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.ExhaustiveField$ExhaustiveFields
- com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.FleetingField
- com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.GraveField
- com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.RefundFields
- com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.SneckoField
- com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard.SoulboundField
- com.evacipated.cardcrawl.mod.stslib.patches.HitboxRightClick
- com.evacipated.cardcrawl.mod.stslib.patches.core.AbstractCreature.TempHPField
- com.megacrit.cardcrawl.actions.GameActionManager
- com.megacrit.cardcrawl.audio.SoundMaster
- com.megacrit.cardcrawl.cards.AbstractCard
- com.megacrit.cardcrawl.cards.CardGroup
- com.megacrit.cardcrawl.core.AbstractCreature
- com.megacrit.cardcrawl.core.CardCrawlGame
- com.megacrit.cardcrawl.core.EnergyManager
- com.megacrit.cardcrawl.core.OverlayMenu
- com.megacrit.cardcrawl.credits.CreditsScreen
- com.megacrit.cardcrawl.cutscenes.Cutscene
- com.megacrit.cardcrawl.dungeons.AbstractDungeon
- com.megacrit.cardcrawl.events.AbstractEvent
- com.megacrit.cardcrawl.helpers.CardLibrary
- com.megacrit.cardcrawl.helpers.EventHelper
- com.megacrit.cardcrawl.helpers.FontHelper
- com.megacrit.cardcrawl.helpers.GameDictionary
- com.megacrit.cardcrawl.helpers.GetAllInBattleInstances
- com.megacrit.cardcrawl.helpers.Hitbox
- com.megacrit.cardcrawl.helpers.MonsterHelper
- com.megacrit.cardcrawl.helpers.PotionHelper
- com.megacrit.cardcrawl.helpers.RelicLibrary
- com.megacrit.cardcrawl.helpers.TipHelper
- com.megacrit.cardcrawl.helpers.input.InputAction
- com.megacrit.cardcrawl.helpers.input.InputHelper
- com.megacrit.cardcrawl.localization.LocalizedStrings
- com.megacrit.cardcrawl.map.MapGenerator
- com.megacrit.cardcrawl.monsters.MonsterInfo
- com.megacrit.cardcrawl.potions.AbstractPotion
- com.megacrit.cardcrawl.relics.AbstractRelic
- com.megacrit.cardcrawl.rewards.RewardItem
- com.megacrit.cardcrawl.rooms.AbstractRoom
- com.megacrit.cardcrawl.rooms.CampfireUI
- com.megacrit.cardcrawl.saveAndContinue.SaveAndContinue
- com.megacrit.cardcrawl.saveAndContinue.SaveFile
- com.megacrit.cardcrawl.screens.DeathScreen
- com.megacrit.cardcrawl.screens.SingleCardViewPopup
- com.megacrit.cardcrawl.screens.SingleRelicViewPopup
- com.megacrit.cardcrawl.screens.VictoryScreen
- com.megacrit.cardcrawl.screens.charSelect.CharacterOption
- com.megacrit.cardcrawl.screens.compendium.CardLibraryScreen
- com.megacrit.cardcrawl.screens.compendium.RelicViewScreen
- com.megacrit.cardcrawl.screens.custom.CustomModeScreen
- com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar
- com.megacrit.cardcrawl.screens.mainMenu.MainMenuScreen
- com.megacrit.cardcrawl.screens.mainMenu.MenuButton
- com.megacrit.cardcrawl.screens.mainMenu.MenuPanelScreen
- com.megacrit.cardcrawl.screens.options.OptionsPanel
- com.megacrit.cardcrawl.screens.options.SettingsScreen
- com.megacrit.cardcrawl.screens.runHistory.RunHistoryScreen
- com.megacrit.cardcrawl.screens.stats.StatsScreen
- com.megacrit.cardcrawl.shop.ShopScreen
- com.megacrit.cardcrawl.ui.buttons.CancelButton
- com.megacrit.cardcrawl.ui.buttons.ProceedButton
- com.megacrit.cardcrawl.ui.buttons.SingingBowlButton
- com.megacrit.cardcrawl.ui.campfire.AbstractCampfireOption
- com.megacrit.cardcrawl.ui.panels.PotionPopUp
- com.megacrit.cardcrawl.ui.panels.TopPanel
- com.megacrit.cardcrawl.unlock.UnlockTracker
- hexui_lib.patches.relics.BottledPlaceholderField
- magineer.patches.relics.BottledPlaceholderField
- com.megacrit.cardcrawl.actions.common.ApplyPoisonOnRandomMonsterAction
- com.megacrit.cardcrawl.actions.common.ApplyPowerAction
- com.megacrit.cardcrawl.actions.common.DrawCardAction
- com.megacrit.cardcrawl.actions.common.MakeTempCardInHandAction
- com.megacrit.cardcrawl.actions.defect.ScrapeAction
- com.megacrit.cardcrawl.actions.defect.SeekAction
- com.megacrit.cardcrawl.actions.unique.AttackFromDeckToHandAction
- com.megacrit.cardcrawl.actions.unique.DiscoveryAction
- com.megacrit.cardcrawl.actions.unique.ExhumeAction
- com.megacrit.cardcrawl.actions.unique.RetainCardsAction
- com.megacrit.cardcrawl.actions.unique.SkillFromDeckToHandAction
- com.megacrit.cardcrawl.actions.utility.DrawPileToHandAction
- com.megacrit.cardcrawl.actions.utility.UseCardAction
- com.megacrit.cardcrawl.cards.blue.Defend_Blue
- com.megacrit.cardcrawl.cards.blue.EchoForm
- com.megacrit.cardcrawl.cards.blue.Strike_Blue
- com.megacrit.cardcrawl.cards.green.Defend_Green
- com.megacrit.cardcrawl.cards.green.Strike_Green
- com.megacrit.cardcrawl.cards.green.WraithForm
- com.megacrit.cardcrawl.cards.red.Defend_Red
- com.megacrit.cardcrawl.cards.red.DemonForm
- com.megacrit.cardcrawl.cards.red.Strike_Red
- com.megacrit.cardcrawl.characters.AbstractPlayer
- com.megacrit.cardcrawl.monsters.AbstractMonster
- com.megacrit.cardcrawl.powers.AccuracyPower
- com.megacrit.cardcrawl.powers.AfterImagePower
- com.megacrit.cardcrawl.powers.AmplifyPower
- com.megacrit.cardcrawl.powers.AngerPower
- com.megacrit.cardcrawl.powers.AngryPower
- com.megacrit.cardcrawl.powers.ArtifactPower
- com.megacrit.cardcrawl.powers.AttackBurnPower
- com.megacrit.cardcrawl.powers.BackAttackPower
- com.megacrit.cardcrawl.powers.BarricadePower
- com.megacrit.cardcrawl.powers.BeatOfDeathPower
- com.megacrit.cardcrawl.powers.BerserkPower
- com.megacrit.cardcrawl.powers.BiasPower
- com.megacrit.cardcrawl.powers.BlurPower
- com.megacrit.cardcrawl.powers.BrutalityPower
- com.megacrit.cardcrawl.powers.BufferPower
- com.megacrit.cardcrawl.powers.BurstPower
- com.megacrit.cardcrawl.powers.ChokePower
- com.megacrit.cardcrawl.powers.CombustPower
- com.megacrit.cardcrawl.powers.ConfusionPower
- com.megacrit.cardcrawl.powers.ConservePower
- com.megacrit.cardcrawl.powers.ConstrictedPower
- com.megacrit.cardcrawl.powers.CorpseExplosionPower
- com.megacrit.cardcrawl.powers.CorruptionPower
- com.megacrit.cardcrawl.powers.CreativeAIPower
- com.megacrit.cardcrawl.powers.CuriosityPower
- com.megacrit.cardcrawl.powers.CurlUpPower
- com.megacrit.cardcrawl.powers.DarkEmbracePower
- com.megacrit.cardcrawl.powers.DemonFormPower
- com.megacrit.cardcrawl.powers.DexterityPower
- com.megacrit.cardcrawl.powers.DoubleDamagePower
- com.megacrit.cardcrawl.powers.DoubleTapPower
- com.megacrit.cardcrawl.powers.DrawCardNextTurnPower
- com.megacrit.cardcrawl.powers.DrawPower
- com.megacrit.cardcrawl.powers.DrawReductionPower
- com.megacrit.cardcrawl.powers.EchoPower
- com.megacrit.cardcrawl.powers.ElectroPower
- com.megacrit.cardcrawl.powers.EnergizedBluePower
- com.megacrit.cardcrawl.powers.EnergizedPower
- com.megacrit.cardcrawl.powers.EntanglePower
- com.megacrit.cardcrawl.powers.EnvenomPower
- com.megacrit.cardcrawl.powers.EquilibriumPower
- com.megacrit.cardcrawl.powers.EvolvePower
- com.megacrit.cardcrawl.powers.ExplosivePower
- com.megacrit.cardcrawl.powers.FadingPower
- com.megacrit.cardcrawl.powers.FeelNoPainPower
- com.megacrit.cardcrawl.powers.FireBreathingPower
- com.megacrit.cardcrawl.powers.FlameBarrierPower
- com.megacrit.cardcrawl.powers.FlightPower
- com.megacrit.cardcrawl.powers.FocusPower
- com.megacrit.cardcrawl.powers.ForcefieldPower
- com.megacrit.cardcrawl.powers.FrailPower
- com.megacrit.cardcrawl.powers.GainStrengthPower
- com.megacrit.cardcrawl.powers.GenericStrengthUpPower
- com.megacrit.cardcrawl.powers.GrowthPower
- com.megacrit.cardcrawl.powers.HeatsinkPower
- com.megacrit.cardcrawl.powers.HelloPower
- com.megacrit.cardcrawl.powers.HexPower
- com.megacrit.cardcrawl.powers.InfiniteBladesPower
- com.megacrit.cardcrawl.powers.IntangiblePlayerPower
- com.megacrit.cardcrawl.powers.IntangiblePower
- com.megacrit.cardcrawl.powers.InvinciblePower
- com.megacrit.cardcrawl.powers.JuggernautPower
- com.megacrit.cardcrawl.powers.LightningMasteryPower
- com.megacrit.cardcrawl.powers.LockOnPower
- com.megacrit.cardcrawl.powers.LoopPower
- com.megacrit.cardcrawl.powers.LoseStrengthPower
- com.megacrit.cardcrawl.powers.MagnetismPower
- com.megacrit.cardcrawl.powers.MalleablePower
- com.megacrit.cardcrawl.powers.MayhemPower
- com.megacrit.cardcrawl.powers.ModeShiftPower
- com.megacrit.cardcrawl.powers.NextTurnBlockPower
- com.megacrit.cardcrawl.powers.NightmarePower
- com.megacrit.cardcrawl.powers.NoBlockPower
- com.megacrit.cardcrawl.powers.NoDrawPower
- com.megacrit.cardcrawl.powers.NoxiousFumesPower
- com.megacrit.cardcrawl.powers.PainfulStabsPower
- com.megacrit.cardcrawl.powers.PanachePower
- com.megacrit.cardcrawl.powers.PenNibPower
- com.megacrit.cardcrawl.powers.PhantasmalPower
- com.megacrit.cardcrawl.powers.PlatedArmorPower
- com.megacrit.cardcrawl.powers.RagePower
- com.megacrit.cardcrawl.powers.ReactivePower
- com.megacrit.cardcrawl.powers.ReboundPower
- com.megacrit.cardcrawl.powers.RechargingCorePower
- com.megacrit.cardcrawl.powers.RegenPower
- com.megacrit.cardcrawl.powers.RegenerateMonsterPower
- com.megacrit.cardcrawl.powers.RegrowPower
- com.megacrit.cardcrawl.powers.RepairPower
- com.megacrit.cardcrawl.powers.RetainCardPower
- com.megacrit.cardcrawl.powers.RitualPower
- com.megacrit.cardcrawl.powers.RupturePower
- com.megacrit.cardcrawl.powers.SadisticPower
- com.megacrit.cardcrawl.powers.SharpHidePower
- com.megacrit.cardcrawl.powers.ShiftingPower
- com.megacrit.cardcrawl.powers.SkillBurnPower
- com.megacrit.cardcrawl.powers.SlowPower
- com.megacrit.cardcrawl.powers.SplitPower
- com.megacrit.cardcrawl.powers.SporeCloudPower
- com.megacrit.cardcrawl.powers.StasisPower
- com.megacrit.cardcrawl.powers.StaticDischargePower
- com.megacrit.cardcrawl.powers.StormPower
- com.megacrit.cardcrawl.powers.StrengthPower
- com.megacrit.cardcrawl.powers.SurroundedPower
- com.megacrit.cardcrawl.powers.TheBombPower
- com.megacrit.cardcrawl.powers.ThieveryPower
- com.megacrit.cardcrawl.powers.ThornsPower
- com.megacrit.cardcrawl.powers.ThousandCutsPower
- com.megacrit.cardcrawl.powers.TimeMazePower
- com.megacrit.cardcrawl.powers.TimeWarpPower
- com.megacrit.cardcrawl.powers.ToolsOfTheTradePower
- com.megacrit.cardcrawl.powers.UnawakenedPower
- com.megacrit.cardcrawl.powers.VulnerablePower
- com.megacrit.cardcrawl.powers.WeakPower
- com.megacrit.cardcrawl.powers.WinterPower
- com.megacrit.cardcrawl.powers.WraithFormPower
- com.megacrit.cardcrawl.relics.Astrolabe
- com.megacrit.cardcrawl.relics.PandorasBox
- com.megacrit.cardcrawl.trials.MyTrueFormTrial
- com.megacrit.cardcrawl.vfx.campfire.CampfireSmithEffect
- basemod.abstracts.CustomMonster
- com.megacrit.cardcrawl.events.city.BackToBasics
- com.megacrit.cardcrawl.events.city.Vampires
- com.megacrit.cardcrawl.events.shrines.FountainOfCurseRemoval
- com.megacrit.cardcrawl.events.shrines.NoteForYourself
- Done.
- Patching enums...
- com.megacrit.cardcrawl.screens.mainMenu.MainMenuScreen$CurScreen
- com.megacrit.cardcrawl.screens.mainMenu.MainMenuScreen$1
- 1 switch statement(s)
- com.megacrit.cardcrawl.screens.mainMenu.MenuButton$ClickResult
- com.megacrit.cardcrawl.screens.mainMenu.MenuButton$1
- 1 switch statement(s)
- com.megacrit.cardcrawl.cards.AbstractCard$CardTags
- 0 switch statement(s)
- com.megacrit.cardcrawl.dungeons.AbstractDungeon$CurrentScreen
- com.megacrit.cardcrawl.dungeons.AbstractDungeon$1
- 1 switch statement(s)
- com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar$CurrentTab
- com.megacrit.cardcrawl.screens.compendium.CardLibraryScreen$1
- com.megacrit.cardcrawl.screens.mainMenu.ColorTabBar$1
- 2 switch statement(s)
- com.megacrit.cardcrawl.characters.AbstractPlayer$PlayerClass
- com.megacrit.cardcrawl.core.CardCrawlGame$1
- com.megacrit.cardcrawl.cutscenes.Cutscene$1
- com.megacrit.cardcrawl.helpers.PotionHelper$1
- com.megacrit.cardcrawl.helpers.RelicLibrary$1
- com.megacrit.cardcrawl.integrations.steam.SteamIntegration$1
- com.megacrit.cardcrawl.screens.VictoryScreen$1
- com.megacrit.cardcrawl.screens.leaderboards.FilterButton$1
- com.megacrit.cardcrawl.screens.runHistory.RunHistoryScreen$1
- com.megacrit.cardcrawl.unlock.UnlockTracker$1
- 9 switch statement(s)
- com.megacrit.cardcrawl.cards.AbstractCard$CardColor
- com.megacrit.cardcrawl.cards.AbstractCard$1
- com.megacrit.cardcrawl.dungeons.AbstractDungeon$1
- com.megacrit.cardcrawl.helpers.CardLibrary$1
- com.megacrit.cardcrawl.screens.SingleCardViewPopup$1
- com.megacrit.cardcrawl.screens.runHistory.TinyCard$1
- com.megacrit.cardcrawl.vfx.cardManip.PurgeCardEffect$1
- 6 switch statement(s)
- com.megacrit.cardcrawl.helpers.CardLibrary$LibraryType
- com.megacrit.cardcrawl.helpers.CardLibrary$1
- 1 switch statement(s)
- Done.
- Setting isModded = true...Done.
- Adding ModTheSpire to version...Done.
- Initializing mods...
- - BaseMod
- - basemod.BaseMod
- libgdx version 1.9.5
- 16:04:01.680 INFO basemod.BaseMod> initializeGson
- 16:04:01.682 INFO basemod.BaseMod> initializeTypeMaps
- 16:04:01.683 INFO basemod.BaseMod> Registered MonsterStrings
- 16:04:01.685 INFO basemod.BaseMod> Registered PowerStrings
- 16:04:01.685 INFO basemod.BaseMod> Registered CardStrings
- 16:04:01.686 INFO basemod.BaseMod> Registered RelicStrings
- 16:04:01.686 INFO basemod.BaseMod> Registered EventStrings
- 16:04:01.686 INFO basemod.BaseMod> Registered PotionStrings
- 16:04:01.687 INFO basemod.BaseMod> Registered CreditStrings
- 16:04:01.687 INFO basemod.BaseMod> Registered TutorialStrings
- 16:04:01.688 INFO basemod.BaseMod> Registered KeywordStrings
- 16:04:01.688 INFO basemod.BaseMod> Registered ScoreBonusStrings
- 16:04:01.689 INFO basemod.BaseMod> Registered CharacterStrings
- 16:04:01.689 INFO basemod.BaseMod> Registered UIStrings
- 16:04:01.690 INFO basemod.BaseMod> Registered OrbStrings
- 16:04:01.690 INFO basemod.BaseMod> Registered RunModStrings
- 16:04:01.690 INFO basemod.BaseMod> Registered BlightStrings
- 16:04:01.691 INFO basemod.BaseMod> Registered AchievementStrings
- 16:04:01.691 INFO basemod.BaseMod> initializePowerMap
- 16:04:02.241 INFO basemod.BaseMod> initializeUnderscorePowerIDs
- - 581ms
- - StSLib
- - com.evacipated.cardcrawl.mod.stslib.StSLib
- - 1ms
- - HexUI Lib
- - hexui_lib.HexUILib
- 16:04:02.256 INFO hexui_lib.HexUILib> ========================= Initializing Default Mod. Hi. =========================
- 16:04:02.256 INFO hexui_lib.HexUILib> Subscribe to BaseMod hooks
- 16:04:02.256 INFO hexui_lib.HexUILib> Done subscribing
- 16:04:02.256 INFO hexui_lib.HexUILib> Done creating the color
- 16:04:02.257 INFO hexui_lib.HexUILib> ========================= /Default Mod Initialized. Hello World./ =========================
- - 2ms
- - Magineer Mod
- - magineer.MagineerMod
- 16:04:02.266 INFO magineer.MagineerMod> ========================= Initializing Default Mod. Hi. =========================
- 16:04:02.266 INFO magineer.MagineerMod> Subscribe to BaseMod hooks
- 16:04:02.266 INFO magineer.MagineerMod> Done subscribing
- 16:04:02.266 INFO magineer.MagineerMod> Creating the color DEFAULT_GRAY_COLOR
- 16:04:02.267 INFO magineer.MagineerMod> Done creating the color
- 16:04:02.267 INFO magineer.MagineerMod> ========================= /Default Mod Initialized. Hello World./ =========================
- - 9ms
- Done.
- Starting game...
- 16:04:02.268 INFO desktop.DesktopLauncher> time: 1552147442268
- 16:04:02.268 INFO desktop.DesktopLauncher> version: 2019-01-23
- 16:04:02.268 INFO desktop.DesktopLauncher> libgdx: 1.9.5
- 16:04:02.268 INFO desktop.DesktopLauncher> default_locale: en_CA
- 16:04:02.268 INFO desktop.DesktopLauncher> default_charset: windows-1252
- 16:04:02.268 INFO desktop.DesktopLauncher> default_encoding: Cp1252
- 16:04:02.269 INFO desktop.DesktopLauncher> java_version: 1.8.0_144
- 16:04:02.269 INFO desktop.DesktopLauncher> os_arch: amd64
- 16:04:02.269 INFO desktop.DesktopLauncher> os_name: Windows 10
- 16:04:02.269 INFO desktop.DesktopLauncher> os_version: 10.0
- 16:04:02.270 INFO core.SystemStats> MEMORY STATS:
- Free Memory: 313Mb
- Max Memory: 3,634Mb
- Allocated Memory: 695Mb
- Unallocated Memory: 2,938Mb
- Total Free Memory: 3,252Mb
- Used Memory: 381Mb
- 16:04:02.271 INFO core.SystemStats> DISK STATS:
- Total Space: 2,861,458Mb
- Usable Space: 408,668Mb
- Free Space: 408,668Mb
- [Thread-4] WARN io.sentry.DefaultSentryClientFactory - No 'stacktrace.app.packages' was configured, this option is highly recommended as it affects stacktrace grouping and display on Sentry. See documentation: https://docs.sentry.io/clients/java/config/#in-application-stack-frames
- [Thread-4] WARN io.sentry.DefaultSentryClientFactory - No 'stacktrace.app.packages' was configured, this option is highly recommended as it affects stacktrace grouping and display on Sentry. See documentation: https://docs.sentry.io/clients/java/config/#in-application-stack-frames16:04:02.339 INFO core.DisplayConfig> Reading info.displayconfig
- 16:04:02.345 INFO core.DisplayConfig> DisplayConfig successfully read.
- 16:04:02.358 INFO desktop.DesktopLauncher> Settings successfully loaded
- 16:04:02.358 INFO desktop.DesktopLauncher> Launching application...
- 16:04:02.985 INFO ststwitch.TwitchConfig> The 'twitchconfig.txt' already exists, not overwriting it.
- 16:04:03.121 INFO steam.SteamIntegration> [SUCCESS] Steam API initialized successfully.
- 16:04:03.126 INFO steam.SteamIntegration> BUILD ID: 3495375
- 16:04:03.126 INFO steam.SteamIntegration> CURRENT LANG: english
- 16:04:03.127 INFO steam.SteamIntegration> ACCOUNT ID: 62816971
- 16:04:03.128 INFO steam.SteamIntegration> requestGlobalStats
- 16:04:03.128 INFO steam.SteamTicker> Steam Ticker initialized.
- 16:04:03.129 INFO core.CardCrawlGame> No migration
- 16:04:03.130 INFO core.Settings> Initializing display settings...
- 16:04:03.130 INFO core.DisplayConfig> Reading info.displayconfig
- 16:04:03.131 INFO core.DisplayConfig> DisplayConfig successfully read.
- 16:04:03.131 INFO core.Settings> Initializing sound settings...
- 16:04:03.131 INFO core.Settings> Initializing game settings...
- 16:04:03.169 INFO localization.LocalizedStrings> Loc Strings load time: 27ms
- 16:04:03.170 INFO basemod.BaseMod> begin editing localization strings
- 16:04:03.171 INFO basemod.BaseMod> loadJsonStrings: com.megacrit.cardcrawl.localization.RunModStrings
- 16:04:03.175 INFO basemod.BaseMod> loadJsonStrings: com.megacrit.cardcrawl.localization.PowerStrings
- 16:04:03.176 INFO basemod.BaseMod> loadJsonStrings: com.megacrit.cardcrawl.localization.RelicStrings
- 16:04:03.177 INFO basemod.BaseMod> loadJsonStrings: com.megacrit.cardcrawl.localization.PowerStrings
- 16:04:03.177 INFO basemod.BaseMod> loadJsonStrings: com.megacrit.cardcrawl.localization.RelicStrings
- 16:04:03.177 INFO magineer.MagineerMod> Beginning to edit strings
- 16:04:03.178 INFO basemod.BaseMod> loadJsonStrings: com.megacrit.cardcrawl.localization.CardStrings
- 16:04:03.179 INFO magineer.MagineerMod> magineerResources/localization/eng/MagineerMod-Card-Strings.json
- 16:04:03.179 INFO basemod.BaseMod> loadJsonStrings: com.megacrit.cardcrawl.localization.PowerStrings
- 16:04:03.180 INFO basemod.BaseMod> loadJsonStrings: com.megacrit.cardcrawl.localization.RelicStrings
- 16:04:03.180 INFO basemod.BaseMod> loadJsonStrings: com.megacrit.cardcrawl.localization.EventStrings
- 16:04:03.181 INFO basemod.BaseMod> loadJsonStrings: com.megacrit.cardcrawl.localization.PotionStrings
- 16:04:03.182 INFO basemod.BaseMod> loadJsonStrings: com.megacrit.cardcrawl.localization.CharacterStrings
- 16:04:03.182 INFO basemod.BaseMod> loadJsonStrings: com.megacrit.cardcrawl.localization.OrbStrings
- 16:04:03.183 INFO magineer.MagineerMod> Done edittting strings
- 16:04:03.202 INFO audio.MusicMaster> Music Volume: 0.0
- 16:04:03.204 INFO audio.SoundMaster> Sound Effect Volume: 0.18074535
- 16:04:03.205 INFO audio.SoundMaster> Loaded 360 Sound Effects
- 16:04:03.205 INFO audio.SoundMaster> SFX load time: 2ms
- 16:04:03.205 INFO basemod.BaseMod> begin adding custom sounds
- 16:04:03.205 INFO basemod.BaseMod> Added 0 sounds
- 16:04:03.401 INFO steam.SSCallback> 1Bloop: 646570
- 16:04:04.068 INFO cards.AbstractCard> Card Image load time: 857ms
- 16:04:04.069 INFO basemod.BaseMod> editting keywords
- 16:04:05.098 INFO helpers.ImageMaster> Texture load time: 1025ms
- 16:04:05.170 INFO helpers.FontHelper> Font load time (Map Fonts): 21ms
- 16:04:05.308 INFO helpers.FontHelper> Font load time (Kreon Standard): 138ms
- 16:04:05.696 INFO helpers.FontHelper> Font load time (The rest of it): 388ms
- 16:04:05.749 INFO unlock.UnlockTracker> RED UNLOCKS: 9/9
- 16:04:05.749 INFO unlock.UnlockTracker> GREEN UNLOCKS: 9/9
- 16:04:05.750 INFO unlock.UnlockTracker> BLUE UNLOCKS: 9/9
- 16:04:05.750 INFO unlock.UnlockTracker> RELIC UNLOCKS: 15/18
- 16:04:05.791 INFO unlock.UnlockTracker> CARDS SEEN: 2736/0
- 16:04:05.811 INFO unlock.UnlockTracker> RELICS SEEN: 503/0
- 16:04:05.812 INFO basemod.BaseMod> publish post refresh - refreshing unlocks
- 16:04:05.812 INFO basemod.BaseMod> begin editing cards
- 16:04:05.813 INFO magineer.MagineerMod> Adding variables
- 16:04:05.813 INFO magineer.MagineerMod> Add variabls
- 16:04:05.813 INFO magineer.MagineerMod> Adding cards
- 16:04:05.889 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/bg_circuits_outer_1.png
- 16:04:05.893 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/bg_magic_outer_1.png
- 16:04:05.896 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/bg_circuits_outer_1.png
- 16:04:05.905 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/bg_magic_outer_1.png
- 16:04:05.914 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/bg_circuits_outer_2.png
- 16:04:05.917 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/bg_magic_outer_2.png
- 16:04:05.920 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/bg_circuits_outer_2.png
- 16:04:05.930 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/bg_magic_outer_2.png
- 16:04:05.940 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/bg_circuits_outer_3.png
- 16:04:05.942 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/bg_magic_outer_3.png
- 16:04:05.945 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/bg_circuits_outer_3.png
- 16:04:05.956 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/bg_magic_outer_3.png
- 16:04:05.967 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_blue_0.png
- 16:04:05.972 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_orange_0.png
- 16:04:05.975 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_gray_0.png
- 16:04:05.978 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_glow_0.png
- 16:04:05.983 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_blue_0.png
- 16:04:05.990 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_orange_0.png
- 16:04:05.999 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_gray_0.png
- 16:04:06.009 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_glow_0.png
- 16:04:06.019 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_blue_1.png
- 16:04:06.024 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_orange_1.png
- 16:04:06.027 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_gray_1.png
- 16:04:06.030 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_glow_1.png
- 16:04:06.034 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_blue_1.png
- 16:04:06.043 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_orange_1.png
- 16:04:06.054 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_gray_1.png
- 16:04:06.064 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_glow_1.png
- 16:04:06.076 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_blue_2.png
- 16:04:06.084 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_orange_2.png
- 16:04:06.087 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_gray_2.png
- 16:04:06.089 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_glow_2.png
- 16:04:06.095 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_blue_2.png
- 16:04:06.106 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_orange_2.png
- 16:04:06.116 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_gray_2.png
- 16:04:06.124 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_glow_2.png
- 16:04:06.132 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_blue_3.png
- 16:04:06.137 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_orange_3.png
- 16:04:06.140 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_gray_3.png
- 16:04:06.143 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_glow_3.png
- 16:04:06.148 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_blue_3.png
- 16:04:06.158 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_orange_3.png
- 16:04:06.166 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_gray_3.png
- 16:04:06.175 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_glow_3.png
- 16:04:06.185 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_blue_4.png
- 16:04:06.191 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_orange_4.png
- 16:04:06.195 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_gray_4.png
- 16:04:06.198 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_glow_4.png
- 16:04:06.203 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_blue_4.png
- 16:04:06.212 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_orange_4.png
- 16:04:06.222 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_gray_4.png
- 16:04:06.231 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_glow_4.png
- 16:04:06.240 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_blue_5.png
- 16:04:06.245 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_orange_5.png
- 16:04:06.248 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_gray_5.png
- 16:04:06.250 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_glow_5.png
- 16:04:06.255 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_blue_5.png
- 16:04:06.263 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_orange_5.png
- 16:04:06.271 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_gray_5.png
- 16:04:06.279 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_glow_5.png
- 16:04:06.287 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_blue_6.png
- 16:04:06.291 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_orange_6.png
- 16:04:06.294 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_gray_6.png
- 16:04:06.296 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/slot_glow_6.png
- 16:04:06.301 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_blue_6.png
- 16:04:06.309 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_orange_6.png
- 16:04:06.316 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_gray_6.png
- 16:04:06.324 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/slot_glow_6.png
- 16:04:06.332 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/improvement_slots_panel.png
- 16:04:06.337 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/1024/improvement_slots_panel.png
- 16:04:06.363 INFO magineer.MagineerMod> ID: magineer:MagineerStrike
- 16:04:06.363 INFO magineer.MagineerMod> cardStrings: com.megacrit.cardcrawl.localization.CardStrings@34d8ef7f
- 16:04:06.364 INFO magineer.MagineerMod> com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:06.364 INFO magineer.MagineerMod> CardCrawlGame.languagePack: com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:06.364 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/cards/512/magineer_strike.png
- 16:04:06.370 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/cards/1024/magineer_strike.png
- 16:04:06.422 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/cards/512/magineer_defend.png
- 16:04:06.428 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/cards/1024/magineer_defend.png
- 16:04:06.448 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/cards/512/blueprint.png
- 16:04:06.454 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/cards/1024/blueprint.png
- 16:04:06.475 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/cards/512/implement.png
- 16:04:06.481 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/cards/1024/implement.png
- 16:04:06.504 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/cards/512/default.png
- 16:04:06.508 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/cards/1024/default.png
- 16:04:06.574 INFO magineer.MagineerMod> Making sure the cards are unlocked.
- 16:04:06.582 INFO helpers.AsyncSaver> Enqueue: qsize=0 file=preferences\STSSeenCards
- 16:04:06.584 INFO helpers.FileSaver> Dequeue: qsize=0 file=preferences\STSSeenCards
- 16:04:06.584 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:06.585 INFO helpers.AsyncSaver> Enqueue: qsize=0 file=preferences\STSUnlocks
- 16:04:06.589 INFO helpers.AsyncSaver> Enqueue: qsize=1 file=preferences\STSSeenCards
- 16:04:06.591 INFO helpers.AsyncSaver> Enqueue: qsize=2 file=preferences\STSUnlocks
- 16:04:06.596 INFO helpers.AsyncSaver> Enqueue: qsize=3 file=preferences\STSSeenCards
- 16:04:06.598 INFO helpers.AsyncSaver> Enqueue: qsize=4 file=preferences\STSUnlocks
- 16:04:06.602 INFO helpers.AsyncSaver> Enqueue: qsize=5 file=preferences\STSSeenCards
- 16:04:06.604 INFO helpers.AsyncSaver> Enqueue: qsize=6 file=preferences\STSUnlocks
- 16:04:06.610 INFO helpers.AsyncSaver> Enqueue: qsize=7 file=preferences\STSSeenCards
- 16:04:06.612 INFO helpers.AsyncSaver> Enqueue: qsize=8 file=preferences\STSUnlocks
- 16:04:06.614 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:06.615 INFO helpers.FileSaver> Dequeue: qsize=8 file=preferences\STSUnlocks
- 16:04:06.615 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:06.616 INFO helpers.AsyncSaver> Enqueue: qsize=8 file=preferences\STSSeenCards
- 16:04:06.618 INFO helpers.AsyncSaver> Enqueue: qsize=9 file=preferences\STSUnlocks
- 16:04:06.621 INFO helpers.AsyncSaver> Enqueue: qsize=10 file=preferences\STSSeenCards
- 16:04:06.623 INFO helpers.AsyncSaver> Enqueue: qsize=11 file=preferences\STSUnlocks
- 16:04:06.627 INFO helpers.AsyncSaver> Enqueue: qsize=12 file=preferences\STSSeenCards
- 16:04:06.628 INFO helpers.AsyncSaver> Enqueue: qsize=13 file=preferences\STSUnlocks
- 16:04:06.632 INFO helpers.AsyncSaver> Enqueue: qsize=14 file=preferences\STSSeenCards
- 16:04:06.633 INFO helpers.AsyncSaver> Enqueue: qsize=15 file=preferences\STSUnlocks
- 16:04:06.634 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:06.634 INFO helpers.FileSaver> Dequeue: qsize=15 file=preferences\STSSeenCards
- 16:04:06.634 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:06.637 INFO helpers.AsyncSaver> Enqueue: qsize=15 file=preferences\STSSeenCards
- 16:04:06.638 INFO helpers.AsyncSaver> Enqueue: qsize=16 file=preferences\STSUnlocks
- 16:04:06.638 INFO magineer.MagineerMod> Done adding cards!
- 16:04:06.654 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:06.654 INFO helpers.FileSaver> Dequeue: qsize=16 file=preferences\STSUnlocks
- 16:04:06.654 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:06.670 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:06.670 INFO helpers.FileSaver> Dequeue: qsize=15 file=preferences\STSSeenCards
- 16:04:06.670 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:06.689 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:06.689 INFO helpers.FileSaver> Dequeue: qsize=14 file=preferences\STSUnlocks
- 16:04:06.690 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:06.705 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:06.705 INFO helpers.FileSaver> Dequeue: qsize=13 file=preferences\STSSeenCards
- 16:04:06.705 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:06.724 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:06.725 INFO helpers.FileSaver> Dequeue: qsize=12 file=preferences\STSUnlocks
- 16:04:06.725 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:06.738 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:06.738 INFO helpers.FileSaver> Dequeue: qsize=11 file=preferences\STSSeenCards
- 16:04:06.738 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:06.764 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:06.764 INFO helpers.FileSaver> Dequeue: qsize=10 file=preferences\STSUnlocks
- 16:04:06.764 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:06.778 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:06.778 INFO helpers.FileSaver> Dequeue: qsize=9 file=preferences\STSSeenCards
- 16:04:06.778 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:06.796 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:06.797 INFO helpers.FileSaver> Dequeue: qsize=8 file=preferences\STSUnlocks
- 16:04:06.797 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:06.811 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:06.811 INFO helpers.FileSaver> Dequeue: qsize=7 file=preferences\STSSeenCards
- 16:04:06.811 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:07.184 INFO panels.TopPanel> Twitch Integration enabled due to presence of 'twitch.properties` file.
- 16:04:08.029 INFO panels.TopPanel> Not starting twitch integration because enabled=false
- 16:04:08.039 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:08.040 INFO helpers.FileSaver> Dequeue: qsize=6 file=preferences\STSUnlocks
- 16:04:08.040 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:08.053 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:08.054 INFO helpers.FileSaver> Dequeue: qsize=5 file=preferences\STSSeenCards
- 16:04:08.054 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:08.071 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:08.071 INFO helpers.FileSaver> Dequeue: qsize=4 file=preferences\STSUnlocks
- 16:04:08.072 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:08.085 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:08.085 INFO helpers.FileSaver> Dequeue: qsize=3 file=preferences\STSSeenCards
- 16:04:08.086 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:08.103 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:08.103 INFO helpers.FileSaver> Dequeue: qsize=2 file=preferences\STSUnlocks
- 16:04:08.103 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:08.116 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:08.116 INFO helpers.FileSaver> Dequeue: qsize=1 file=preferences\STSSeenCards
- 16:04:08.117 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:08.136 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSSeenCards
- 16:04:08.136 INFO helpers.FileSaver> Dequeue: qsize=0 file=preferences\STSUnlocks
- 16:04:08.136 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:08.150 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSUnlocks
- 16:04:08.283 INFO helpers.CardLibrary> Card load time: 1644ms with 293 cards
- 16:04:08.284 INFO basemod.BaseMod> begin editing relics
- 16:04:08.284 INFO magineer.MagineerMod> Adding relics
- 16:04:08.285 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/relics/placeholder_relic.png
- 16:04:08.285 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/relics/outline/placeholder_relic.png
- 16:04:08.288 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/relics/BottledPlaceholder.png
- 16:04:08.289 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/relics/outline/BottledPlaceholder.png
- 16:04:08.291 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/relics/default_clickable_relic.png
- 16:04:08.292 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/relics/outline/default_clickable_relic.png
- 16:04:08.294 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/relics/placeholder_relic2.png
- 16:04:08.295 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/relics/outline/placeholder_relic2.png
- 16:04:08.296 INFO magineer.MagineerMod> Done adding relics!
- 16:04:08.427 INFO helpers.RelicLibrary> Relic load time: 130ms
- 16:04:08.428 INFO input.InputHelper> Setting input processor to Scroller
- 16:04:08.462 INFO basemod.BaseMod> postCreateStartingRelics for: IRONCLAD
- 16:04:08.462 INFO basemod.BaseMod> postCreateStartingRelics adding [ Burning Blood ]
- 16:04:08.629 INFO basemod.BaseMod> postCreateStartingRelics for: THE_SILENT
- 16:04:08.630 INFO basemod.BaseMod> postCreateStartingRelics adding [ Ring of the Snake ]
- 16:04:08.716 INFO basemod.BaseMod> postCreateStartingRelics for: DEFECT
- 16:04:08.716 INFO basemod.BaseMod> postCreateStartingRelics adding [ Cracked Core ]
- 16:04:08.797 INFO basemod.BaseMod> begin editing characters
- 16:04:08.797 INFO magineer.MagineerMod> Beginning to edit characters. Add MAGINEER
- 5
- 16:04:08.854 INFO basemod.BaseMod> postCreateStartingRelics for: MAGINEER
- 16:04:08.854 INFO basemod.BaseMod> postCreateStartingRelics adding [ ]
- 16:04:08.856 INFO magineer.MagineerMod> Begin loading starter Deck Strings
- 16:04:08.856 INFO magineer.MagineerMod> Begin loading starter Deck Strings
- 16:04:08.924 INFO magineer.MagineerMod> Beginning to edit potions
- 16:04:08.925 INFO magineer.MagineerMod> Done editing potions
- 16:04:08.925 INFO magineer.MagineerMod> Added MAGINEER
- 16:04:08.931 INFO core.CardCrawlGame> [GC] BEFORE: 645219392
- 16:04:09.116 INFO core.CardCrawlGame> [GC] AFTER: 156160536
- 16:04:09.117 INFO basemod.BaseMod> publishPostInitialize
- 16:04:09.155 INFO basemod.BaseMod> registerModBadge : BaseMod
- 16:04:09.155 INFO basemod.ModBadge> initialized mod badge for: BaseMod
- 16:04:09.156 INFO basemod.ModBadge> setup hooks for BaseMod mod badge
- 16:04:09.158 INFO basemod.BaseMod> initializeUnderscoreCardIDs
- 16:04:09.159 INFO basemod.BaseMod> initializeUnderscorePotionIDs
- 16:04:09.160 INFO basemod.BaseMod> initializeUnderscoreEventIDs
- 16:04:09.160 INFO basemod.BaseMod> initializeUnderscoreRelicIDs
- 16:04:09.160 INFO basemod.BaseMod> initializeEncounters
- 16:04:09.298 INFO hexui_lib.HexUILib> Loading badge image and mod options
- 16:04:09.299 INFO util.TextureLoader> HexUILib | Loading Texture: images/Badge.png
- 16:04:09.317 INFO basemod.BaseMod> registerModBadge : HexUI Lib
- 16:04:09.317 INFO basemod.ModBadge> initialized mod badge for: HexUI Lib
- 16:04:09.317 INFO basemod.ModBadge> setup hooks for HexUI Lib mod badge
- 16:04:09.318 INFO magineer.MagineerMod> Loading badge image and mod options
- 16:04:09.318 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/Badge.png
- 16:04:09.333 INFO basemod.BaseMod> registerModBadge : MagineerMod
- 16:04:09.334 INFO basemod.ModBadge> initialized mod badge for: MagineerMod
- 16:04:09.334 INFO basemod.ModBadge> setup hooks for MagineerMod mod badge
- 16:04:09.334 INFO magineer.MagineerMod> Done loading badge Image and mod options
- 16:04:09.339 INFO controller.CInputHelper> [CONTROLLER] Utilizing DirectInput
- Controllers: added manager for application, 1 managers active
- 16:04:09.414 INFO controller.CInputHelper> CONTROLLER[0] Controller (Gamepad F310)
- 16:04:16.617 INFO steam.SteamIntegration> unlockAchievement: SHRUG_IT_OFF
- 16:04:16.619 INFO steam.SteamIntegration> unlockAchievement: PURITY
- 16:04:16.620 INFO steam.SSCallback> Stat Stored
- 16:04:16.620 INFO steam.SSCallback> Stat Stored
- 16:04:16.620 INFO steam.SteamIntegration> unlockAchievement: THE_PACT
- 16:04:16.622 INFO steam.SteamIntegration> unlockAchievement: ADRENALINE
- 16:04:16.623 INFO steam.SteamIntegration> unlockAchievement: POWERFUL
- 16:04:16.626 INFO steam.SteamIntegration> unlockAchievement: PLAGUE
- 16:04:16.632 INFO steam.SteamIntegration> unlockAchievement: PERFECT
- 16:04:16.638 INFO steam.SteamIntegration> unlockAchievement: GUARDIAN
- 16:04:16.641 INFO steam.SteamIntegration> unlockAchievement: GHOST_GUARDIAN
- 16:04:16.643 INFO steam.SteamIntegration> unlockAchievement: SLIME_BOSS
- 16:04:16.644 INFO steam.SteamIntegration> unlockAchievement: AUTOMATON
- 16:04:16.645 INFO steam.SteamIntegration> unlockAchievement: COLLECTOR
- 16:04:16.646 INFO steam.SteamIntegration> unlockAchievement: CHAMP
- 16:04:16.647 INFO steam.SteamIntegration> unlockAchievement: SHAPES
- 16:04:16.648 INFO steam.SteamIntegration> unlockAchievement: TIME_EATER
- 16:04:16.649 INFO steam.SteamIntegration> unlockAchievement: RUBY
- 16:04:16.650 INFO steam.SteamIntegration> unlockAchievement: EMERALD
- 16:04:16.684 INFO basemod.BaseMod> publishAddCustomModeMods
- 16:04:16.687 INFO steam.SSCallback> Stat Stored
- 16:04:16.687 INFO steam.SSCallback> Stat Stored
- 16:04:16.687 INFO steam.SSCallback> Stat Stored
- 16:04:16.687 INFO magineer.MagineerMod> Begin loading starter Deck Strings
- 16:04:16.688 INFO steam.SSCallback> Stat Stored
- 16:04:16.688 INFO magineer.MagineerMod> Begin loading starter Deck Strings
- 16:04:16.688 INFO steam.SSCallback> Stat Stored
- 16:04:16.688 INFO steam.SSCallback> Stat Stored
- 16:04:16.688 INFO steam.SSCallback> Stat Stored
- 16:04:16.689 INFO steam.SSCallback> Stat Stored
- 16:04:16.689 INFO steam.SSCallback> Stat Stored
- 16:04:16.689 INFO steam.SSCallback> Stat Stored
- 16:04:16.690 INFO steam.SSCallback> Stat Stored
- 16:04:16.690 INFO steam.SSCallback> Stat Stored
- 16:04:16.690 INFO steam.SSCallback> Stat Stored
- 16:04:16.690 INFO steam.SSCallback> Stat Stored
- 16:04:16.690 INFO steam.SSCallback> Stat Stored
- 16:04:16.853 INFO unlock.UnlockTracker> RED UNLOCKS: 9/9
- 16:04:16.853 INFO unlock.UnlockTracker> GREEN UNLOCKS: 9/9
- 16:04:16.853 INFO unlock.UnlockTracker> BLUE UNLOCKS: 9/9
- 16:04:16.853 INFO unlock.UnlockTracker> RELIC UNLOCKS: 15/18
- 16:04:16.854 INFO unlock.UnlockTracker> CARDS SEEN: 2736/293
- 16:04:16.854 INFO unlock.UnlockTracker> RELICS SEEN: 503/162
- 16:04:16.854 INFO basemod.BaseMod> publish post refresh - refreshing unlocks
- 16:04:16.854 INFO compendium.CardLibraryScreen> Initializing card library screen.
- 16:04:16.860 INFO basemod.BaseMod> postCreateStartingRelics for: IRONCLAD
- 16:04:16.860 INFO basemod.BaseMod> postCreateStartingRelics adding [ Burning Blood ]
- 16:04:16.936 INFO characters.CharacterManager> Successfully recreated IRONCLAD
- 16:04:16.939 INFO basemod.BaseMod> postCreateStartingRelics for: THE_SILENT
- 16:04:16.939 INFO basemod.BaseMod> postCreateStartingRelics adding [ Ring of the Snake ]
- 16:04:17.039 INFO characters.CharacterManager> Successfully recreated THE_SILENT
- 16:04:17.041 INFO basemod.BaseMod> postCreateStartingRelics for: DEFECT
- 16:04:17.041 INFO basemod.BaseMod> postCreateStartingRelics adding [ Cracked Core ]
- 16:04:17.120 INFO characters.CharacterManager> Successfully recreated DEFECT
- 5
- 16:04:17.150 INFO basemod.BaseMod> postCreateStartingRelics for: MAGINEER
- 16:04:17.151 INFO basemod.BaseMod> postCreateStartingRelics adding [ ]
- 16:04:17.151 INFO magineer.MagineerMod> Begin loading starter Deck Strings
- 16:04:17.152 INFO magineer.MagineerMod> Begin loading starter Deck Strings
- 16:04:17.233 INFO characters.CharacterManager> Successfully recreated MAGINEER
- 16:04:17.233 INFO magineer.MagineerMod> Begin loading starter Deck Strings
- 16:04:17.233 INFO magineer.MagineerMod> Begin loading starter Deck Strings
- 16:04:17.244 INFO saveAndContinue.SaveAndContinue> IRONCLAD save does NOT exist!
- 16:04:17.244 INFO saveAndContinue.SaveAndContinue> THE_SILENT save does NOT exist!
- 16:04:17.244 INFO saveAndContinue.SaveAndContinue> DEFECT save does NOT exist!
- 16:04:17.254 INFO saveAndContinue.SaveAndContinue> saves\MAGINEER.autosave save file was successfully loaded.
- 16:04:17.254 INFO saveAndContinue.SaveAndContinue> MAGINEER save exists and is valid.
- 16:04:27.027 INFO saveAndContinue.SaveAndContinue> IRONCLAD save does NOT exist!
- 16:04:27.027 INFO saveAndContinue.SaveAndContinue> THE_SILENT save does NOT exist!
- 16:04:27.028 INFO saveAndContinue.SaveAndContinue> DEFECT save does NOT exist!
- 16:04:27.032 INFO saveAndContinue.SaveAndContinue> saves\MAGINEER.autosave save file was successfully loaded.
- 16:04:27.033 INFO saveAndContinue.SaveAndContinue> MAGINEER save exists and is valid.
- 16:04:27.033 INFO steam.SteamIntegration> setStat: win_streak_MAGINEER
- 16:04:27.034 INFO steam.SteamIntegration> Stat: win_streak_MAGINEER not found.
- 16:04:27.034 INFO steam.SteamIntegration> getStat: win_streak_MAGINEER
- 16:04:27.034 INFO options.AbandonConfirmPopup> WIN STREAK 0
- 16:04:27.034 INFO options.AbandonConfirmPopup> Abandoning run with MAGINEER
- 16:04:27.070 INFO saveAndContinue.SaveAndContinue> saves\MAGINEER.autosave save file was successfully loaded.
- 16:04:27.071 INFO helpers.AsyncSaver> Enqueue: qsize=0 file=preferences\STSPlayer
- 16:04:27.071 INFO helpers.FileSaver> Dequeue: qsize=0 file=preferences\STSPlayer
- 16:04:27.071 INFO saveAndContinue.SaveAndContinue> DELETING saves\MAGINEER.autosave SAVE
- 16:04:27.071 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSPlayer
- 16:04:27.072 INFO helpers.AsyncSaver> Enqueue: qsize=0 file=preferences\MAGINEER
- 16:04:27.081 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\STSPlayer
- 16:04:27.081 INFO helpers.FileSaver> Dequeue: qsize=0 file=preferences\MAGINEER
- 16:04:27.081 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\MAGINEER
- 16:04:27.202 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\MAGINEER
- 16:04:33.479 INFO dungeons.AbstractDungeon> Generating seeds: -2912909850528465430
- 16:04:34.475 INFO core.CardCrawlGame> FINAL ACT AVAILABLE: false
- 16:04:34.476 INFO basemod.BaseMod> publishPreStartGame
- 5
- 16:04:34.502 INFO basemod.BaseMod> postCreateStartingRelics for: MAGINEER
- 16:04:34.502 INFO basemod.BaseMod> postCreateStartingRelics adding [ ]
- 16:04:34.503 INFO magineer.MagineerMod> Begin loading starter Deck Strings
- 16:04:34.504 INFO magineer.MagineerMod> Begin loading starter Deck Strings
- 16:04:34.573 INFO characters.CharacterManager> Successfully recreated MAGINEER
- 16:04:34.680 INFO dungeons.AbstractDungeon> CardRng Counter: 0
- 16:04:34.697 INFO dungeons.AbstractDungeon> [BOSS] Slime Boss
- 16:04:34.698 INFO basemod.BaseMod> Adding Custom Events...
- 16:04:34.707 INFO dungeons.AbstractDungeon> INIT CARD POOL
- 16:04:34.708 INFO dungeons.AbstractDungeon> COLORLESS CARDS: 35
- 16:04:34.708 INFO dungeons.AbstractDungeon> CURSE CARDS: 10
- 16:04:34.709 INFO dungeons.AbstractDungeon> Cardpool load time: 1ms
- 16:04:34.709 INFO magineer.MagineerMod> Begin loading starter Deck Strings
- 16:04:34.709 INFO magineer.MagineerMod> ID: magineer:MagineerStrike
- 16:04:34.710 INFO magineer.MagineerMod> cardStrings: com.megacrit.cardcrawl.localization.CardStrings@34d8ef7f
- 16:04:34.710 INFO magineer.MagineerMod> com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:34.710 INFO magineer.MagineerMod> CardCrawlGame.languagePack: com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:34.710 INFO magineer.MagineerMod> ID: magineer:MagineerStrike
- 16:04:34.710 INFO magineer.MagineerMod> cardStrings: com.megacrit.cardcrawl.localization.CardStrings@34d8ef7f
- 16:04:34.710 INFO magineer.MagineerMod> com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:34.710 INFO magineer.MagineerMod> CardCrawlGame.languagePack: com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:34.711 INFO magineer.MagineerMod> ID: magineer:MagineerStrike
- 16:04:34.711 INFO magineer.MagineerMod> cardStrings: com.megacrit.cardcrawl.localization.CardStrings@34d8ef7f
- 16:04:34.711 INFO magineer.MagineerMod> com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:34.711 INFO magineer.MagineerMod> CardCrawlGame.languagePack: com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:34.711 INFO magineer.MagineerMod> ID: magineer:MagineerStrike
- 16:04:34.711 INFO magineer.MagineerMod> cardStrings: com.megacrit.cardcrawl.localization.CardStrings@34d8ef7f
- 16:04:34.712 INFO magineer.MagineerMod> com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:34.712 INFO magineer.MagineerMod> CardCrawlGame.languagePack: com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:34.712 INFO magineer.MagineerMod> ID: magineer:MagineerStrike
- 16:04:34.712 INFO magineer.MagineerMod> cardStrings: com.megacrit.cardcrawl.localization.CardStrings@34d8ef7f
- 16:04:34.712 INFO magineer.MagineerMod> com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:34.713 INFO magineer.MagineerMod> CardCrawlGame.languagePack: com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:34.714 INFO unlock.UnlockTracker> Already seen: magineer:MagineerStrike
- 16:04:34.714 INFO unlock.UnlockTracker> Already seen: magineer:MagineerStrike
- 16:04:34.714 INFO unlock.UnlockTracker> Already seen: magineer:MagineerStrike
- 16:04:34.714 INFO unlock.UnlockTracker> Already seen: magineer:MagineerStrike
- 16:04:34.715 INFO unlock.UnlockTracker> Already seen: magineer:MagineerStrike
- 16:04:34.715 INFO unlock.UnlockTracker> Already seen: magineer:MagineerDefend
- 16:04:34.715 INFO unlock.UnlockTracker> Already seen: magineer:MagineerDefend
- 16:04:34.715 INFO unlock.UnlockTracker> Already seen: magineer:MagineerDefend
- 16:04:34.715 INFO unlock.UnlockTracker> Already seen: magineer:MagineerDefend
- 16:04:34.715 INFO unlock.UnlockTracker> Already seen: magineer:Blueprint
- 16:04:34.716 INFO unlock.UnlockTracker> Already seen: magineer:Implement
- 16:04:34.716 INFO basemod.BaseMod> postCreateStartingDeck for: MAGINEER
- 16:04:34.716 INFO basemod.BaseMod> postCreateStartingDeck adding [ magineer:MagineerStrike magineer:MagineerStrike magineer:MagineerStrike magineer:MagineerStrike magineer:MagineerStrike magineer:MagineerDefend magineer:MagineerDefend magineer:MagineerDefend magineer:MagineerDefend magineer:Blueprint magineer:Implement ]
- 16:04:34.721 INFO PotionLibrary.PotionHelperInitialize> Adding magineer:PlaceholderPotion
- 16:04:34.725 INFO dungeons.AbstractDungeon> Content generation time: 94ms
- 16:04:34.725 INFO basemod.BaseMod> publishStartGame
- 16:04:34.727 INFO basemod.BaseMod> mapDensityMultiplier: 1.0
- 16:04:34.727 INFO basemod.BaseMod> publishStartAct
- 16:04:34.728 INFO basemod.BaseMod> publishPostDungeonInitialize
- 16:04:35.102 INFO scenes.AbstractScene> Fading in ambiance: AMBIANCE_BOTTOM
- 16:04:35.295 INFO dungeons.AbstractDungeon> Note For Yourself is enabled due to No Ascension
- 16:04:35.296 INFO basemod.BaseMod> Adding Custom SpecialOneTimeEvents...
- 16:04:35.303 INFO dungeons.AbstractDungeon> Generating Room Types! There are 47 rooms:
- 16:04:35.305 INFO dungeons.AbstractDungeon> SHOP (5%): 2
- 16:04:35.306 INFO dungeons.AbstractDungeon> REST (12%): 6
- 16:04:35.306 INFO dungeons.AbstractDungeon> TRSRE (0%): 0
- 16:04:35.306 INFO dungeons.AbstractDungeon> ELITE (8%): 4
- 16:04:35.306 INFO dungeons.AbstractDungeon> EVNT (22%): 10
- 16:04:35.306 INFO dungeons.AbstractDungeon> MSTR (53%): 25
- 16:04:35.310 INFO map.RoomTypeAssigner> #### Unassigned Rooms:
- 16:04:35.310 INFO map.RoomTypeAssigner> class com.megacrit.cardcrawl.rooms.RestRoom
- 16:04:35.311 INFO map.RoomTypeAssigner> INFO: Node=(5,13):[(6,14)] was null. Changed to a MonsterRoom.
- 16:04:35.312 INFO dungeons.AbstractDungeon> Generated the following dungeon map:
- 16:04:35.312 INFO dungeons.AbstractDungeon>
- / | \
- 14 R R R
- | | \ /
- 13 M ? ? M
- | | |/ \
- 12 M M ? M
- / |/ /
- 11 R ? M
- \ / | |
- 10 M ? ?
- / \ \ |
- 9 R M $ R
- | \ |/ /
- 8 T T T T
- / \| \|
- 7 E M ?
- | | \| \
- 6 M M R M
- \ / |/ |/
- 5 R E E E
- / / | |
- 4 M ? M ?
- \| \| \
- 3 M $ M
- / \|
- 2 M M
- | | \
- 1 M M ?
- | | |
- 0 M M M
- 16:04:35.312 INFO dungeons.AbstractDungeon> Game Seed: -2912909850528465430
- 16:04:35.312 INFO dungeons.AbstractDungeon> Map generation time: 16ms
- 16:04:35.361 INFO saveAndContinue.SaveFile> Next Room: com.megacrit.cardcrawl.neow.NeowRoom
- 16:04:35.366 INFO helpers.AsyncSaver> Enqueue: qsize=0 file=saves\MAGINEER.autosave
- 16:04:35.366 INFO helpers.FileSaver> Dequeue: qsize=0 file=saves\MAGINEER.autosave
- 16:04:35.366 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\saves\MAGINEER.autosave
- 16:04:35.377 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\saves\MAGINEER.autosave
- 16:04:36.430 INFO neow.NeowEvent> 0
- 16:04:38.097 INFO neow.NeowReward> [ERROR] Missing Neow Reward Drawback: NONE
- 16:04:38.098 INFO basemod.BaseMod> publish on relic get
- 16:04:38.463 INFO audio.MusicMaster> Properly faded out MENU
- 16:04:41.163 INFO helpers.AsyncSaver> Enqueue: qsize=0 file=preferences\MAGINEER
- 16:04:41.164 INFO helpers.FileSaver> Dequeue: qsize=0 file=preferences\MAGINEER
- 16:04:41.164 INFO saveAndContinue.SaveFile> Next Room: com.megacrit.cardcrawl.rooms.MonsterRoom
- 16:04:41.164 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\MAGINEER
- 16:04:41.166 INFO helpers.AsyncSaver> Enqueue: qsize=0 file=saves\MAGINEER.autosave
- 16:04:41.167 INFO dungeons.AbstractDungeon> MONSTER: Small Slimes
- 16:04:41.178 INFO magineer.MagineerMod> ID: magineer:MagineerStrike
- 16:04:41.178 INFO magineer.MagineerMod> cardStrings: com.megacrit.cardcrawl.localization.CardStrings@34d8ef7f
- 16:04:41.178 INFO magineer.MagineerMod> com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:41.178 INFO magineer.MagineerMod> CardCrawlGame.languagePack: com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:41.179 INFO magineer.MagineerMod> ID: magineer:MagineerStrike
- 16:04:41.179 INFO magineer.MagineerMod> cardStrings: com.megacrit.cardcrawl.localization.CardStrings@34d8ef7f
- 16:04:41.179 INFO magineer.MagineerMod> com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:41.179 INFO magineer.MagineerMod> CardCrawlGame.languagePack: com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:41.180 INFO magineer.MagineerMod> ID: magineer:MagineerStrike
- 16:04:41.180 INFO magineer.MagineerMod> cardStrings: com.megacrit.cardcrawl.localization.CardStrings@34d8ef7f
- 16:04:41.180 INFO magineer.MagineerMod> com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:41.180 INFO magineer.MagineerMod> CardCrawlGame.languagePack: com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:41.180 INFO magineer.MagineerMod> ID: magineer:MagineerStrike
- 16:04:41.180 INFO magineer.MagineerMod> cardStrings: com.megacrit.cardcrawl.localization.CardStrings@34d8ef7f
- 16:04:41.180 INFO magineer.MagineerMod> com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:41.180 INFO magineer.MagineerMod> CardCrawlGame.languagePack: com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:41.180 INFO magineer.MagineerMod> ID: magineer:MagineerStrike
- 16:04:41.180 INFO magineer.MagineerMod> cardStrings: com.megacrit.cardcrawl.localization.CardStrings@34d8ef7f
- 16:04:41.180 INFO magineer.MagineerMod> com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:41.180 INFO magineer.MagineerMod> CardCrawlGame.languagePack: com.megacrit.cardcrawl.localization.LocalizedStrings@4a8c11c3
- 16:04:41.247 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\MAGINEER
- 16:04:41.247 INFO helpers.FileSaver> Dequeue: qsize=0 file=saves\MAGINEER.autosave
- 16:04:41.248 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\saves\MAGINEER.autosave
- 16:04:41.270 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\saves\MAGINEER.autosave
- 16:04:41.443 INFO basemod.BaseMod> publish start battle
- 16:04:42.343 INFO basemod.BaseMod> publishPostDraw
- 16:04:42.353 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/bg_genericback_fullportrait_gray.png
- 16:04:42.358 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/effect_rainbow_clouds.png
- 16:04:42.368 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/effect_stars.png
- 16:04:42.372 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/mask_stars.png
- 16:04:42.377 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/empty.png
- 16:04:42.381 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/mask_stars2.png
- 16:04:42.385 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/mask_crystallize.png
- 16:04:42.391 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/bg_fullportrait_desc_shadow.png
- 16:04:42.394 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/bg_cardtype_gray.png
- 16:04:42.399 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/bg_fullportrait_inner_shadow.png
- 16:04:42.402 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/bg_skill_fullportait_gray.png
- 16:04:42.587 INFO basemod.BaseMod> publishPostDraw
- 16:04:42.721 INFO basemod.BaseMod> publishPostDraw
- 16:04:42.729 INFO util.TextureLoader> MagineerMod | Loading Texture: magineerResources/images/512/bg_attack_fullportait_gray.png
- 16:04:42.822 INFO basemod.BaseMod> publishPostDraw
- 16:04:42.955 INFO basemod.BaseMod> publishPostDraw
- 16:04:47.989 INFO basemod.BaseMod> publish on card use
- 16:04:48.124 INFO helpers.AsyncSaver> Enqueue: qsize=0 file=preferences\MAGINEER
- 16:04:48.124 INFO helpers.FileSaver> Dequeue: qsize=0 file=preferences\MAGINEER
- 16:04:48.124 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\MAGINEER
- 16:04:48.215 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\MAGINEER
- 16:04:49.123 INFO monsters.AbstractMonster> Disposing Atlas...
- 16:04:50.055 INFO basemod.BaseMod> publish on card use
- 16:04:50.190 INFO helpers.AsyncSaver> Enqueue: qsize=0 file=preferences\MAGINEER
- 16:04:50.190 INFO helpers.FileSaver> Dequeue: qsize=0 file=preferences\MAGINEER
- 16:04:50.191 INFO helpers.File> Attempting to save file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\MAGINEER
- 16:04:51.119 INFO helpers.File> Successfully saved file=D:\Games\SteamLibrary\steamapps\common\SlayTheSpire\preferences\MAGINEER
- 16:04:51.222 INFO basemod.BaseMod> publish post combat
- 16:04:51.222 INFO monsters.AbstractMonster> Disposing Atlas...
- 16:04:51.464 INFO rooms.AbstractRoom> MONSTERS SLAIN 1
- 16:04:51.465 INFO rooms.AbstractRoom> POTION CHANCE: 40
- Exception: java.lang.IllegalArgumentException: n must be positive
- 16:04:51.466 ERROR core.CardCrawlGame> Exception caught
- java.lang.IllegalArgumentException: n must be positive
- at com.badlogic.gdx.math.RandomXS128.nextLong(RandomXS128.java:110) ~[desktop-1.0.jar:?]
- at com.badlogic.gdx.math.RandomXS128.nextInt(RandomXS128.java:99) ~[desktop-1.0.jar:?]
- at com.megacrit.cardcrawl.random.Random.random(Random.java:52) ~[desktop-1.0.jar:?]
- at com.megacrit.cardcrawl.cards.CardGroup.getRandomCard(CardGroup.java:570) ~[?:?]
- at com.megacrit.cardcrawl.dungeons.AbstractDungeon.getCard(AbstractDungeon.java:1885) ~[?:?]
- at com.megacrit.cardcrawl.dungeons.AbstractDungeon.getRewardCards(AbstractDungeon.java:1833) ~[?:?]
- at com.megacrit.cardcrawl.rewards.RewardItem.<init>(RewardItem.java:161) ~[?:?]
- at com.megacrit.cardcrawl.screens.CombatRewardScreen.setupItemReward(CombatRewardScreen.java:90) ~[desktop-1.0.jar:?]
- at com.megacrit.cardcrawl.screens.CombatRewardScreen.open(CombatRewardScreen.java:375) ~[desktop-1.0.jar:?]
- at com.megacrit.cardcrawl.rooms.AbstractRoom.update(AbstractRoom.java:387) ~[?:?]
- at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2552) ~[?:?]
- at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:878) ~[?:?]
- at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:429) [?:?]
- at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) [?:?]
- at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126) [desktop-1.0.jar:?]
- Controllers: removed manager for application, 0 managers active
- Game closed.
Advertisement
Add Comment
Please, Sign In to add comment