WeaponHandling - kyleady/Roll20-Rogue-Trader-API GitHub Wiki

This section contains all of the INQ System Scripts that deal with managing weapons. This does not include the scripts that use the weapons to make attacks as that fits in with the Damage Scripts.

  • AddWeapon.js - Allows players to take weapons from the armory adding a note in their bio and creating a Token Action for use with TheAttack.
  • EndMission.js - Allows the GM to reset all of the attributes of a character, deletes all of their Ammo Attributes, and removes any requisitioned items from their bio.
  • ReloadWeapon.js - Allows players to reset the ammo of a specified weapon to its max value.