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

NameExplanationType
NameThe name of the data entry.String
TypeThe data entry type classification of the data entry.Data Entry Type
ParentThe data entry that exists as a parent or pre-requisite to the data entry, if valid.Data Entry
ConditionsThe conditions necessary for the data entry to be enabled.Condition?
StringsThe strings associated with the data entry.String Array
Sprites / ModelsThe sprites or models associated with the data entry.Sprite or Model
TagsThe tags associated with the data entry.Tags?