Skip to content
skzk edited this page Jan 21, 2024 · 6 revisions

Item ID: 0x31 (49)
Item file: aux

Structure

Field(s) Description
struct kdop_item

See k-DOP item.

Flags:
Bits 0-1: Gate type.
    0: Activated by trigger(s)
    1: Always open
    2: Always closed

token gate_model_unit_name Unit name of the model, as defined in /def/world/gate_model.sii.
u32 node_count
array_u64 node_uids
UID of the node of this item, followed by the UID(s) of the node(s) of the triggers if the item is activated by triggers.
struct activation_point_unit

Up to two trigger points. There are always two of these structs in the file, regardless of how many are used.

Field(s) Description
string trigger_unit_name Full unit name of the trigger.
Set to an empty string if unused.
s32 trigger_node_idx The UID of the node of the trigger,
as an index for the node_uids array above.
Set to -1 if unused.
Clone this wiki locally