Viewer: ItemObject / GameItemObjectList
v4.1
Last updated
v4.1
Last updated
Each GameItemObject
will display the existing Attributes and Variables with their current values.
Click the listed Attributes to see details. Click "Edit" to enable edit options for this aspect, shown here:
When editing, you can remove existing Attributes. Attributes that are required for one reason or another may not have the "X" button, and will instead display a reason why they can't be removed.
It is possible that the "X" button exists in some edge cases where an Attribute is generally required by another aspect. Be cautious when removing variables at runtime.
You can also add new Variables to the GameItemObject
. Note that some existing variables may change as you add others which come with their own requirements.
If the ItemObject
has any Starting Attributes, and they are not present in the list, you can add them with the buttons in this section. This is optional: Often there will be other Attributes that have replaced them. In the example above, "Rare" has replaced the starting attribute "Common", so we would not need to add "Common" to the list.
Variables will be listed, and when "Edit" is selected, you will have the option to modify the current value of each variable. When attributes are controlled by the variable value, you should see the Attributes update as you modify the variable value.
You can view and edit Dictionaries by clicking the Dictionaries button in each row.
Don't forget to save any changes during runtime!