Fixed some weapon effect params are missing their suffix (like % and s).
Fixed incorrect newlines in domain description, weapon effect, weapon description, material description.
Added monsterlist to domains.
- array of translated monster names.
- see examples.md
Added helper methods for formatting weapon effect and talent params.
- genshindb.helper.formatWeaponEffect(weapon, formattype)
- genshindb.helper.formatTalentLabels(attributes, talentlevel)
- src\helper.js
- no documentation for this currently.