dracotext
v1.3.2
Published
Text strings to display info when using [DracoNode API](https://github.com/dracoapi/nodedracoapi). You can get creature name and item types, but also warning message or buff description.
Downloads
17
Readme
Draconius Text
Text strings to display info when using DracoNode API.
You can get creature name and item types, but also warning message or buff description.
const strings = require('dracotext').load('english');
strings.get('key.system.application.name');
strings.getCreature('MONSTER_WATER_14');