Skip to content

Enum "TearFlags"⚓︎

DLC Value Enumerator Comment
0 TEAR_NORMAL Normal Tear
1 TEAR_SPECTRAL Ouija board type tear (goes thru obstacles)
1<<1 TEAR_PIERCING Cupid's arrow type tear (goes thru enemy)
1<<2 TEAR_HOMING Spoon bender type tear (homes to enemy)
1<<3 TEAR_SLOW Spider bite type tear (slows on contact)
1<<4 TEAR_POISON Common cold type tear (poisons on contact)
1<<5 TEAR_FREEZE Mom's contact type tear (freezes on contact)
1<<6 TEAR_SPLIT Parasite type tear (splits on collision)
1<<7 TEAR_GROW Lump of coal type tear (grows by range)
1<<8 TEAR_BOMBERANG My reflection type tear (returns back)
Bug: the name of the enum contains a typo. It should be Boomerang
1<<9 TEAR_PERSISTENT Polyphemus type tear (Damages the entity and if the damage is more then enemy hp it continues with less damage)
1<<10 TEAR_WIGGLE Wiggle worm type tear (wiggles)
1<<11 TEAR_MIGAN Migan type tear (creates fly on hit)
1<<12 TEAR_EXPLOSIVE IPECAC type tear (explodes on hit)
1<<13 TEAR_CHARM Mom's Eyeshadow tear
1<<14 TEAR_CONFUSION Iron Bar tear
1<<15 TEAR_HP_DROP These tears cause enemy to drop hearts if killed (33% chance)
1<<16 TEAR_ORBIT Used for Little Planet (orbit arounds the player)
1<<17 TEAR_WAIT Anti gravity type tear (floats in place for some time before finally moving) (unset after first update)
1<<18 TEAR_QUADSPLIT Splits into 4 smaller tears if it hits the ground
1<<19 TEAR_BOUNCE Bounce off of enemies, walls, rocks (Higher priority than PERSISTENT & PIERCING)
1<<20 TEAR_FEAR Mom's Perfume type tear of fear (fear on contact)
1<<21 TEAR_SHRINK Proptosis tears start large and shrink
1<<22 TEAR_BURN Fire Mind tears cause Burn effect on enemies
1<<23 TEAR_ATTRACTOR Attracts enemies and pickups
1<<24 TEAR_KNOCKBACK Tear impact pushes enemies back further
1<<25 TEAR_PULSE Makes the tear pulse
1<<26 TEAR_SPIRAL Makes the tear path spiral
1<<27 TEAR_FLAT Makes the tear oval in the direction of travel
1<<28 TEAR_SAD_BOMB Used by Bombs (Sad Bomb)
1<<29 TEAR_BUTT_BOMB Used by Bombs (Butt Bomb)
1<<30 TEAR_GLITTER_BOMB Used by Bombs (Glitter Bomb)
1<<31 TEAR_SQUARE Used for Hook Worm
1<<32 TEAR_GLOW Used for GodHead (they will have a glow around them)
1<<33 TEAR_GISH Used for Gish player tears (to color enemy black on slowing)
1<<34 TEAR_SCATTER_BOMB Used for Scatter bombs
1<<35 TEAR_STICKY Used for Sticky bombs and Explosivo tears
1<<36 TEAR_CONTINUUM Tears loop around the screen
1<<37 TEAR_LIGHT_FROM_HEAVEN Create damaging light beam on hit
1<<38 TEAR_COIN_DROP Used by Bumbo, spawns a coin when tear hits
1<<39 TEAR_BLACK_HP_DROP Enemy drops a black hp when dies
1<<40 TEAR_TRACTOR_BEAM Tear with this flag will follow parent player's beam
1<<41 TEAR_GODS_FLESH God's flesh flag to minimize enemies
1<<42 TEAR_GREED_COIN Greed coin tears that has a chance to generate a coin when hit
1<<43 TEAR_MYSTERIOUS_LIQUID_CREEP
1<<44 TEAR_BIG_SPIRAL Ouroboros Worm, big radius oscilating tears
1<<45 TEAR_PERMANENT_CONFUSION Glaucoma tears, permanently confuses enemies
1<<46 TEAR_BOOGER Booger tears, stick and do damage over time
1<<47 TEAR_EGG Egg tears, leave creep and spawns spiders or flies
1<<48 TEAR_ACID Sulfuric Acid tears, can break grid entities
1<<49 TEAR_BONE Bone tears, splits in 2
1<<50 TEAR_BELIAL Belial tears, piecing tears gets double damage + homing
1<<51 TEAR_MIDAS Midas touch tears
1<<52 TEAR_NEEDLE Needle tears
1<<53 TEAR_JACOBS Jacobs ladder tears
1<<54 TEAR_HORN Little Horn tears
1<<55 TEAR_LASER Technology Zero
1<<56 TEAR_POP Pop!
1<<57 TEAR_ABSORB Lachryphagy
1<<58 TEAR_LASERSHOT Trisagion, generates a laser on top of the tear
1<<59 TEAR_HYDROBOUNCE Flat Stone
1<<60 TEAR_LUDOVICO Used as a weapon for Ludovico Technique

Last update: March 26, 2021