Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
java.lang.ClassCastException: com.megacrit.cardcrawl.characters.Defect cannot be cast to gremlinmod.characters.GremlinCharacter
(GremlinNobPower.java, method onInitialApplication, line 34)
I was extremely amused by that because it's just so logical : The Defect can't use the Gremlin Nob power because it's not a gremlin .
Great mod, liked and favorited; 10/10 would crash again.
咦?今天怎么用不了了?
这个mod的初始遗物地精之角也会触发原版地精之角的效果
13:58:40.078 ERROR core.CardCrawlGame> Exception caught
java.lang.ClassCastException: beaked.characters.BeakedTheCultist cannot be cast to gremlinmod.characters.GremlinCharacter
at gremlinmod.powers.GremlinNobPower.onInitialApplication(GremlinNobPower.java:34) ~[GremlinMod.jar:?]
at com.megacrit.cardcrawl.actions.common.ApplyPowerAction.update(ApplyPowerAction.java:268) ~[?:?]
at com.megacrit.cardcrawl.rooms.AbstractRoom.update(AbstractRoom.java:326) ~[?:?]
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2494) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:871) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:422) [?:?]
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:?]
Once you understand the synergies, these guys feel somewhat stronger than the original characters, but it's perfectly balanced out by their small HP pools... they get obliterated if you can't get your defenses going when you critically need to.
Very well done mod, and very fun. Great job on this.
I did encounter a bug where two of my gremlins vanished without explanation in the middle of a boss fight. It was a custom boss (the weird rune/shape boss from Conspire). I replayed the fight and they vanished on the same point a second time, I think the boss did a buff/debuff that turn. They stayed dead until I resurrected them but the score screen said I beat that boss without taking any damage.
可是我丢盾没触发丢剑却触发了
是翻译错了还是触发错了
GremlinMod
The Servant
Highlight Paths
The Cursed
Marisa
BaseMod
StsLib
ModTheSpire
In my case,i skipped the first choice card of gremlin(when he demands me to pay) and then i left the game so i could retry this choice again.After that the game bricked and i could not do anything even when selecting new character.
My favorite builds are just focusing on Fat Gremlin, with or without getting the Knob. So many ways to pull it off. Tons of Heckles and Salt Wounds or Duplication are just hilarious to pull off.
Alchyr, I am not certain that I want to go as far as splitting ALL non combat damage between Gremlins. If the current measure is not effective, I might do so.
Mind4u2cn, there actually is a 'revenge' mechanic as you describe, but it is on a boss relic, not a card. If you play with content mods, you are less likely to see it.
if (AbstractDungeon.getCurrRoom().phase == AbstractRoom.RoomPhase.COMBAT)
{
super.damage(info);
}
else
{
use some custom code to divide damage evenly between gremlins
}