Skip to content
skzk edited this page Apr 24, 2026 · 11 revisions

Defines a rectangular area which marks the enclosed section of the map as belonging to a specific city.

The size along the X and Z axes is defined by the width and height properties; the size along the Y axis is infinite. The X and Z coordinates of the item's node set the center of the area. The area may be rotated along the Y axis (yaw).

Item ID: 0x0C (12)
Item file: base

Structure

Field(s) Description
struct kdop_item

See k-DOP item.

Flags:
Bit 0: Don't show in UI map
Bit 1: Don't trigger visit

token city Unit name of the city, as defined in /def/city.sii.
float width
float height
Width (X axis) and height (Z axis) of the area in meters.
u64 node_uid UID of the node of this item.

Clone this wiki locally