Skip to main content

CardType

For EntityType.PICKUP (5), PickupVariant.CARD (300).

This is the sub-type of a card.

This enum was renamed from "Card" to be consistent with the CollectibleType and TrinketType enums.

This enum is contiguous. (Every value is satisfied between 0 and 97, inclusive.)

Enumeration Members

NULL

NULL = 0

Spawning cards with this sub-type will produce a random card with the following probabilities:

  • Random tarot card (1-22) - 66.66%
  • Specific tarot card (1-22) - 3.03%
  • Random face card (23-31) - 7.74%
  • Specific face card (23-31) - 0.86%
  • Random rune (32-41) - 3.60%
  • Specific rune (32-41) - 0.36%
  • Random special card (42-54) - 3.51%
  • Specific special card (42-54) - 0.27%
  • Rune shard (55) - 0.00% (never spawns, assuming a fully unlocked save file)
  • Random reverse tarot card (56-77) - 11.22%
  • Specific reverse tarot card (56-77) - 0.51%
  • Cracked Key (78) - 0.27% (same as special card)
  • Queen of Hearts (79) - 0.86% (same as face card)
  • Wild Card (80) - 0.27% (same as special card)
  • Random character rune (81-97) - 5.95%
  • Specific character rune (81-97) - 0.35%

Defined in

collections/subTypes.ts:1271


FOOL

FOOL = 1

Defined in

collections/subTypes.ts:1273


MAGICIAN

MAGICIAN = 2

Defined in

collections/subTypes.ts:1274


HIGH_PRIESTESS

HIGH_PRIESTESS = 3

Defined in

collections/subTypes.ts:1275


EMPRESS

EMPRESS = 4

Defined in

collections/subTypes.ts:1276


EMPEROR

EMPEROR = 5

Defined in

collections/subTypes.ts:1277


HIEROPHANT

HIEROPHANT = 6

Defined in

collections/subTypes.ts:1278


LOVERS

LOVERS = 7

Defined in

collections/subTypes.ts:1279


CHARIOT

CHARIOT = 8

Defined in

collections/subTypes.ts:1280


JUSTICE

JUSTICE = 9

Defined in

collections/subTypes.ts:1281


HERMIT

HERMIT = 10

Defined in

collections/subTypes.ts:1282


WHEEL_OF_FORTUNE

WHEEL_OF_FORTUNE = 11

Defined in

collections/subTypes.ts:1283


STRENGTH

STRENGTH = 12

Defined in

collections/subTypes.ts:1284


HANGED_MAN

HANGED_MAN = 13

Defined in

collections/subTypes.ts:1285


DEATH

DEATH = 14

Defined in

collections/subTypes.ts:1286


TEMPERANCE

TEMPERANCE = 15

Defined in

collections/subTypes.ts:1287


DEVIL

DEVIL = 16

Defined in

collections/subTypes.ts:1288


TOWER

TOWER = 17

Defined in

collections/subTypes.ts:1289


STARS

STARS = 18

Defined in

collections/subTypes.ts:1290


MOON

MOON = 19

Defined in

collections/subTypes.ts:1291


SUN

SUN = 20

Defined in

collections/subTypes.ts:1292


JUDGEMENT

JUDGEMENT = 21

Defined in

collections/subTypes.ts:1293


WORLD

WORLD = 22

Defined in

collections/subTypes.ts:1294


TWO_OF_CLUBS

TWO_OF_CLUBS = 23

Defined in

collections/subTypes.ts:1295


TWO_OF_DIAMONDS

TWO_OF_DIAMONDS = 24

Defined in

collections/subTypes.ts:1296


TWO_OF_SPADES

TWO_OF_SPADES = 25

Defined in

collections/subTypes.ts:1297


TWO_OF_HEARTS

TWO_OF_HEARTS = 26

Defined in

collections/subTypes.ts:1298


ACE_OF_CLUBS

ACE_OF_CLUBS = 27

Defined in

collections/subTypes.ts:1299


ACE_OF_DIAMONDS

ACE_OF_DIAMONDS = 28

Defined in

