feat(mystery): mystery 201411
This commit is contained in:
+12
-8
@@ -29,14 +29,15 @@ events =
|
||||
|
||||
mystery =
|
||||
201402: {start:'2014-02-22',end:'2014-02-28'}
|
||||
201403: {start:'2014-03-24',end:'2014-04-01'}
|
||||
201404: {start:'2014-04-24',end:'2014-05-01'}
|
||||
201405: {start:'2014-05-21',end:'2014-06-01'}
|
||||
201406: {start:'2014-06-23',end:'2014-07-01'}
|
||||
201407: {start:'2014-07-23',end:'2014-08-01'}
|
||||
201408: {start:'2014-08-23',end:'2014-09-01'}
|
||||
201409: {start:'2014-09-24',end:'2014-10-01'}
|
||||
201410: {start:'2014-10-24',end:'2014-11-01'}
|
||||
201403: {start:'2014-03-24',end:'2014-04-02'}
|
||||
201404: {start:'2014-04-24',end:'2014-05-02'}
|
||||
201405: {start:'2014-05-21',end:'2014-06-02'}
|
||||
201406: {start:'2014-06-23',end:'2014-07-02'}
|
||||
201407: {start:'2014-07-23',end:'2014-08-02'}
|
||||
201408: {start:'2014-08-23',end:'2014-09-02'}
|
||||
201409: {start:'2014-09-24',end:'2014-10-02'}
|
||||
201410: {start:'2014-10-24',end:'2014-11-02'}
|
||||
201411: {start:'2014-11-24',end:'2014-11-02'}
|
||||
wondercon: {start:'2014-03-24',end:'2014-04-01'} # not really, but the mechanic works
|
||||
|
||||
gear =
|
||||
@@ -110,6 +111,8 @@ gear =
|
||||
fallWarrior: event: events.fall, specialClass: 'warrior', text: t('weaponSpecialFallWarriorText'), notes: t('weaponSpecialFallWarriorNotes', {str: 15}), value: 90, str: 15
|
||||
fallMage: event: events.fall, specialClass: 'wizard', twoHanded:true, text: t('weaponSpecialFallMageText'), notes: t('weaponSpecialFallMageNotes', {int: 15, per: 7}), value: 160, int:15, per:7
|
||||
fallHealer: event: events.fall, specialClass: 'healer', text: t('weaponSpecialFallHealerText'), notes: t('weaponSpecialFallHealerNotes', {int: 9}), value: 90, int: 9
|
||||
mystery:
|
||||
201411: text: t('weaponMystery201411Text'), notes: t('weaponMystery201411Notes'), mystery:mystery['201411'], value: 0
|
||||
|
||||
armor:
|
||||
base:
|
||||
@@ -243,6 +246,7 @@ gear =
|
||||
201406: text: t('headMystery201406Text'), notes: t('headMystery201406Notes'), mystery:mystery['201406'], value: 0
|
||||
201407: text: t('headMystery201407Text'), notes: t('headMystery201407Notes'), mystery:mystery['201407'], value: 0
|
||||
201408: text: t('headMystery201408Text'), notes: t('headMystery201408Notes'), mystery:mystery['201408'], value: 0
|
||||
201411: text: t('headMystery201411Text'), notes: t('headMystery201411Notes'), mystery:mystery['201411'], value: 0
|
||||
|
||||
shield:
|
||||
base:
|
||||
|
||||
Reference in New Issue
Block a user