Taskwoods Quest Line (#8156)

* feat(content): Gold Quest 2016-10

* chore(news): Bailey
This commit is contained in:
Sabe Jones
2016-10-19 14:04:34 -05:00
committed by GitHub
parent a43254000e
commit 08b3491047
24 changed files with 159 additions and 16 deletions
@@ -20,6 +20,13 @@ let armor = {
value: 130,
canOwn: ownsItem('armor_special_finnedOceanicArmor'),
},
pyromancersRobes: {
text: t('armorSpecialPyromancersRobesText'),
notes: t('armorSpecialPyromancersRobesNotes', { con: 15 }),
con: 15,
value: 130,
canOwn: ownsItem('armor_special_pyromancersRobes'),
},
yeti: {
event: EVENTS.winter,
specialClass: 'warrior',
@@ -588,6 +595,13 @@ let head = {
value: 130,
canOwn: ownsItem('head_special_fireCoralCirclet'),
},
pyromancersTurban: {
text: t('headSpecialPyromancersTurbanText'),
notes: t('headSpecialPyromancersTurbanNotes', { str: 15 }),
str: 15,
value: 130,
canOwn: ownsItem('head_special_pyromancersTurban'),
},
nye: {
event: EVENTS.winter2016,
text: t('headSpecialNyeText'),
@@ -1530,6 +1544,15 @@ let weapon = {
value: 130,
canOwn: ownsItem('weapon_special_tridentOfCrashingTides'),
},
taskwoodsLantern: {
text: t('weaponSpecialTaskwoodsLanternText'),
notes: t('weaponSpecialTaskwoodsLanternNotes', { attrs: 15 }),
twoHanded: true,
per: 15,
int: 15,
value: 130,
canOwn: ownsItem('weapon_special_taskwoodsLantern'),
},
yeti: {
event: EVENTS.winter,
specialClass: 'warrior',