feat(event): Habit Birthday 2017
This commit is contained in:
@@ -13,7 +13,7 @@ export const CLASSES = [
|
||||
|
||||
export const EVENTS = {
|
||||
winter: { start: '2013-12-31', end: '2014-02-01' },
|
||||
birthday: { start: '2016-01-29', end: '2016-02-02' },
|
||||
birthday: { start: '2017-01-31', end: '2017-02-02' },
|
||||
spring: { start: '2014-03-21', end: '2014-05-01' },
|
||||
summer: { start: '2014-06-20', end: '2014-08-01' },
|
||||
fall: { start: '2014-09-21', end: '2014-11-01' },
|
||||
|
||||
@@ -531,6 +531,12 @@ let armor = {
|
||||
value: 90,
|
||||
con: 15,
|
||||
},
|
||||
birthday2017: {
|
||||
text: t('armorSpecialBirthday2017Text'),
|
||||
notes: t('armorSpecialBirthday2017Notes'),
|
||||
value: 0,
|
||||
canOwn: ownsItem('armor_special_birthday2017'),
|
||||
},
|
||||
};
|
||||
|
||||
let back = {
|
||||
|
||||
@@ -149,12 +149,12 @@ api.specialMounts = stable.specialMounts;
|
||||
api.mountInfo = stable.mountInfo;
|
||||
|
||||
// For seasonal events, change these booleans:
|
||||
let canBuyNormalFood = true;
|
||||
let canDropNormalFood = true;
|
||||
let canBuyNormalFood = false;
|
||||
let canDropNormalFood = false;
|
||||
let canBuyCandyFood = false;
|
||||
let canDropCandyFood = false;
|
||||
let canBuyCakeFood = false;
|
||||
let canDropCakeFood = false;
|
||||
let canBuyCakeFood = true;
|
||||
let canDropCakeFood = true;
|
||||
|
||||
api.food = {
|
||||
Meat: {
|
||||
|
||||
Reference in New Issue
Block a user