Skip to content

Identify

MaksyKun edited this page Jul 25, 2026 · 3 revisions

13 — 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.

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:
    - '*'

Clone this wiki locally