Skip to content

essence storm

goflishMC edited this page Jun 29, 2025 · 1 revision

⚡ Essence of Storm

Crackles with subtle static-like electric effects around the player.


📄 File Path

To use this essence, create the following file:

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

🧪 Configuration

material: LIGHTNING_ROD
name: '&bEssence of Storm'
tier: rare
lore:
  - '&7Static energy crackles at your feet.'
enchanted: true
item-flags:
  - '*'

effect:
  type: FOOT
  name: ELECTRIC_SPARK
  speed: 0.1
  amount: 6
  offset-x: 0.2
  offset-y: 0.05
  offset-z: 0.2

Clone this wiki locally