NecroMod
NecroMod copied to clipboard
Hey when I try to load the mod, I get the following error from modthespire: Exception in thread "Thread-1" java.lang.NoSuchMethodError: sun.reflect.ReflectionFactory.newConstructorAccessor(Ljava/lang/reflect/Constructor;)Lsun/reflect/ConstructorAccessor; at com.evacipated.cardcrawl.modthespire.EnumBusterReflect.findConstructorAccessor(EnumBusterReflect.java:211) at com.evacipated.cardcrawl.modthespire.EnumBusterReflect.make(EnumBusterReflect.java:70) at com.evacipated.cardcrawl.modthespire.EnumBusterReflect.make(EnumBusterReflect.java:49) at com.evacipated.cardcrawl.modthespire.Patcher.patchEnums(Patcher.java:105) at...
 So these last 3 cards are in the list, and despite having done dozens of runs, I've never seen them. Are they supposed to be able to...
Lately I've been getting deja-vu while doing some runs as Necro, and then I took a closer look... it appears as if the floors are always the same. Somehow the...
I was doing a run and I received Mummified Hand, and I also had the Mummified hand. However, whenever I would decrease a card to 0 cost it would make...
Skeleton Dragon: After the first fight it is played, any future fight the card no longer interacts with the bones counter. It happens for 1 fight after it is played....
`this.damage -= m.currentBlock` should be `-`. Otherwise the damage of the card permanently decreases by the blocked amount. https://github.com/ShikiSeiren/NecroMod/blob/99b7eb7089861b1f7ab692f4df78fe5eb9691b6b/src/main/java/necromod/cards/Vampiric_Strike.java#L44