Skip to content

Identify

MaksyKun edited this page Jul 25, 2026 · 5 revisions

Identify

Identify reveals hidden information on generated items using configured tomes or identify items.

Files

Commands and permissions

  • identify identifydivinity.identify.cmd.identify
  • identify reload and shared item commands — divinity.admin

Configuration and example

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.

Administrator notes

  • item-module, item-id, and applicable-tomes are 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.

Clone this wiki locally