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
allTypearrayDescriptionBase types with a special effect anywhere.
- Name
[location]TypearrayDescriptionKeyed by location slug. Base types with a special effect at that location.
Request
GET
https://api.mouse.rip/trap-special-effectsconst 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": ["..."]
}