Skip to content

essence ascension

goflishMC edited this page Jun 29, 2025 · 1 revision

🕊 Essence of Ascension

Releases soul particles from below that rise as you move.


📄 File Path

To use this essence, create the following file:

plugins/Divinity/modules/essences/items/ascension.yml

🧪 Configuration

material: SOUL_SAND
name: '&3Essence of Ascension'
tier: legendary
lore:
  - '&7Soul wisps rise as you walk.'
enchanted: true
item-flags:
  - '*'

effect:
  type: FOOT
  name: SOUL
  speed: 0.03
  amount: 10
  offset-x: 0.25
  offset-y: 0
  offset-z: 0.25
Clone this wiki locally