Перейти к основному содержимому

fragment_definition

A collectible fragment piece definition — misc entry.

Entry Information

PropertyValue
Entry IDfragment_definition
TypeMisc
ColorGold
Iconmdi:bookmark-multiple

Fields

FieldTypeDescription
fragmentGroupVar<String>Group this fragment belongs to (e.g. 'elder_runes', 'dragon_scales').
fragmentIdVar<String>Unique fragment identifier within the group.
displayItemItemDisplay item shown in the codex.
customItemOptional<Item>Custom item the player must pick up to collect this fragment. If empty, uses displayItem.
loreTextStringLore text revealed about this fragment. Supports color codes.
positionOptional<Var<Position>>Optional world position where this fragment is hidden.
hintStringHint text to help players find the fragment.
onFoundRef<TriggerableEntry>Sequence triggered when this fragment is collected.

Usage Example

- entry: fragment_definition
name: "A collectible fragment piece definition"
fragmentGroup: ""
fragmentId: ""
displayItem: ""
customItem: ""
loreText: ""
position: ""
hint: ""
onFound: ""