essence frost - magemonkeystudio/divinity GitHub Wiki

โ„๏ธ Essence of Frost

Trails icy particles behind the player while moving.


๐Ÿ“„ File Path

To use this essence, create the following file:

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

๐Ÿงช Configuration

material: BLUE_ICE
name: '&bEssence of Frost'
tier: rare
lore:
  - '&7Leaves a trail of frost as you move.'
enchanted: true
item-flags:
  - '*'

effect:
  type: FOOT
  name: SNOWFLAKE
  speed: 0.02
  amount: 6
  offset-x: 0.15
  offset-y: 0.1
  offset-z: 0.15