mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
* use countBadge instead of class * generic purchase action from buyModal to handle all kind of purchases - able to purchase backgrounds - return backgrounds as flat array * List MysteryItem & Hourglass in Inventory/Items * add Subscribers Gem Item (purchase by gold) * fix mysterybox * sort unlocked gear first * add orb of rebirth to market * remove old quest scroll + class of the quest items * more padding on countBadge * use the generic purchase on quests
604 lines
16 KiB
JavaScript
604 lines
16 KiB
JavaScript
import forOwn from 'lodash/forOwn';
|
|
import t from '../translation';
|
|
|
|
/* eslint-disable camelcase */
|
|
let backgrounds = {
|
|
backgrounds062014: {
|
|
beach: {
|
|
text: t('backgroundBeachText'),
|
|
notes: t('backgroundBeachNotes'),
|
|
},
|
|
fairy_ring: {
|
|
text: t('backgroundFairyRingText'),
|
|
notes: t('backgroundFairyRingNotes'),
|
|
},
|
|
forest: {
|
|
text: t('backgroundForestText'),
|
|
notes: t('backgroundForestNotes'),
|
|
},
|
|
},
|
|
backgrounds072014: {
|
|
open_waters: {
|
|
text: t('backgroundOpenWatersText'),
|
|
notes: t('backgroundOpenWatersNotes'),
|
|
},
|
|
coral_reef: {
|
|
text: t('backgroundCoralReefText'),
|
|
notes: t('backgroundCoralReefNotes'),
|
|
},
|
|
seafarer_ship: {
|
|
text: t('backgroundSeafarerShipText'),
|
|
notes: t('backgroundSeafarerShipNotes'),
|
|
},
|
|
},
|
|
backgrounds082014: {
|
|
volcano: {
|
|
text: t('backgroundVolcanoText'),
|
|
notes: t('backgroundVolcanoNotes'),
|
|
},
|
|
clouds: {
|
|
text: t('backgroundCloudsText'),
|
|
notes: t('backgroundCloudsNotes'),
|
|
},
|
|
dusty_canyons: {
|
|
text: t('backgroundDustyCanyonsText'),
|
|
notes: t('backgroundDustyCanyonsNotes'),
|
|
},
|
|
},
|
|
backgrounds092014: {
|
|
thunderstorm: {
|
|
text: t('backgroundThunderstormText'),
|
|
notes: t('backgroundThunderstormNotes'),
|
|
},
|
|
autumn_forest: {
|
|
text: t('backgroundAutumnForestText'),
|
|
notes: t('backgroundAutumnForestNotes'),
|
|
},
|
|
harvest_fields: {
|
|
text: t('backgroundHarvestFieldsText'),
|
|
notes: t('backgroundHarvestFieldsNotes'),
|
|
},
|
|
},
|
|
backgrounds102014: {
|
|
graveyard: {
|
|
text: t('backgroundGraveyardText'),
|
|
notes: t('backgroundGraveyardNotes'),
|
|
},
|
|
haunted_house: {
|
|
text: t('backgroundHauntedHouseText'),
|
|
notes: t('backgroundHauntedHouseNotes'),
|
|
},
|
|
pumpkin_patch: {
|
|
text: t('backgroundPumpkinPatchText'),
|
|
notes: t('backgroundPumpkinPatchNotes'),
|
|
},
|
|
},
|
|
backgrounds112014: {
|
|
harvest_feast: {
|
|
text: t('backgroundHarvestFeastText'),
|
|
notes: t('backgroundHarvestFeastNotes'),
|
|
},
|
|
sunset_meadow: {
|
|
text: t('backgroundSunsetMeadowText'),
|
|
notes: t('backgroundSunsetMeadowNotes'),
|
|
},
|
|
starry_skies: {
|
|
text: t('backgroundStarrySkiesText'),
|
|
notes: t('backgroundStarrySkiesNotes'),
|
|
},
|
|
},
|
|
backgrounds122014: {
|
|
iceberg: {
|
|
text: t('backgroundIcebergText'),
|
|
notes: t('backgroundIcebergNotes'),
|
|
},
|
|
twinkly_lights: {
|
|
text: t('backgroundTwinklyLightsText'),
|
|
notes: t('backgroundTwinklyLightsNotes'),
|
|
},
|
|
south_pole: {
|
|
text: t('backgroundSouthPoleText'),
|
|
notes: t('backgroundSouthPoleNotes'),
|
|
},
|
|
},
|
|
backgrounds012015: {
|
|
ice_cave: {
|
|
text: t('backgroundIceCaveText'),
|
|
notes: t('backgroundIceCaveNotes'),
|
|
},
|
|
frigid_peak: {
|
|
text: t('backgroundFrigidPeakText'),
|
|
notes: t('backgroundFrigidPeakNotes'),
|
|
},
|
|
snowy_pines: {
|
|
text: t('backgroundSnowyPinesText'),
|
|
notes: t('backgroundSnowyPinesNotes'),
|
|
},
|
|
},
|
|
backgrounds022015: {
|
|
blacksmithy: {
|
|
text: t('backgroundBlacksmithyText'),
|
|
notes: t('backgroundBlacksmithyNotes'),
|
|
},
|
|
crystal_cave: {
|
|
text: t('backgroundCrystalCaveText'),
|
|
notes: t('backgroundCrystalCaveNotes'),
|
|
},
|
|
distant_castle: {
|
|
text: t('backgroundDistantCastleText'),
|
|
notes: t('backgroundDistantCastleNotes'),
|
|
},
|
|
},
|
|
backgrounds032015: {
|
|
spring_rain: {
|
|
text: t('backgroundSpringRainText'),
|
|
notes: t('backgroundSpringRainNotes'),
|
|
},
|
|
stained_glass: {
|
|
text: t('backgroundStainedGlassText'),
|
|
notes: t('backgroundStainedGlassNotes'),
|
|
},
|
|
rolling_hills: {
|
|
text: t('backgroundRollingHillsText'),
|
|
notes: t('backgroundRollingHillsNotes'),
|
|
},
|
|
},
|
|
backgrounds042015: {
|
|
cherry_trees: {
|
|
text: t('backgroundCherryTreesText'),
|
|
notes: t('backgroundCherryTreesNotes'),
|
|
},
|
|
floral_meadow: {
|
|
text: t('backgroundFloralMeadowText'),
|
|
notes: t('backgroundFloralMeadowNotes'),
|
|
},
|
|
gumdrop_land: {
|
|
text: t('backgroundGumdropLandText'),
|
|
notes: t('backgroundGumdropLandNotes'),
|
|
},
|
|
},
|
|
backgrounds052015: {
|
|
marble_temple: {
|
|
text: t('backgroundMarbleTempleText'),
|
|
notes: t('backgroundMarbleTempleNotes'),
|
|
},
|
|
mountain_lake: {
|
|
text: t('backgroundMountainLakeText'),
|
|
notes: t('backgroundMountainLakeNotes'),
|
|
},
|
|
pagodas: {
|
|
text: t('backgroundPagodasText'),
|
|
notes: t('backgroundPagodasNotes'),
|
|
},
|
|
},
|
|
backgrounds062015: {
|
|
drifting_raft: {
|
|
text: t('backgroundDriftingRaftText'),
|
|
notes: t('backgroundDriftingRaftNotes'),
|
|
},
|
|
shimmery_bubbles: {
|
|
text: t('backgroundShimmeryBubblesText'),
|
|
notes: t('backgroundShimmeryBubblesNotes'),
|
|
},
|
|
island_waterfalls: {
|
|
text: t('backgroundIslandWaterfallsText'),
|
|
notes: t('backgroundIslandWaterfallsNotes'),
|
|
},
|
|
},
|
|
backgrounds072015: {
|
|
dilatory_ruins: {
|
|
text: t('backgroundDilatoryRuinsText'),
|
|
notes: t('backgroundDilatoryRuinsNotes'),
|
|
},
|
|
giant_wave: {
|
|
text: t('backgroundGiantWaveText'),
|
|
notes: t('backgroundGiantWaveNotes'),
|
|
},
|
|
sunken_ship: {
|
|
text: t('backgroundSunkenShipText'),
|
|
notes: t('backgroundSunkenShipNotes'),
|
|
},
|
|
},
|
|
backgrounds082015: {
|
|
pyramids: {
|
|
text: t('backgroundPyramidsText'),
|
|
notes: t('backgroundPyramidsNotes'),
|
|
},
|
|
sunset_savannah: {
|
|
text: t('backgroundSunsetSavannahText'),
|
|
notes: t('backgroundSunsetSavannahNotes'),
|
|
},
|
|
twinkly_party_lights: {
|
|
text: t('backgroundTwinklyPartyLightsText'),
|
|
notes: t('backgroundTwinklyPartyLightsNotes'),
|
|
},
|
|
},
|
|
backgrounds092015: {
|
|
market: {
|
|
text: t('backgroundMarketText'),
|
|
notes: t('backgroundMarketNotes'),
|
|
},
|
|
stable: {
|
|
text: t('backgroundStableText'),
|
|
notes: t('backgroundStableNotes'),
|
|
},
|
|
tavern: {
|
|
text: t('backgroundTavernText'),
|
|
notes: t('backgroundTavernNotes'),
|
|
},
|
|
},
|
|
backgrounds102015: {
|
|
harvest_moon: {
|
|
text: t('backgroundHarvestMoonText'),
|
|
notes: t('backgroundHarvestMoonNotes'),
|
|
},
|
|
slimy_swamp: {
|
|
text: t('backgroundSlimySwampText'),
|
|
notes: t('backgroundSlimySwampNotes'),
|
|
},
|
|
swarming_darkness: {
|
|
text: t('backgroundSwarmingDarknessText'),
|
|
notes: t('backgroundSwarmingDarknessNotes'),
|
|
},
|
|
},
|
|
backgrounds112015: {
|
|
floating_islands: {
|
|
text: t('backgroundFloatingIslandsText'),
|
|
notes: t('backgroundFloatingIslandsNotes'),
|
|
},
|
|
night_dunes: {
|
|
text: t('backgroundNightDunesText'),
|
|
notes: t('backgroundNightDunesNotes'),
|
|
},
|
|
sunset_oasis: {
|
|
text: t('backgroundSunsetOasisText'),
|
|
notes: t('backgroundSunsetOasisNotes'),
|
|
},
|
|
},
|
|
backgrounds122015: {
|
|
alpine_slopes: {
|
|
text: t('backgroundAlpineSlopesText'),
|
|
notes: t('backgroundAlpineSlopesNotes'),
|
|
},
|
|
snowy_sunrise: {
|
|
text: t('backgroundSnowySunriseText'),
|
|
notes: t('backgroundSnowySunriseNotes'),
|
|
},
|
|
winter_town: {
|
|
text: t('backgroundWinterTownText'),
|
|
notes: t('backgroundWinterTownNotes'),
|
|
},
|
|
},
|
|
backgrounds012016: {
|
|
frozen_lake: {
|
|
text: t('backgroundFrozenLakeText'),
|
|
notes: t('backgroundFrozenLakeNotes'),
|
|
},
|
|
snowman_army: {
|
|
text: t('backgroundSnowmanArmyText'),
|
|
notes: t('backgroundSnowmanArmyNotes'),
|
|
},
|
|
winter_night: {
|
|
text: t('backgroundWinterNightText'),
|
|
notes: t('backgroundWinterNightNotes'),
|
|
},
|
|
},
|
|
backgrounds022016: {
|
|
bamboo_forest: {
|
|
text: t('backgroundBambooForestText'),
|
|
notes: t('backgroundBambooForestNotes'),
|
|
},
|
|
cozy_library: {
|
|
text: t('backgroundCozyLibraryText'),
|
|
notes: t('backgroundCozyLibraryNotes'),
|
|
},
|
|
grand_staircase: {
|
|
text: t('backgroundGrandStaircaseText'),
|
|
notes: t('backgroundGrandStaircaseNotes'),
|
|
},
|
|
},
|
|
backgrounds032016: {
|
|
deep_mine: {
|
|
text: t('backgroundDeepMineText'),
|
|
notes: t('backgroundDeepMineNotes'),
|
|
},
|
|
rainforest: {
|
|
text: t('backgroundRainforestText'),
|
|
notes: t('backgroundRainforestNotes'),
|
|
},
|
|
stone_circle: {
|
|
text: t('backgroundStoneCircleText'),
|
|
notes: t('backgroundStoneCircleNotes'),
|
|
},
|
|
},
|
|
backgrounds042016: {
|
|
archery_range: {
|
|
text: t('backgroundArcheryRangeText'),
|
|
notes: t('backgroundArcheryRangeNotes'),
|
|
},
|
|
giant_florals: {
|
|
text: t('backgroundGiantFlowersText'),
|
|
notes: t('backgroundGiantFlowersNotes'),
|
|
},
|
|
rainbows_end: {
|
|
text: t('backgroundRainbowsEndText'),
|
|
notes: t('backgroundRainbowsEndNotes'),
|
|
},
|
|
},
|
|
backgrounds052016: {
|
|
beehive: {
|
|
text: t('backgroundBeehiveText'),
|
|
notes: t('backgroundBeehiveNotes'),
|
|
},
|
|
gazebo: {
|
|
text: t('backgroundGazeboText'),
|
|
notes: t('backgroundGazeboNotes'),
|
|
},
|
|
tree_roots: {
|
|
text: t('backgroundTreeRootsText'),
|
|
notes: t('backgroundTreeRootsNotes'),
|
|
},
|
|
},
|
|
backgrounds062016: {
|
|
lighthouse_shore: {
|
|
text: t('backgroundLighthouseShoreText'),
|
|
notes: t('backgroundLighthouseShoreNotes'),
|
|
},
|
|
lilypad: {
|
|
text: t('backgroundLilypadText'),
|
|
notes: t('backgroundLilypadNotes'),
|
|
},
|
|
waterfall_rock: {
|
|
text: t('backgroundWaterfallRockText'),
|
|
notes: t('backgroundWaterfallRockNotes'),
|
|
},
|
|
},
|
|
backgrounds072016: {
|
|
aquarium: {
|
|
text: t('backgroundAquariumText'),
|
|
notes: t('backgroundAquariumNotes'),
|
|
},
|
|
dilatory_castle: {
|
|
text: t('backgroundDilatoryCastleText'),
|
|
notes: t('backgroundDilatoryCastleNotes'),
|
|
},
|
|
deep_sea: {
|
|
text: t('backgroundDeepSeaText'),
|
|
notes: t('backgroundDeepSeaNotes'),
|
|
},
|
|
},
|
|
backgrounds082016: {
|
|
idyllic_cabin: {
|
|
text: t('backgroundIdyllicCabinText'),
|
|
notes: t('backgroundIdyllicCabinNotes'),
|
|
},
|
|
mountain_pyramid: {
|
|
text: t('backgroundMountainPyramidText'),
|
|
notes: t('backgroundMountainPyramidNotes'),
|
|
},
|
|
stormy_ship: {
|
|
text: t('backgroundStormyShipText'),
|
|
notes: t('backgroundStormyShipNotes'),
|
|
},
|
|
},
|
|
backgrounds092016: {
|
|
cornfields: {
|
|
text: t('backgroundCornfieldsText'),
|
|
notes: t('backgroundCornfieldsNotes'),
|
|
},
|
|
farmhouse: {
|
|
text: t('backgroundFarmhouseText'),
|
|
notes: t('backgroundFarmhouseNotes'),
|
|
},
|
|
orchard: {
|
|
text: t('backgroundOrchardText'),
|
|
notes: t('backgroundOrchardNotes'),
|
|
},
|
|
},
|
|
backgrounds102016: {
|
|
rainy_city: {
|
|
text: t('backgroundRainyCityText'),
|
|
notes: t('backgroundRainyCityNotes'),
|
|
},
|
|
spider_web: {
|
|
text: t('backgroundSpiderWebText'),
|
|
notes: t('backgroundSpiderWebNotes'),
|
|
},
|
|
strange_sewers: {
|
|
text: t('backgroundStrangeSewersText'),
|
|
notes: t('backgroundStrangeSewersNotes'),
|
|
},
|
|
},
|
|
backgrounds112016: {
|
|
midnight_clouds: {
|
|
text: t('backgroundMidnightCloudsText'),
|
|
notes: t('backgroundMidnightCloudsNotes'),
|
|
},
|
|
stormy_rooftops: {
|
|
text: t('backgroundStormyRooftopsText'),
|
|
notes: t('backgroundStormyRooftopsNotes'),
|
|
},
|
|
windy_autumn: {
|
|
text: t('backgroundWindyAutumnText'),
|
|
notes: t('backgroundWindyAutumnNotes'),
|
|
},
|
|
},
|
|
backgrounds122016: {
|
|
shimmering_ice_prism: {
|
|
text: t('backgroundShimmeringIcePrismText'),
|
|
notes: t('backgroundShimmeringIcePrismNotes'),
|
|
},
|
|
winter_fireworks: {
|
|
text: t('backgroundWinterFireworksText'),
|
|
notes: t('backgroundWinterFireworksNotes'),
|
|
},
|
|
winter_storefront: {
|
|
text: t('backgroundWinterStorefrontText'),
|
|
notes: t('backgroundWinterStorefrontNotes'),
|
|
},
|
|
},
|
|
backgrounds012017: {
|
|
blizzard: {
|
|
text: t('backgroundBlizzardText'),
|
|
notes: t('backgroundBlizzardNotes'),
|
|
},
|
|
sparkling_snowflake: {
|
|
text: t('backgroundSparklingSnowflakeText'),
|
|
notes: t('backgroundSparklingSnowflakeNotes'),
|
|
},
|
|
stoikalm_volcanoes: {
|
|
text: t('backgroundStoikalmVolcanoesText'),
|
|
notes: t('backgroundStoikalmVolcanoesNotes'),
|
|
},
|
|
},
|
|
backgrounds022017: {
|
|
bell_tower: {
|
|
text: t('backgroundBellTowerText'),
|
|
notes: t('backgroundBellTowerNotes'),
|
|
},
|
|
treasure_room: {
|
|
text: t('backgroundTreasureRoomText'),
|
|
notes: t('backgroundTreasureRoomNotes'),
|
|
},
|
|
wedding_arch: {
|
|
text: t('backgroundWeddingArchText'),
|
|
notes: t('backgroundWeddingArchNotes'),
|
|
},
|
|
},
|
|
backgrounds032017: {
|
|
magic_beanstalk: {
|
|
text: t('backgroundMagicBeanstalkText'),
|
|
notes: t('backgroundMagicBeanstalkNotes'),
|
|
},
|
|
meandering_cave: {
|
|
text: t('backgroundMeanderingCaveText'),
|
|
notes: t('backgroundMeanderingCaveNotes'),
|
|
},
|
|
mistiflying_circus: {
|
|
text: t('backgroundMistiflyingCircusText'),
|
|
notes: t('backgroundMistiflyingCircusNotes'),
|
|
},
|
|
},
|
|
backgrounds042017: {
|
|
bug_covered_log: {
|
|
text: t('backgroundBugCoveredLogText'),
|
|
notes: t('backgroundBugCoveredLogNotes'),
|
|
},
|
|
giant_birdhouse: {
|
|
text: t('backgroundGiantBirdhouseText'),
|
|
notes: t('backgroundGiantBirdhouseNotes'),
|
|
},
|
|
mist_shrouded_mountain: {
|
|
text: t('backgroundMistShroudedMountainText'),
|
|
notes: t('backgroundMistShroudedMountainNotes'),
|
|
},
|
|
},
|
|
backgrounds052017: {
|
|
guardian_statues: {
|
|
text: t('backgroundGuardianStatuesText'),
|
|
notes: t('backgroundGuardianStatuesNotes'),
|
|
},
|
|
habit_city_streets: {
|
|
text: t('backgroundHabitCityStreetsText'),
|
|
notes: t('backgroundHabitCityStreetsNotes'),
|
|
},
|
|
on_tree_branch: {
|
|
text: t('backgroundOnATreeBranchText'),
|
|
notes: t('backgroundOnATreeBranchNotes'),
|
|
},
|
|
},
|
|
backgrounds062017: {
|
|
buried_treasure: {
|
|
text: t('backgroundBuriedTreasureText'),
|
|
notes: t('backgroundBuriedTreasureNotes'),
|
|
},
|
|
ocean_sunrise: {
|
|
text: t('backgroundOceanSunriseText'),
|
|
notes: t('backgroundOceanSunriseNotes'),
|
|
},
|
|
sandcastle: {
|
|
text: t('backgroundSandcastleText'),
|
|
notes: t('backgroundSandcastleNotes'),
|
|
},
|
|
},
|
|
backgrounds072017: {
|
|
giant_seashell: {
|
|
text: t('backgroundGiantSeashellText'),
|
|
notes: t('backgroundGiantSeashellNotes'),
|
|
},
|
|
kelp_forest: {
|
|
text: t('backgroundKelpForestText'),
|
|
notes: t('backgroundKelpForestNotes'),
|
|
},
|
|
midnight_lake: {
|
|
text: t('backgroundMidnightLakeText'),
|
|
notes: t('backgroundMidnightLakeNotes'),
|
|
},
|
|
},
|
|
backgrounds082017: {
|
|
back_of_giant_beast: {
|
|
text: t('backgroundBackOfGiantBeastText'),
|
|
notes: t('backgroundBackOfGiantBeastNotes'),
|
|
},
|
|
desert_dunes: {
|
|
text: t('backgroundDesertDunesText'),
|
|
notes: t('backgroundDesertDunesNotes'),
|
|
},
|
|
summer_fireworks: {
|
|
text: t('backgroundSummerFireworksText'),
|
|
notes: t('backgroundSummerFireworksNotes'),
|
|
},
|
|
},
|
|
incentiveBackgrounds: {
|
|
violet: {
|
|
text: t('backgroundVioletText'),
|
|
notes: t('backgroundVioletNotes'),
|
|
currency: 'loginIncentive',
|
|
},
|
|
blue: {
|
|
text: t('backgroundBlueText'),
|
|
notes: t('backgroundBlueNotes'),
|
|
currency: 'loginIncentive',
|
|
},
|
|
green: {
|
|
text: t('backgroundGreenText'),
|
|
notes: t('backgroundGreenNotes'),
|
|
currency: 'loginIncentive',
|
|
},
|
|
purple: {
|
|
text: t('backgroundPurpleText'),
|
|
notes: t('backgroundPurpleNotes'),
|
|
currency: 'loginIncentive',
|
|
},
|
|
red: {
|
|
text: t('backgroundRedText'),
|
|
notes: t('backgroundRedNotes'),
|
|
currency: 'loginIncentive',
|
|
},
|
|
yellow: {
|
|
text: t('backgroundYellowText'),
|
|
notes: t('backgroundYellowNotes'),
|
|
currency: 'loginIncentive',
|
|
},
|
|
},
|
|
};
|
|
/* eslint-enable quote-props */
|
|
|
|
let flat = {};
|
|
|
|
forOwn(backgrounds, function prefillBackgroundSet (backgroundsInSet, set) {
|
|
forOwn(backgroundsInSet, function prefillBackground (background, bgKey) {
|
|
background.key = bgKey;
|
|
background.set = set;
|
|
background.price = 7;
|
|
|
|
flat[bgKey] = background;
|
|
});
|
|
});
|
|
|
|
module.exports = {
|
|
tree: backgrounds,
|
|
flat,
|
|
};
|
|
|