Memories.json format
The memories.json file is used to store the players found "Memories", which are NPCs found throughout the world.
JSON format
- : Root object.
- Memories: Array that holds all memory entries.
- : A memory entry.
- Id: The memory type id. Currently always "NPC".
- NPCRole: The id of the NPC that was found.
- TranslationKey: The translation key for the name of this NPC.
- IsMemoriesNameOverridden: Unknown. Always
false. - CapturedTimestamp: The unix timestamp of when this NPC was found.
- FoundLocationNameKey: Where this NPC was found.
- : A memory entry.
- Memories: Array that holds all memory entries.
History
Early Access |
|||||||
|---|---|---|---|---|---|---|---|
| 2026.01.13-dcad8778f | The memories format is introduced. | ||||||