-
Notifications
You must be signed in to change notification settings - Fork 13
Identify
MaksyKun edited this page Jul 25, 2026
·
5 revisions
Identify reveals hidden information on generated items using configured tomes or identify items.
-
Settings:
modules/identify/settings.yml -
Items:
items/common.yml -
Tomes:
common.yml,rare.ymlintomes/
-
identify identify—divinity.identify.cmd.identify -
identify reloadand shared item commands —divinity.admin
An identify item points to the generated item module and ID using item-module and item-id. applicable-tomes lists the tomes that can reveal it.
-
item-module,item-id, andapplicable-tomesare exact references. Renaming a generator or tome file requires updating identify content. - Test unidentified items created before and after configuration changes; existing item metadata may preserve old references.
- Use disposable copies when testing identification so a parsing or requirement error cannot strand valuable items.
- Verify every tier and level range has at least one applicable tome and a reachable acquisition path.
items/common.yml — bundled unidentified item
name: '&kUndentified Item'
tier: common
item-flags:
- '*'
level:
min: 1
max: 25
item-module: item_generator
item-id: common
applicable-tomes:
- common
- rare
target-requirements:
type:
- '*'
module:
- '*'See Modules and Commands and Permissions.