Merge branch 'sabrecat/chat-warning' into sabrecat/unsociable
This commit is contained in:
@@ -27,6 +27,7 @@ const armor = {
|
||||
1: contributorGear.armorSpecial1,
|
||||
2: backerGear.armorSpecial2,
|
||||
takeThis: takeThisGear.armorSpecialTakeThis,
|
||||
heroicTunic: contributorGear.armorSpecialHeroicTunic,
|
||||
finnedOceanicArmor: {
|
||||
text: t('armorSpecialFinnedOceanicArmorText'),
|
||||
notes: t('armorSpecialFinnedOceanicArmorNotes', { str: 15 }),
|
||||
@@ -868,6 +869,7 @@ const back = {
|
||||
wondercon_red: wonderconGear.backSpecialWonderconRed, // eslint-disable-line camelcase
|
||||
wondercon_black: wonderconGear.backSpecialWonderconBlack, // eslint-disable-line camelcase
|
||||
takeThis: takeThisGear.backSpecialTakeThis,
|
||||
heroicAureole: contributorGear.backSpecialHeroicAureole,
|
||||
snowdriftVeil: {
|
||||
text: t('backSpecialSnowdriftVeilText'),
|
||||
notes: t('backSpecialSnowdriftVeilNotes'),
|
||||
@@ -2055,6 +2057,7 @@ Object.keys(gearEvents).forEach(event => {
|
||||
});
|
||||
|
||||
const headAccessory = {
|
||||
heroicCirclet: contributorGear.headAccessorySpecialHeroicCirclet,
|
||||
springRogue: {
|
||||
specialClass: 'rogue',
|
||||
set: 'stealthyKittySet',
|
||||
|
||||
@@ -66,10 +66,46 @@ const weaponSpecialCritical = {
|
||||
},
|
||||
};
|
||||
|
||||
const armorSpecialHeroicTunic = {
|
||||
text: t('armorSpecialHeroicTunicText'),
|
||||
notes: t('armorSpecialHeroicTunicNotes', { attrs: 7 }),
|
||||
con: 7,
|
||||
str: 7,
|
||||
per: 7,
|
||||
int: 7,
|
||||
value: 175,
|
||||
canOwn: ownsItem('armor_special_heroicTunic'),
|
||||
};
|
||||
|
||||
const backSpecialHeroicAureole = {
|
||||
text: t('backSpecialHeroicAureoleText'),
|
||||
notes: t('backSpecialHeroicAureoleNotes', { attrs: 7 }),
|
||||
con: 7,
|
||||
str: 7,
|
||||
per: 7,
|
||||
int: 7,
|
||||
value: 175,
|
||||
canOwn: ownsItem('armor_special_heroicAureole'),
|
||||
};
|
||||
|
||||
const headAccessorySpecialHeroicCirclet = {
|
||||
text: t('headAccessorySpecialHeroicCircletText'),
|
||||
notes: t('headAccessorySpecialHeroicCircletNotes', { attrs: 7 }),
|
||||
con: 7,
|
||||
str: 7,
|
||||
per: 7,
|
||||
int: 7,
|
||||
value: 175,
|
||||
canOwn: ownsItem('headAccessory_special_heroicCirclet'),
|
||||
};
|
||||
|
||||
export {
|
||||
armorSpecial1,
|
||||
headSpecial1,
|
||||
shieldSpecial1,
|
||||
weaponSpecial1,
|
||||
weaponSpecialCritical,
|
||||
armorSpecialHeroicTunic,
|
||||
backSpecialHeroicAureole,
|
||||
headAccessorySpecialHeroicCirclet,
|
||||
};
|
||||
|
||||
@@ -92,6 +92,7 @@ const canFindSpecial = {
|
||||
'Lion-Veteran': false,
|
||||
'Bear-Veteran': false,
|
||||
'Fox-Veteran': false,
|
||||
'Dragon-Veteran': false,
|
||||
|
||||
// Thanksgiving pet ladder
|
||||
'Turkey-Base': false,
|
||||
@@ -181,6 +182,7 @@ const specialPets = {
|
||||
'Gryphon-Gryphatrice': 'gryphatrice',
|
||||
'Gryphatrice-Jubilant': 'jubilantGryphatrice',
|
||||
'JackOLantern-RoyalPurple': 'royalPurpleJackolantern',
|
||||
'Dragon-Veteran': 'veteranDragon',
|
||||
};
|
||||
|
||||
const specialMounts = {
|
||||
|
||||
Reference in New Issue
Block a user