Enum "TearFlags"
DLC
Value
Enumerator
Comment
1<<9
TEAR_PERSISTENT {: .copyable }
Polyphemus type tear (Damages the entity and if the damage is more then enemy hp it continues with less damage)
1<<15
TEAR_HP_DROP {: .copyable }
These tears cause enemy to drop hearts if killed (33% chance)
1<<16
TEAR_ORBIT {: .copyable }
Used for Little Planet (orbit arounds the player)
1<<17
TEAR_WAIT {: .copyable }
Anti gravity type tear (floats in place for some time before finally moving) (unset after first update)
1<<18
TEAR_QUADSPLIT {: .copyable }
Splits into 4 smaller tears if it hits the ground
1<<19
TEAR_BOUNCE {: .copyable }
Bounce off of enemies, walls, rocks (Higher priority than PERSISTENT & PIERCING)
1<<20
TEAR_FEAR {: .copyable }
Mom's Perfume type tear of fear (fear on contact)
1<<27
TEAR_FLAT {: .copyable }
Makes the tear oval in the direction of travel
1<<32
TEAR_GLOW {: .copyable }
Used for GodHead (they will have a glow around them)
1<<33
TEAR_GISH {: .copyable }
Used for Gish player tears (to color enemy black on slowing)
1<<37
TEAR_LIGHT_FROM_HEAVEN {: .copyable }
Create damaging light beam on hit
1<<38
TEAR_COIN_DROP {: .copyable }
Used by Bumbo, spawns a coin when tear hits
1<<40
TEAR_TRACTOR_BEAM {: .copyable }
Tear with this flag will follow parent player's beam
1<<42
TEAR_GREED_COIN {: .copyable }
Greed coin tears that has a chance to generate a coin when hit
1<<44
TEAR_BIG_SPIRAL {: .copyable }
Ouroboros Worm, big radius oscilating tears
1<<45
TEAR_PERMANENT_CONFUSION {: .copyable }
Glaucoma tears, permanently confuses enemies
1<<47
TEAR_EGG {: .copyable }
Egg tears, leave creep and spawns spiders or flies
1<<50
TEAR_BELIAL {: .copyable }
Belial tears, piecing tears gets double damage + homing
1<<58
TEAR_LASERSHOT {: .copyable }
Trisagion, generates a laser on top of the tear
Last updated
Was this helpful?