Style changes

This commit is contained in:
2026-03-14 14:49:10 +01:00
parent 28587fc6df
commit 4e518244a2
3 changed files with 8 additions and 8 deletions

View File

@@ -10,17 +10,17 @@ public static class AffixDisplayMap
{
[CriticalEffectCodes.StunnedRounds] = new(
"Stunned",
"💫",
"🗱",
"Cannot act for the indicated rounds.",
"Stunned for the displayed duration."),
[CriticalEffectCodes.MustParryRounds] = new(
"Must Parry",
"🛡",
"",
"Forced parry for the indicated rounds.",
"Must parry until the duration ends."),
[CriticalEffectCodes.NoParryRounds] = new(
"No Parry",
"🚫🛡️",
"🚫",
"Cannot parry for the indicated rounds.",
"No parry for the displayed duration."),
[CriticalEffectCodes.BleedPerRound] = new(
@@ -40,7 +40,7 @@ public static class AffixDisplayMap
"Foe penalty of the displayed value."),
[CriticalEffectCodes.AttackerBonusNextRound] = new(
"Attacker Bonus",
"",
"",
"Attacker bonus next round.",
"Adds the shown bonus next round."),
[CriticalEffectCodes.PowerPointModifier] = new(