Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/data/ModInformation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const ModInformation: EnumDictionary<ModOrAbility, Modifier> = {
id: ModOrAbility.WhisperOfChains,
name: "Whisper of Chains",
description:
"While you are near frozen targets or a friendly Stasis crystal, you take reduced damage from targets.",
"Defeating targets while you have Frost Armor has a chance to create a Stasis shard.",
type: ModifierType.Stasis,
bonus: [{ stat: ArmorStat.Recovery, value: 10 }],
cost: 1,
Expand Down Expand Up @@ -82,7 +82,7 @@ export const ModInformation: EnumDictionary<ModOrAbility, Modifier> = {
[ModOrAbility.WhisperOfFractures]: {
id: ModOrAbility.WhisperOfFractures,
name: "Whisper of Fractures",
description: "Your melee energy recharges faster when you are near two or more targets.",
description: "Shattering a Frozen Enemy with a melee attack grants you a Stack of Frost Armor.",
type: ModifierType.Stasis,
bonus: [{ stat: ArmorStat.Discipline, value: -10 }],
cost: 1,
Expand Down