weaponProficiencies: {
    firearm: string;
    heavy: string;
    martial: string;
    siege: string;
    simple: string;
} = ...

The set of broad Weapon Proficiencies a character may have

Type declaration

  • firearm: string
  • heavy: string
  • martial: string
  • siege: string
  • simple: string

Generated using TypeDoc