codex_entry
Vars | |
antag_text | Text shown to antagonists. |
---|---|
associated_paths | A list of typepaths used to populate associated_strings. |
associated_strings | A list of string search terms associated with this entry. |
available_to_map_tech_level | The map tech level this entry will appear for. |
categories | A list of category decls that this codex entry belongs to. |
disambiguator | Value used to disambiguate overlapping codex names. |
guide_html | HTML returned when the entry is used to populate a guide manual. |
include_subtypes | If TRUE, associated_paths is set to include each path's subtypes in New(). |
lore_text | IC text. |
mechanics_text | OOC text. |
skip_hardcoded_generation | If TRUE, don't create this entry in codex init. Where possible, consider using abstract_type or store_codex_entry = FALSE instead. |
store_codex_entry | Whether or not this entry is stored on the subsystem, or is associated with solely the specific atom. |
unsearchable | If TRUE, the entry will be excluded from search results, category listings, or the index. It will only be accessible from items and entries that directly link to it. |
Var Details
antag_text
Text shown to antagonists.
associated_paths
A list of typepaths used to populate associated_strings.
associated_strings
A list of string search terms associated with this entry.
available_to_map_tech_level
The map tech level this entry will appear for.
categories
A list of category decls that this codex entry belongs to.
disambiguator
Value used to disambiguate overlapping codex names.
guide_html
HTML returned when the entry is used to populate a guide manual.
include_subtypes
If TRUE, associated_paths is set to include each path's subtypes in New().
lore_text
IC text.
mechanics_text
OOC text.
skip_hardcoded_generation
If TRUE, don't create this entry in codex init. Where possible, consider using abstract_type or store_codex_entry = FALSE instead.
store_codex_entry
Whether or not this entry is stored on the subsystem, or is associated with solely the specific atom.
unsearchable
If TRUE, the entry will be excluded from search results, category listings, or the index. It will only be accessible from items and entries that directly link to it.