mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
11 lines
189 B
JavaScript
11 lines
189 B
JavaScript
|
|
const featuredItems = {
|
||
|
|
market: [
|
||
|
|
'head_armoire_vikingHelm',
|
||
|
|
'weapon_special_1',
|
||
|
|
'shield_special_0',
|
||
|
|
'armor_warrior_5',
|
||
|
|
],
|
||
|
|
};
|
||
|
|
|
||
|
|
export default featuredItems;
|