Skip to content

Commit e79c5d1

Browse files
committed
data: Add note about inaccurate spite signet approximation
1 parent 9aedb3d commit e79c5d1

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

locales/en/translation.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@
297297
"amountLabel_% fury": "% fury",
298298
"amountLabel_% impaired": "% impaired",
299299
"amountLabel_% melee": "% melee",
300+
"amountLabel_% of non-shroud": "% of non-shroud",
300301
"amountLabel_% regeneration": "% regeneration",
301302
"amountLabel_% resolution": "% resolution",
302303
"amountLabel_% revealed": "% revealed",
@@ -1138,6 +1139,7 @@
11381139
"skillSubText_siphon effect, vs vulnerable": "siphon effect, vs vulnerable",
11391140
"skillSubText_siphon only": "siphon only",
11401141
"skillSubText_traited": "traited",
1142+
"skillSubText_when not in shroud": "when not in shroud",
11411143
"skillSubText_while active": "while active",
11421144
"skillSubText_with Centaur, while active": "with Centaur, while active",
11431145
"skillSubText_woven air / perfect weave": "woven air / perfect weave",
@@ -1175,8 +1177,8 @@
11751177
"traitNote_Larcenous Torment lifesteal damage may be omitted in arcdps area stats or parsed arcdps logs.": "Larcenous Torment lifesteal damage may be omitted in arcdps area stats or parsed arcdps logs.",
11761178
"traitNote_Leeching venoms siphons applied by allies use allies' power stats, so they are not implemented.": "Leeching venoms siphons applied by allies use allies' power stats, so they are not implemented.",
11771179
"traitNote_Natural Fortitude Unleashed Ambush lifesteal damage may be omitted in arcdps area stats or parsed arcdps logs.": "Natural Fortitude Unleashed Ambush lifesteal damage may be omitted in arcdps area stats or parsed arcdps logs.",
1178-
"traitNote_Nightmare Weapon stacks on allies are affected by ally lifesteal damage/all damage modifiers like Soul Barbs, Relic of Atrocity, Lead Attacks, and numerous revenant traits.": "Nightmare Weapon stacks on allies are affected by ally lifesteal damage/all damage modifiers like Soul Barbs, Relic of Atrocity, Lead Attacks, and numerous revenant traits.",
11791180
"traitNote_Non-100% Chaotic Potency with-staff values combined with Toxic Maintenance Oil/Enhanced Lucent Oil result in inconsistent boon duration between weapon sets, which will be averaged.": "Non-100% Chaotic Potency with-staff values combined with Toxic Maintenance Oil/Enhanced Lucent Oil result in inconsistent boon duration between weapon sets, which will be averaged.",
1181+
"traitNote_Signet of Spite non-100% uptime (i.e. on any build that uses shroud rotation) is currently simulated poorly (as a fractional affect both in and out of shroud).\n\nNightmare Weapon stacks on allies are affected by ally lifesteal damage/all damage modifiers like Soul Barbs, Relic of Atrocity, Lead Attacks, and numerous revenant traits.": "Signet of Spite non-100% uptime (i.e. on any build that uses shroud rotation) is currently simulated poorly (as a fractional affect both in and out of shroud).\n\nNightmare Weapon stacks on allies are affected by ally lifesteal damage/all damage modifiers like Soul Barbs, Relic of Atrocity, Lead Attacks, and numerous revenant traits.",
11801182
"traitNote_The durations of transferred self conditions (cannon backfire + generosity sigil) aren't simulated correctly.": "The durations of transferred self conditions (cannon backfire + generosity sigil) aren't simulated correctly.",
11811183
"traitNote_The durations of transferred self conditions (plague sending, dagger 4, staff 4) aren't simulated correctly.": "The durations of transferred self conditions (plague sending, dagger 4, staff 4) aren't simulated correctly.",
11821184
"traitNote_Vampiric Slash lifesteal damage may not be shown in arcdps area stats or parsed arcdps logs.": "Vampiric Slash lifesteal damage may not be shown in arcdps area stats or parsed arcdps logs.",

src/assets/modifierdata/necromancer.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
- section: Skills
22
note: >-
3+
Signet of Spite non-100% uptime (i.e. on any build that uses shroud rotation) is currently simulated poorly
4+
(as a fractional affect both in and out of shroud).
5+
6+
37
Nightmare Weapon stacks on allies are affected by ally lifesteal damage/all damage modifiers like Soul
48
Barbs, Relic of Atrocity, Lead Attacks, and numerous revenant traits.
59
items:
@@ -17,13 +21,14 @@
1721
Flat DPS: 1
1822
temporaryBuff: true
1923

24+
# kind of inaccurate; shouldn't apply in shroud and shouldn't affect "alternative power"
2025
- id: signet-of-spite
2126
text: Signet of Spite
22-
subText: passive
27+
subText: when not in shroud
2328
amountData:
24-
label: '% uptime'
29+
label: '% of non-shroud'
2530
default: 0
26-
defaultInput: ???
31+
defaultInput: 100
2732
quantityEntered: 100
2833
modifiers:
2934
attributes:

0 commit comments

Comments
 (0)