mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Clean up content file
This commit is contained in:
@@ -549,8 +549,20 @@ api.timeTravelerStore = (owned) ->
|
|||||||
---------------------------------------------------------------
|
---------------------------------------------------------------
|
||||||
###
|
###
|
||||||
|
|
||||||
api.potion = type: 'potion', text: t('potionText'), notes: t('potionNotes'), value: 25, key: 'potion'
|
api.potion =
|
||||||
api.armoire = type: 'armoire', text: t('armoireText'), notes: t('armoireNotesEmpty'), value: 100, key: 'armoire', canOwn: ((u)-> _.contains(u.achievements.ultimateGearSets, true))
|
type: 'potion',
|
||||||
|
text: t('potionText'),
|
||||||
|
notes: t('potionNotes'),
|
||||||
|
value: 25,
|
||||||
|
key: 'potion'
|
||||||
|
|
||||||
|
api.armoire =
|
||||||
|
type: 'armoire',
|
||||||
|
text: t('armoireText'),
|
||||||
|
notes: t('armoireNotesEmpty'),
|
||||||
|
value: 100,
|
||||||
|
key: 'armoire',
|
||||||
|
canOwn: ((u)-> _.contains(u.achievements.ultimateGearSets, true))
|
||||||
|
|
||||||
###
|
###
|
||||||
---------------------------------------------------------------
|
---------------------------------------------------------------
|
||||||
@@ -1003,8 +1015,8 @@ api.spells =
|
|||||||
target.flags.cardReceived = true
|
target.flags.cardReceived = true
|
||||||
|
|
||||||
target.markModified? 'items.special.thankyouReceived'
|
target.markModified? 'items.special.thankyouReceived'
|
||||||
user.stats.gp -= 10
|
user.stats.gp -= 10
|
||||||
|
|
||||||
api.cardTypes =
|
api.cardTypes =
|
||||||
greeting:
|
greeting:
|
||||||
key: 'greeting'
|
key: 'greeting'
|
||||||
@@ -1958,7 +1970,7 @@ api.quests =
|
|||||||
gp: 37
|
gp: 37
|
||||||
exp: 275
|
exp: 275
|
||||||
unlock: t('questWhaleUnlockText')
|
unlock: t('questWhaleUnlockText')
|
||||||
|
|
||||||
dilatoryDistress1:
|
dilatoryDistress1:
|
||||||
text: t('questDilatoryDistress1Text')
|
text: t('questDilatoryDistress1Text')
|
||||||
notes: t('questDilatoryDistress1Notes')
|
notes: t('questDilatoryDistress1Notes')
|
||||||
@@ -2177,7 +2189,7 @@ api.backgrounds =
|
|||||||
text: t('backgroundSunkenShipText')
|
text: t('backgroundSunkenShipText')
|
||||||
notes: t('backgroundSunkenShipNotes')
|
notes: t('backgroundSunkenShipNotes')
|
||||||
backgrounds082015:
|
backgrounds082015:
|
||||||
pyramids:
|
pyramids:
|
||||||
text: t('backgroundPyramidsText')
|
text: t('backgroundPyramidsText')
|
||||||
notes: t('backgroundPyramidsNotes')
|
notes: t('backgroundPyramidsNotes')
|
||||||
sunset_savannah:
|
sunset_savannah:
|
||||||
|
|||||||
Reference in New Issue
Block a user