User Tools

Site Tools


enchanting:ice_shards

This is an old revision of the document!


Start > Enchanting > Effects > Ice Shards

Ice Shards

Ice Shards is an enchantment that increases the damage dealt by the Staff of Frost.

Mechanic Overview

When using the Staff of Frost, the damage dealt is modified based on the total points of the Ice Shards enchantment applied across all equipped gear. Each gear item can hold up to 25 points of Ice Shards.

Damage Modifier:

  • The total points from all equipped Ice Shards enchantments are summed up.
  • The damage dealt by the Staff of Frost is then modified by the following formula:
float modFrost = 1.0f + ((1f / (1f + Mathf.Exp(((-iceShardsPoints * 0.05f) + 5f)))) * 3f);

Note: For the effect from armor to apply, the weapon must be enchanted with any type of enchantment. Example:

  • Assume you have 100 Ice Shards points spread across your gear.
  • The damage dealt by the Staff of Frost is modified according to the formula, increasing significantly based on the points invested.
enchanting/ice_shards.1723845719.txt.gz · Last modified: 2024/08/16 22:01 by eric