mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-27 05:29:59 +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;
|