-
Notifications
You must be signed in to change notification settings - Fork 0
ImportWeapon.js
kyleady edited this page Jul 10, 2017
·
2 revisions
When writing a custom character, with custom weapons, this API Command will convert the weapon into an Roll20 Ability for use with TheAttack.
Uses INQWeaponNoteParser.js to make an INQWeapon out of your input. It then uses INQWeapon.prototype.toAbility() to give every selected character an ability to use that weapon.
Adjusts the weapon damage based on the following details:
- Strength Bonus of the Character
- Fist
- Mighty Shot
- Crushing Blow
If no character is selected, the API Command will warn the user and abort.