Database /
Data Entries
Introduction
Data entries are a way of creating generic information (such as a Bestiary, Quest Log, Story Log, etc) that can be displayed in-game, usually through a user interface.
Properties
System
| Name | Explanation | Type |
|---|---|---|
| Name | The name of the data entry. | String |
| Type | The data entry type classification of the data entry. | Data Entry Type |
| Parent | The data entry that exists as a parent or pre-requisite to the data entry, if valid. | Data Entry |
| Conditions | The conditions necessary for the data entry to be enabled. | Condition? |
| Strings | The strings associated with the data entry. | String Array |
| Sprites / Models | The sprites or models associated with the data entry. | Sprite or Model |
| Tags | The tags associated with the data entry. | Tags? |
