MOVEMENT_MEDIUM: {
    AERIAL: "aerial";
    AQUATIC: "aquatic";
    ASTRAL: "astral";
    BURROWING: "burrowing";
    NONE: "none";
    TERRESTRIAL: "terrestrial";
}

Map of movement-medium key → value.

Type declaration

  • ReadonlyAERIAL: "aerial"
  • ReadonlyAQUATIC: "aquatic"
  • ReadonlyASTRAL: "astral"
  • ReadonlyBURROWING: "burrowing"
  • ReadonlyNONE: "none"
  • ReadonlyTERRESTRIAL: "terrestrial"