We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab17be commit 90b38a4Copy full SHA for 90b38a4
packages/isaac-typescript-definitions/src/enums/PickupPrice.ts
@@ -6,6 +6,8 @@ export enum PickupPrice {
6
TWO_HEARTS = -2,
7
THREE_SOUL_HEARTS = -3,
8
ONE_HEART_AND_TWO_SOUL_HEARTS = -4,
9
+
10
+ /** A Pound of Flesh causes non-collectible shop pickups to be surrounded by spikes. */
11
SPIKES = -5,
12
13
/**
@@ -17,5 +19,7 @@ export enum PickupPrice {
17
19
ONE_SOUL_HEART = -7,
18
20
TWO_SOUL_HEARTS = -8,
21
ONE_HEART_AND_ONE_SOUL_HEART = -9,
22
23
+ /** The Store Credit trinket causes items in the shop to cost 0 cents. */
24
FREE = -1000,
25
}
0 commit comments