mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
update(content): March 2024 content (#15161)
* feat(content): add February subscriber item, backgrounds, and enchanted armoire gear * feat(content): add spritesheet * feat(content): bug smashing * fix(file): revert package.json to release * feat(content): add quest bundles * feat(content): add new achievement * feat(content): add achievement script * fix(curlies): remove stray curly boi * fix(date): add canonical date * fix(dates): updated background & armoire to canonical dates * feat(content): add armoire strings & stats * fix(migration): Golden Squirrel * fix(backgrounds): trim extra whitespace * fix(test): cuddle timing --------- Co-authored-by: Sabe Jones <sabe@habitica.com> Co-authored-by: Sabe Jones <sabrecat@gmail.com>
This commit is contained in:
@@ -462,6 +462,10 @@ const armor = {
|
||||
per: 10,
|
||||
set: 'whiteLoungeWear',
|
||||
},
|
||||
hattersSuit: {
|
||||
con: 9,
|
||||
set: 'hatterSet',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -959,6 +963,10 @@ const head = {
|
||||
con: 5,
|
||||
set: 'whiteLoungeWear',
|
||||
},
|
||||
hattersTopHat: {
|
||||
per: 10,
|
||||
set: 'hatterSet',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
@@ -1291,6 +1299,10 @@ const shield = {
|
||||
per: 6,
|
||||
set: 'whiteLoungeWear',
|
||||
},
|
||||
hattersPocketWatch: {
|
||||
int: 9,
|
||||
set: 'hatterSet',
|
||||
},
|
||||
};
|
||||
|
||||
const headAccessory = {
|
||||
@@ -1760,6 +1772,10 @@ const weapon = {
|
||||
int: 10,
|
||||
set: 'schoolUniform',
|
||||
},
|
||||
hattersShears: {
|
||||
str: 10,
|
||||
set: 'hatterSet',
|
||||
},
|
||||
};
|
||||
|
||||
const releaseDates = {
|
||||
@@ -1768,6 +1784,7 @@ const releaseDates = {
|
||||
greenTrapper: '2023-12-05T08:00-05:00',
|
||||
schoolUniform: '2024-01-04T08:00-05:00',
|
||||
whiteLoungeWear: '2024-02-06T08:00-05:00',
|
||||
hatterSet: '2024-03-05T08:00-05:00',
|
||||
};
|
||||
|
||||
forEach({
|
||||
|
||||
Reference in New Issue
Block a user