Variable abilityActivationTypesPlurals_unchainedConst

abilityActivationTypesPlurals_unchained: {
    action: string;
    free: string;
    hour: string;
    minute: string;
    passive: string;
    reaction: string;
    special: string;
} = ...

This describes plurals for the ways that an ability can be activated when using Unchained rules.

Type declaration

  • action: string
  • free: string
  • hour: string
  • minute: string
  • passive: string
  • reaction: string
  • special: string

Generated using TypeDoc