collections/subTypes.ts:1300


ACE_OF_SPADES

ACE_OF_SPADES = 29

Defined in

collections/subTypes.ts:1301


ACE_OF_HEARTS

ACE_OF_HEARTS = 30

Defined in

collections/subTypes.ts:1302


JOKER

JOKER = 31

Defined in

collections/subTypes.ts:1303


RUNE_HAGALAZ

RUNE_HAGALAZ = 32

Defined in

collections/subTypes.ts:1304


RUNE_JERA

RUNE_JERA = 33

Defined in

collections/subTypes.ts:1305


RUNE_EHWAZ

RUNE_EHWAZ = 34

Defined in

collections/subTypes.ts:1306


RUNE_DAGAZ

RUNE_DAGAZ = 35

Defined in

collections/subTypes.ts:1307


RUNE_ANSUZ

RUNE_ANSUZ = 36

Defined in

collections/subTypes.ts:1308


RUNE_PERTHRO

RUNE_PERTHRO = 37

Defined in

collections/subTypes.ts:1309


RUNE_BERKANO

RUNE_BERKANO = 38

Defined in

collections/subTypes.ts:1310


RUNE_ALGIZ

RUNE_ALGIZ = 39

Defined in

collections/subTypes.ts:1311


RUNE_BLANK

RUNE_BLANK = 40

Defined in

collections/subTypes.ts:1312


RUNE_BLACK

RUNE_BLACK = 41

Defined in

collections/subTypes.ts:1313


CHAOS

CHAOS = 42

Defined in

collections/subTypes.ts:1314


CREDIT

CREDIT = 43

Defined in

collections/subTypes.ts:1315


RULES

RULES = 44

Defined in

collections/subTypes.ts:1316


AGAINST_HUMANITY

AGAINST_HUMANITY = 45

Defined in

collections/subTypes.ts:1317


SUICIDE_KING

SUICIDE_KING = 46

Defined in

collections/subTypes.ts:1318


GET_OUT_OF_JAIL_FREE

GET_OUT_OF_JAIL_FREE = 47

Defined in

collections/subTypes.ts:1319


QUESTION_MARK

QUESTION_MARK = 48

Defined in

collections/subTypes.ts:1320


DICE_SHARD

DICE_SHARD = 49

Defined in

collections/subTypes.ts:1321


EMERGENCY_CONTACT

EMERGENCY_CONTACT = 50

Defined in

collections/subTypes.ts:1322


HOLY

HOLY = 51

Defined in

collections/subTypes.ts:1323


HUGE_GROWTH

HUGE_GROWTH = 52

Defined in

collections/subTypes.ts:1324


ANCIENT_RECALL

ANCIENT_RECALL = 53

Defined in

collections/subTypes.ts:1325


ERA_WALK

ERA_WALK = 54

Defined in

collections/subTypes.ts:1326


RUNE_SHARD

RUNE_SHARD = 55

Defined in

collections/subTypes.ts:1327


REVERSE_FOOL

REVERSE_FOOL = 56

Defined in

collections/subTypes.ts:1328


REVERSE_MAGICIAN

REVERSE_MAGICIAN = 57

Defined in

collections/subTypes.ts:1329


REVERSE_HIGH_PRIESTESS

REVERSE_HIGH_PRIESTESS = 58

Defined in

collections/subTypes.ts:1330


REVERSE_EMPRESS

REVERSE_EMPRESS = 59

Defined in

collections/subTypes.ts:1331


REVERSE_EMPEROR

REVERSE_EMPEROR = 60

Defined in

collections/subTypes.ts:1332


REVERSE_HIEROPHANT

REVERSE_HIEROPHANT = 61

Defined in

collections/subTypes.ts:1333


REVERSE_LOVERS

REVERSE_LOVERS = 62

Defined in

collections/subTypes.ts:1334


REVERSE_CHARIOT

REVERSE_CHARIOT = 63

Defined in

collections/subTypes.ts:1335


REVERSE_JUSTICE

REVERSE_JUSTICE = 64

Defined in

collections/subTypes.ts:1336


