Skip to content

Fortify

MaksyKun edited this page Jul 25, 2026 · 3 revisions

11 — Fortify

Fortify stones protect socketing attempts for selected modules and target levels.

Files

Commands and permissions

  • fortify fortifydivinity.fortify.cmd.fortify
  • fortify unfortifydivinity.fortify.cmd.unfortify
  • fortify reload and shared item commands — divinity.admin

Configuration and example

protection.modules limits a stone to one or more module IDs. chance-by-level is the protection chance at each stone level.

items/stone_essence.yml — bundled essence protection stone
material: COAL
name: 'Fortify Stone'
tier: common
level:
  min: 1
  max: 10
uses-by-level:
  '1': 1
  '5': 2
  '10': 3
protection:
  modules:
    - essences
  chance-by-level:
    '1': 15
    '5': 35
    '10': 60
target-requirements:
  type:
    - WEAPON
    - ARMOR

Clone this wiki locally