Files
habitica/common/script/src/content/health-potion.js
2015-09-23 17:28:20 -05:00

12 lines
186 B
JavaScript

import {translator as t} from './helpers';
let potion = {
type: 'potion',
text: t('potionText'),
notes: t('potionNotes'),
value: 25,
key: 'potion',
};
export default potion;