General Category > General Game Discussion

Pink Jelly Traits

(1/2) > >>

BigDieck:
Noticed that broken mirror + pink jelly gives you psionic jelly, so here's some things that do and don't carry through when it gets the jelly.
Does carry:

* psionic
* momentum
* delay
* frozen
* adrenaline
* poison
* dive boosts stack onto the jelly, but disappear the following turn. [Example: 5 attack wyrm dives -> +5 attack. Jelly it same turn gives 7 + 5 = 12 attack jelly. After your turn, reverts back to 7 attack jelly.]Doesn't carry:

* traits such as airborne, nocturnal, golem, etc
* fenghuang's return to hand after death
* unstable shapeshifter's ability (Spawning a pink jelly doesn't not trigger any unstable shapeshifter)Other small interactions:

* A creature with bubble from bubble shield or atlantis' protection will evade an opponents jelly attempt. However, with the shield up, your own jelly on said creature will turn to a jelly without a bubble shield.

serprex:
These same rules apply to Unstable Shapeshifter (hence the funny quads with shifter/immortal/hognose/charger)

Relevant code is `transform` in game.rs

transform also applies mutation effects when instance has mutant status, so casting jelly on a mutant (note spider cows are not mutants) creates a jelly with a mutant active (but cast/attack/hp are overridden by jelly spell after transform)

pimpollo:

--- Quote from: serprex on March 29, 2024, 03:08:08 am ---These same rules apply to Unstable Shapeshifter (hence the funny quads with shifter/immortal/hognose/charger)

Relevant code is `transform` in game.rs

transform also applies mutation effects when instance has mutant status, so casting jelly on a mutant (note spider cows are not mutants) creates a jelly with a mutant active (but cast/attack/hp are overridden by jelly spell after transform)

--- End quote ---

If spider cows are not mutants, then why does casting jelly on a cow grant it a random active?

Additionaly, does the mutant trait have any other interactions? There aren't any cards that directly state effects on this trait.

serprex:
hmm, right, spider cow doesn't have mutant on its text, but its active puts mutant status on it. Done to avoid having spider cows land on field with randomly buffed stats

No, mutant status is only used in transform. I forget if we preserved original behavior of reapply mutant buffs with PU, which would also impact deja

Niharia:
Yes, you've preserved the mutant/PU interaction. It also applies to regrade. I have decks built around each of these combos.

Navigation

[0] Message Index

[#] Next page

Go to full version