Loot item function that modifies a dropped treasure map to mark a location.
export class ExplorationMapFunction extends LootItemFunction { private constructor(); readonly destination: string;} Copy
export class ExplorationMapFunction extends LootItemFunction { private constructor(); readonly destination: string;}
Private
Readonly
Determines which type of treasure map will drop.
This property can't be read in early-execution mode.
Loot item function that modifies a dropped treasure map to mark a location.
Source