Style changes
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user