Trap Special Effects

The bases that have a special effect, both globally (all) and per location. Values are base types (slugs).


Get trap special effects

Properties

  • Name
    all
    Type
    array
    Description

    Base types with a special effect anywhere.

  • Name
    [location]
    Type
    array
    Description

    Keyed by location slug. Base types with a special effect at that location.

Request

GET
https://api.mouse.rip/trap-special-effects
const effects = await fetch('https://api.mouse.rip/trap-special-effects')
console.log(effects)

Response

{
  "all": [
    "alchemists_cookbook_base",
    "ancient_booster_base",
    "black_widow_base"
  ],
  "mountain": ["..."],
  "kings_arms": ["..."]
}