Add way to prevent duplicate items from being dropped #111

Open
opened 2026-06-24 21:24:06 +00:00 by Oliver · 0 comments
Owner

It would be nice to have some way to prevent users from creating duplicate items on an Actor, this would require having a unique identifier on the item, wether we rely on the name, or some other system property.

The actual prevention could be one of two ways:

  • outright prevention (an error and nothing else happens)
  • quantity increase (the existing item gets the quantity increased by the quantity of the item being dropped)

This would allow a good amount of flexibility, without adding a lot of complexity.

It would be nice to have some way to prevent users from creating duplicate items on an Actor, this would require having a unique identifier on the item, wether we rely on the name, or some other system property. The actual prevention could be one of two ways: - outright prevention (an error and nothing else happens) - quantity increase (the existing item gets the quantity increased by the quantity of the item being dropped) This would allow a good amount of flexibility, without adding a lot of complexity.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Foundry/taf#111
No description provided.