Skip to content

slot_data command

kbranch edited this page Jun 19, 2024 · 2 revisions

The slot_data command sends Magpie the contents of slot_data from Archipelago.

Direction: autotracker -> Magpie

Properties:

  • slot_data - The raw contents of Archipelago's slot_data

Example:

{
   "type":"slot_data",
   "slot_data":{'instrument_count': 8, 'logic': 'normal', 'tradequest': 'true', 'rooster': 'true', 'experimental_dungeon_shuffle': 'false', 'experimental_entrance_shuffle': 'none', 'goal': 'instruments', 'trendy_game': 'normal', 'gfxmod': 'Link', 'shuffle_nightmare_keys': 'any_world', 'shuffle_small_keys': 'any_world', 'shuffle_maps': 'any_world', 'shuffle_compasses': 'any_world', 'shuffle_stone_beaks': 'any_world', 'shuffle_instruments': 'any_world', 'nag_messages': 'false'}
}
Clone this wiki locally