magic_dust universal_dust - magemonkeystudio/divinity GitHub Wiki
β¨ Universal Magic Dust
This Magic Dust can increase socketing success across multiple modules: Gems, Runes, and Essences. Itβs a flexible tool for enhancing any socketable item regardless of type.
π File Location
plugins/Divinity/modules/magic_dust/items/universal_dust.yml
universal_dust.yml
π§ͺ Example: material: GLOWSTONE_DUST
name: 'Universal Magic Dust'
lore: []
enchanted: true
item-flags:
- '*'
tier: common
level:
min: 1
max: 5
uses-by-level:
'1': 1
'3': 2
rate-increasing:
max-value: 80
values-by-level:
'1': 1
'2': 2
'3': 3
'4': 4
'5': 5
target-requirements:
type:
- '*'
module:
- gems
- runes
- essences
level:
'1': '1:3'
'3': '3'
π Key Sections
material
: Item type (GLOWSTONE_DUST
).name
: The in-game display name of the dust.tier
: Classification tier (e.g.,common
).enchanted
: Whether the dust glows visually.uses-by-level
: Sets how many uses are consumed based on item level.rate-increasing
:max-value
: Caps the maximum success bonus.values-by-level
: Defines how much success % increases per dust level.
target-requirements
:module
: Can be used with gems, runes, or essences.type
: Affects all item types.level
: Controls which item levels can be targeted.
β¨ Universal Magic Dust
This Magic Dust can increase socketing success across multiple modules: Gems, Runes, and Essences. Itβs a flexible tool for enhancing any socketable item regardless of type.
π File Location
plugins/Divinity/modules/magic_dust/items/universal_dust.yml
universal_dust.yml
π§ͺ Example: material: GLOWSTONE_DUST
name: 'Universal Magic Dust'
lore: []
enchanted: true
item-flags:
- '*'
tier: common
level:
min: 1
max: 5
uses-by-level:
'1': 1
'3': 2
rate-increasing:
max-value: 80
values-by-level:
'1': 1
'2': 2
'3': 3
'4': 4
'5': 5
target-requirements:
type:
- '*'
module:
- gems
- runes
- essences
level:
'1': '1:3'
'3': '3'
π Key Sections
material
: Item type (GLOWSTONE_DUST
).name
: The in-game display name of the dust.tier
: Classification tier (e.g.,common
).enchanted
: Whether the dust glows visually.uses-by-level
: Sets how many uses are consumed based on item level.rate-increasing
:max-value
: Caps the maximum success bonus.values-by-level
: Defines how much success % increases per dust level.
target-requirements
:module
: Can be used with gems, runes, or essences.type
: Affects all item types.level
: Controls which item levels can be targeted.