@firestone-hs/reference-data 2.0.68 → 2.0.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reference-data.js","sourceRoot":"","sources":["../../../src/models/reference-cards/reference-data.ts"],"names":[],"mappings":";;;AAEa,QAAA,QAAQ,GAAG
|
|
1
|
+
{"version":3,"file":"reference-data.js","sourceRoot":"","sources":["../../../src/models/reference-cards/reference-data.ts"],"names":[],"mappings":";;;AAEa,QAAA,QAAQ,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiCvB,CAAC;AAEW,QAAA,uBAAuB,GAAG;;;;;;;CAOtC,CAAC;AACW,QAAA,uBAAuB,GAAG;;;;;;;CAOtC,CAAC;AACW,QAAA,uBAAuB,GAAG;;;;;;;CAOtC,CAAC;AAEW,QAAA,cAAc,GAAG,iCAA6E,CAAC;AAE/F,QAAA,UAAU,GAAG;;;;;;;;;;CAUzB,CAAC;AAEW,QAAA,SAAS,GAAG,iCAAgF,CAAC","sourcesContent":["import { CardIds } from '../../card-ids';\r\n\r\nexport const COIN_IDS = [\r\n\tCardIds.TheCoinCore,\r\n\t// CardIds.TheCoin_AT_COIN,\r\n\tCardIds.TheCoin_AV_COIN1,\r\n\tCardIds.TheCoin_AV_COIN2,\r\n\tCardIds.TheCoin_BAR_COIN1,\r\n\tCardIds.TheCoin_BAR_COIN2,\r\n\tCardIds.TheCoin_BAR_COIN3,\r\n\tCardIds.TheCoin_BT_COIN,\r\n\tCardIds.TheCoin_DAL_COIN,\r\n\tCardIds.TheCoin_DMF_COIN1,\r\n\tCardIds.TheCoin_DMF_COIN2,\r\n\tCardIds.TheCoin_DRG_COIN,\r\n\tCardIds.TheCoin_REV_COIN1,\r\n\tCardIds.TheCoin_REV_COIN2,\r\n\tCardIds.TheCoin_RLK_COIN1,\r\n\tCardIds.TheCoin_RLK_COIN2,\r\n\tCardIds.TheCoin_SW_COIN1,\r\n\tCardIds.TheCoin_SW_COIN2,\r\n\tCardIds.TheCoin_TSC_COIN1,\r\n\tCardIds.TheCoin_TSC_COIN2,\r\n\tCardIds.TheCoin_ULD_COIN,\r\n\tCardIds.TheCoin_ETC_COIN1,\r\n\tCardIds.TheCoin_ETC_COIN2,\r\n\tCardIds.TheCoin_TOY_COIN1,\r\n\tCardIds.TheCoin_TOY_COIN2,\r\n\tCardIds.TheCoin_TOY_COIN3,\r\n\tCardIds.TheCoin_TTN_COIN1,\r\n\tCardIds.TheCoin_TTN_COIN2,\r\n\tCardIds.TheCoin_WW_COIN1,\r\n\tCardIds.TheCoin_WW_COIN2,\r\n\tCardIds.TheCoin_VAC_COIN1,\r\n\tCardIds.TheCoin_VAC_COIN2,\r\n];\r\n\r\nexport const EXCAVATE_TREASURE_1_IDS = [\r\n\tCardIds.KoboldMiner_EscapingTroggToken_WW_001t4,\r\n\tCardIds.KoboldMiner_FoolsAzeriteToken_WW_001t3,\r\n\tCardIds.KoboldMiner_PouchOfCoinsToken_WW_001t18,\r\n\tCardIds.KoboldMiner_RockToken_WW_001t,\r\n\tCardIds.KoboldMiner_WaterSourceToken_WW_001t2,\r\n\tCardIds.HeartblossomToken_DEEP_999t1,\r\n];\r\nexport const EXCAVATE_TREASURE_2_IDS = [\r\n\tCardIds.KoboldMiner_AzeriteChunkToken_WW_001t9,\r\n\tCardIds.KoboldMiner_CanaryToken_WW_001t7,\r\n\tCardIds.KoboldMiner_FallingStalactiteToken_WW_001t5,\r\n\tCardIds.KoboldMiner_GlowingGlyphToken_WW_001t8,\r\n\tCardIds.KoboldMiner_LivingStoneToken_WW_001t16,\r\n\tCardIds.DeepholmGeodeToken_DEEP_999t2,\r\n];\r\nexport const EXCAVATE_TREASURE_3_IDS = [\r\n\tCardIds.KoboldMiner_AzeriteGemToken_WW_001t14,\r\n\tCardIds.KoboldMiner_CollapseToken_WW_001t12,\r\n\tCardIds.KoboldMiner_MotherlodeDrakeToken_WW_001t17,\r\n\tCardIds.KoboldMiner_OgrefistBoulderToken_WW_001t11,\r\n\tCardIds.KoboldMiner_SteelhideMoleToken_WW_001t13,\r\n\tCardIds.WorldPillarFragmentToken_DEEP_999t3,\r\n];\r\n\r\nexport const WATCH_POST_IDS = [CardIds.FarWatchPost, CardIds.MorshanWatchPost, CardIds.CrossroadsWatchPost];\r\n\r\nexport const LIBRAM_IDS = [\r\n\tCardIds.LibramOfJustice_BT_011,\r\n\tCardIds.LibramOfJustice_Story_04_LibramofJustice,\r\n\tCardIds.LibramOfHope,\r\n\tCardIds.LibramOfWisdom_BT_025,\r\n\tCardIds.LibramOfWisdom_Story_01_LibramofWisdom,\r\n\tCardIds.LibramOfJudgment,\r\n\tCardIds.LibramOfJudgment_LibramOfJudgmentToken,\r\n\tCardIds.LibramOfHoliness,\r\n\tCardIds.LibramOfCompassion,\r\n];\r\n\r\nexport const RELIC_IDS = [CardIds.RelicOfDimensions, CardIds.RelicOfExtinction, CardIds.RelicOfPhantasms];\r\n"]}
|