Edit Sidebars
Last updated
Was this helpful?
Last updated
Was this helpful?
The layout of the Sidebar for any given Entity is based on the order and configuration of its Properties. You can modify the order using the Entity Type Editor, and you can change each Property by using and pressing RightClick on a column heading.
Some Properties come standard with every Entity. These have fixed positions on the Sidebar and can not be moved. These are:
Name (text) - Always in the heading.
Thumbnail (attachment) - Always in the heading.
Icon (attachment) - Not visible in sidebar. Only used in tags and map markers.
You can rename a Property's name to be more human friendly. Unlike IDs, Property names do not have to be unique.
You can hide Properties from the Sidebar by marking them as Hidden. This is useful for Properties that are used for aiding editors such as data-mined identifiers.
By default, Relationship Properties will be shown as:
A single row if there is only one relationship.
Multiple Entity Rows if there is more than one relationship.
Hidden if there are no relationships.
To ensure the Sidebar always renders Entity Rows for a Property, even if there is only one, mark it as a List.
By default, Relationships in a List are ordered by the target Entity's name Property. You can change this to any other Property, in either ascending or descending order.
For relationships with rates, such as item drop rates or enemy spawn rates, if you provide those rates as follows, they will be displayed differently to regular relationships.
Add a relationship property called "Rates" with an "Object" type.
For values, set them as [{"rate": 25 }]
where "25" is the rate in percentage (i.e. 25%).