dracotext

Text strings to display info when using DracoNode API. You can get creature name and item types, but also warning message or buff description.

Usage no npm install needed!

<script type="module">
  import dracotext from 'https://cdn.skypack.dev/dracotext';
</script>

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');