REVERSE_HERMIT

REVERSE_HERMIT = 65

Defined in

collections/subTypes.ts:1337


REVERSE_WHEEL_OF_FORTUNE

REVERSE_WHEEL_OF_FORTUNE = 66

Defined in

collections/subTypes.ts:1338


REVERSE_STRENGTH

REVERSE_STRENGTH = 67

Defined in

collections/subTypes.ts:1339


REVERSE_HANGED_MAN

REVERSE_HANGED_MAN = 68

Defined in

collections/subTypes.ts:1340


REVERSE_DEATH

REVERSE_DEATH = 69

Defined in

collections/subTypes.ts:1341


REVERSE_TEMPERANCE

REVERSE_TEMPERANCE = 70

Defined in

collections/subTypes.ts:1342


REVERSE_DEVIL

REVERSE_DEVIL = 71

Defined in

collections/subTypes.ts:1343


REVERSE_TOWER

REVERSE_TOWER = 72

Defined in

collections/subTypes.ts:1344


REVERSE_STARS

REVERSE_STARS = 73

Defined in

collections/subTypes.ts:1345


REVERSE_MOON

REVERSE_MOON = 74

Defined in

collections/subTypes.ts:1346


REVERSE_SUN

REVERSE_SUN = 75

Defined in

collections/subTypes.ts:1347


REVERSE_JUDGEMENT

REVERSE_JUDGEMENT = 76

Defined in

collections/subTypes.ts:1348


REVERSE_WORLD

REVERSE_WORLD = 77

Defined in

collections/subTypes.ts:1349


CRACKED_KEY

CRACKED_KEY = 78

Defined in

collections/subTypes.ts:1350


QUEEN_OF_HEARTS

QUEEN_OF_HEARTS = 79

Defined in

collections/subTypes.ts:1351


WILD

WILD = 80

Defined in

collections/subTypes.ts:1352


SOUL_OF_ISAAC

SOUL_OF_ISAAC = 81

Defined in

collections/subTypes.ts:1353


SOUL_OF_MAGDALENE

SOUL_OF_MAGDALENE = 82

Defined in

collections/subTypes.ts:1354


SOUL_OF_CAIN

SOUL_OF_CAIN = 83

Defined in

collections/subTypes.ts:1355


SOUL_OF_JUDAS

SOUL_OF_JUDAS = 84

Defined in

collections/subTypes.ts:1356


SOUL_OF_BLUE_BABY

SOUL_OF_BLUE_BABY = 85

Defined in

collections/subTypes.ts:1357


SOUL_OF_EVE

SOUL_OF_EVE = 86

Defined in

collections/subTypes.ts:1358


SOUL_OF_SAMSON

SOUL_OF_SAMSON = 87

Defined in

collections/subTypes.ts:1359


SOUL_OF_AZAZEL

SOUL_OF_AZAZEL = 88

Defined in

collections/subTypes.ts:1360


SOUL_OF_LAZARUS

SOUL_OF_LAZARUS = 89

Defined in

collections/subTypes.ts:1361


SOUL_OF_EDEN

SOUL_OF_EDEN = 90

Defined in

collections/subTypes.ts:1362


SOUL_OF_LOST

SOUL_OF_LOST = 91

Defined in

collections/subTypes.ts:1363


SOUL_OF_LILITH

SOUL_OF_LILITH = 92

Defined in

collections/subTypes.ts:1364


SOUL_OF_KEEPER

SOUL_OF_KEEPER = 93

Defined in

collections/subTypes.ts:1365


SOUL_OF_APOLLYON

SOUL_OF_APOLLYON = 94

Defined in

collections/subTypes.ts:1366


SOUL_OF_FORGOTTEN

SOUL_OF_FORGOTTEN = 95

Defined in

collections/subTypes.ts:1367


SOUL_OF_BETHANY

SOUL_OF_BETHANY = 96

Defined in

collections/subTypes.ts:1368


SOUL_OF_JACOB_AND_ESAU

SOUL_OF_JACOB_AND_ESAU = 97

Defined in

collections/subTypes.ts:1369