PlayerStat
This represents the kinds of stats that a player can have.
Enumeration Members
DAMAGE
• DAMAGE = 0
Corresponds to CacheFlag.DAMAGE
(1 << 0) and EntityPlayer.Damage
.
Defined in
packages/isaacscript-common/src/enums/PlayerStat.ts:4
FIRE_DELAY
• FIRE_DELAY = 1
Corresponds to CacheFlag.FIRE_DELAY
(1 << 1) and EntityPlayer.MaxFireDelay
.
Defined in
packages/isaacscript-common/src/enums/PlayerStat.ts:7
SHOT_SPEED
• SHOT_SPEED = 2
Corresponds to CacheFlag.SHOT_SPEED
(1 << 2) and EntityPlayer.ShotSpeed
.
Defined in
packages/isaacscript-common/src/enums/PlayerStat.ts:10
TEAR_HEIGHT
• TEAR_HEIGHT = 3
Corresponds to CacheFlag.RANGE
(1 << 3) and EntityPlayer.TearHeight
.
Defined in
packages/isaacscript-common/src/enums/PlayerStat.ts:13
TEAR_RANGE
• TEAR_RANGE = 4
Corresponds to CacheFlag.RANGE
(1 << 3) and EntityPlayer.TearRange
.
Defined in
packages/isaacscript-common/src/enums/PlayerStat.ts:16
TEAR_FALLING_ACCELERATION
• TEAR_FALLING_ACCELERATION = 5
Corresponds to CacheFlag.RANGE
(1 << 3) and EntityPlayer.TearFallingAcceleration
.
Defined in
packages/isaacscript-common/src/enums/PlayerStat.ts:19
TEAR_FALLING_SPEED
• TEAR_FALLING_SPEED = 6
Corresponds to CacheFlag.RANGE
(1 << 3) and EntityPlayer.TearFallingSpeed
.
Defined in
packages/isaacscript-common/src/enums/PlayerStat.ts:22
MOVE_SPEED
• MOVE_SPEED = 7
Corresponds to CacheFlag.SPEED
(1 << 4) and EntityPlayer.MoveSpeed
.
Defined in
packages/isaacscript-common/src/enums/PlayerStat.ts:25
TEAR_FLAG
• TEAR_FLAG = 8
Corresponds to CacheFlag.TEAR_FLAG
(1 << 5) and EntityPlayer.TearFlags
.
Defined in
packages/isaacscript-common/src/enums/PlayerStat.ts:28
TEAR_COLOR
• TEAR_COLOR = 9
Corresponds to CacheFlag.TEAR_COLOR
(1 << 6) and EntityPlayer.TearColor
.
Defined in
packages/isaacscript-common/src/enums/PlayerStat.ts:31
FLYING
• FLYING = 10
Corresponds to CacheFlag.FLYING
(1 << 7) and EntityPlayer.CanFly
.
Defined in
packages/isaacscript-common/src/enums/PlayerStat.ts:34
LUCK
• LUCK = 11
Corresponds to CacheFlag.LUCK
(1 << 10) and EntityPlayer.Luck
.
Defined in
packages/isaacscript-common/src/enums/PlayerStat.ts:40
SIZE
• SIZE = 12
Corresponds to CacheFlag.SIZE
(1 << 11) and EntityPlayer.SpriteScale
.