1

Toggle for Disabling Treasure Maps in Foraging Loot

Suggested by
on July 21, '26
Completed

When using the "forage" command from the Ranger profession (class), we often find items such as "Treasure Maps".

Static Item: item_treasure_map_1_10
Note: See ForagingLoot.java

These Treasure Maps are very common and often pollute the player's inventory as they are constantly looted when foraging. The players wish to create a new "toggle" feature where they can disable or enable Treasure Maps from being looted from foraging.

We should create the toggle for treasure maps such that when the treasure map forage loot is disabled we simply skip creating the item in the player's inventory so it doesn't break the existing loot chances while foraging. We DO NOT want to all of a sudden remove a loot item from the loot pool making all other loot items more common.

Note: See the existing "Isomerase Loot Toggle" behavior for how to implement this new command. Search the command_table.tab for isomeraseLootToggle to follow the logic on how this is done.

No comments yet.
Sign in to comment on this suggestion. Sign In