mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
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 = {
|
||||
|
||||
Reference in New Issue
Block a user