WIP(kickstarter): test setup for 2019 KS backer gear
This commit is contained in:
@@ -1257,6 +1257,11 @@ let armor = {
|
||||
value: 90,
|
||||
con: 15,
|
||||
},
|
||||
ks2019: {
|
||||
text: t('armorSpecialKS2019Text'),
|
||||
notes: t('armorSpecialKS2019Notes'),
|
||||
value: 200,
|
||||
},
|
||||
};
|
||||
|
||||
let back = {
|
||||
@@ -1602,6 +1607,11 @@ let eyewear = {
|
||||
notes: t('eyewearSpecialFall2019HealerNotes'),
|
||||
value: 20,
|
||||
},
|
||||
ks2019: {
|
||||
text: t('eyewearSpecialKS2019Text'),
|
||||
notes: t('eyewearSpecialKS2019Notes'),
|
||||
value: 200,
|
||||
},
|
||||
};
|
||||
|
||||
let head = {
|
||||
@@ -2865,6 +2875,11 @@ let head = {
|
||||
value: 60,
|
||||
int: 7,
|
||||
},
|
||||
ks2019: {
|
||||
text: t('headSpecialKS2019Text'),
|
||||
notes: t('headSpecialKS2019Notes'),
|
||||
value: 200,
|
||||
},
|
||||
};
|
||||
|
||||
let headAccessory = {
|
||||
@@ -4079,6 +4094,11 @@ let shield = {
|
||||
value: 70,
|
||||
con: 9,
|
||||
},
|
||||
ks2019: {
|
||||
text: t('shieldSpecialKS2019Text'),
|
||||
notes: t('shieldSpecialKS2019Notes'),
|
||||
value: 200,
|
||||
},
|
||||
};
|
||||
|
||||
let weapon = {
|
||||
@@ -5332,6 +5352,11 @@ let weapon = {
|
||||
value: 90,
|
||||
int: 9,
|
||||
},
|
||||
ks2019: {
|
||||
text: t('weaponSpecialKS2019Text'),
|
||||
notes: t('weaponSpecialKS2019Notes'),
|
||||
value: 200,
|
||||
},
|
||||
};
|
||||
|
||||
let specialSet = {
|
||||
|
||||
@@ -103,6 +103,7 @@ let specialPets = {
|
||||
'Hippogriff-Hopeful': 'hopefulHippogriffPet',
|
||||
'Fox-Veteran': 'veteranFox',
|
||||
'JackOLantern-Glow': 'glowJackolantern',
|
||||
'Gryphon-Gryphatrice': 'gryphatrice',
|
||||
};
|
||||
|
||||
let specialMounts = {
|
||||
@@ -121,6 +122,7 @@ let specialMounts = {
|
||||
'Aether-Invisible': 'invisibleAether',
|
||||
'JackOLantern-Ghost': 'ghostJackolantern',
|
||||
'Hippogriff-Hopeful': 'hopefulHippogriffMount',
|
||||
'Gryphon-Gryphatrice': 'gryphatrice',
|
||||
};
|
||||
|
||||
each(specialPets, (translationString, key) => {
|
||||
|
||||
Reference in New Issue
Block a user