ItemTrigger
Encounter trigger: the player must engage with a specific item to enter the scene.
public sealed class ItemTrigger : TriggerDescriptor
Inheritance System.Object → TriggerDescriptor → ItemTrigger
Properties
EntityUuid
Uuid of the referenced Item (not the human “item_*” id — universal-uuid rule).
public string EntityUuid { get; }