Skip to content

Conversation

@Inzagini
Copy link
Contributor

Fixes #8897

Description of the problem being solved:

  • In the current build, the Queen’s Hunger, Vaal Regalia still includes a cast speed modifier, which should not be present.

Steps taken to verify a working solution:

  • Remove the cast speed option
  • Verifying in the calculation that cast speed is no longer applied

After screenshot:

Screenshot 2025-10-01 001957

The Queen's Hunger, Vaal Regalia

Screenshot 2025-10-01 002019

Item tooltip (cast speed removed)

Copy link
Member

@Wires77 Wires77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cast speed is a legacy mod now, so should probably still be included: https://pathofexile.com/trade/search/Standard/wvlo95kmsb

@Inzagini
Copy link
Contributor Author

I forgot about the standard league. I’ll undo my changes, but I’m not sure how to include the mod in the standard league without adding it to the current league. Could you please give me some tips on how to tackle this problem?

@Wires77
Copy link
Member

Wires77 commented Oct 30, 2025

Unfortunately we still don't have a great way to do unique variants that have differing versions based on patch. That would be the ideal solution, but for now we could add another variant for version and manually set it to "Current". Result would look something like the below (version variants could be above or below the group of veiled mods, doesn't matter). Important bits are in the smaller block:

...
Variant: Pre 3.27
Variant: Current
Selected Variant: 25
Has Alt Variant: true
Selected Alt Variant: 23
Has Alt Variant Two: true
Selected Alt Variant Two: 23
...
{variant:24}{range:0.5}(5-10)% increased Cast Speed
The Queen's Hunger
Vaal Regalia
Energy Shield: 508
EnergyShieldBasePercentile: 1
League: Betrayal
Variant: (Prefix) Avoid Stun And Elemental Status Ailments
Variant: (Prefix) Block Percent
Variant: (Prefix) Increased Energy Shield And Life
Variant: (Prefix) Increased Energy Shield And Life High
Variant: (Prefix) Increased Energy Shield And Life Med
Variant: (Prefix) Percentage Life And Mana
Variant: (Prefix) Physical Damage Reduction Rating During Soul Gain Prevention
Variant: (Prefix) Spell Block Percent
Variant: (Suffix) Avoid Elemental Damage Chance During Soul Gain Prevention
Variant: (Suffix) Cold And Chaos Damage Resistance
Variant: (Suffix) Damage Removed From Mana Before Life While Focused
Variant: (Suffix) Dexterity And Avoid Freeze
Variant: (Suffix) Dexterity And Intelligence
Variant: (Suffix) Energy Shield Regeneration Rate Per Minute If Rare Or Unique Enemy Nearby
Variant: (Suffix) Fire And Chaos Damage Resistance
Variant: (Suffix) Fortify Effect While Focused
Variant: (Suffix) Intelligence And Avoid Shock
Variant: (Suffix) Life Regeneration Per Evasion During Focus
Variant: (Suffix) Lightning And Chaos Damage Resistance
Variant: (Suffix) Restore Mana And Energy Shield On Focus
Variant: (Suffix) Strength And Avoid Ignite
Variant: (Suffix) Strength And Dexterity
Variant: (Suffix) Strength And Intelligence
Variant: Pre 3.27
Variant: Current
Selected Variant: 25
Has Alt Variant: true
Selected Alt Variant: 23
Has Alt Variant Two: true
Selected Alt Variant Two: 23
Quality: 20
Sockets: B-B-B-B-B-B
LevelReq: 68
Implicits: 0
Trigger Level 20 Bone Offering, Flesh Offering or Spirit Offering every 5 seconds
Offering Skills Triggered this way also affect you
{variant:24}{range:0.5}(5-10)% increased Cast Speed
{range:0.5}(100-130)% increased Energy Shield
{range:0.5}(6-10)% increased maximum Life
{variant:1}{range:0.5}(30-35)% chance to Avoid Elemental Ailments
{variant:1}{range:0.5}(30-35)% chance to Avoid being Stunned
{variant:2}{range:0.5}(8-9)% Chance to Block Attack Damage
{variant:3}{range:0.5}(24-28)% increased Energy Shield
{variant:3}{range:0.5}+(17-19) to maximum Life
{variant:4}{range:0.5}(24-28)% increased Energy Shield
{variant:4}{range:0.5}+(23-26) to maximum Life
{variant:5}{range:0.5}(24-28)% increased Energy Shield
{variant:5}{range:0.5}+(19-22) to maximum Life
{variant:6}{range:0.5}(9-10)% increased maximum Life
{variant:6}{range:0.5}(9-10)% increased maximum Mana
{variant:7}{range:0.5}+(3201-4000) to Armour during Soul Gain Prevention
{variant:8}{range:0.5}(9-10)% Chance to Block Spell Damage
{variant:9}{range:0.5}(10-12)% chance to Avoid Elemental Damage from Hits during Soul Gain Prevention
{variant:10}{range:0.5}+(16-20)% to Cold and Chaos Resistances
{variant:11}{range:0.5}(18-22)% of Damage is taken from Mana before Life while Focused
{variant:12}{range:0.5}+(31-35) to Dexterity
{variant:12}{range:0.5}(21-25)% chance to Avoid being Frozen
{variant:13}{range:0.5}+(31-35) to Dexterity and Intelligence
{variant:14}Regenerate 200 Energy Shield per second while a Rare or Unique Enemy is Nearby
{variant:15}{range:0.5}+(16-20)% to Fire and Chaos Resistances
{variant:16}+10 to maximum Fortification while Focused
{variant:17}{range:0.5}+(31-35) to Intelligence
{variant:17}{range:0.5}(21-25)% chance to Avoid being Shocked
{variant:18}1.5% of Evasion Rating is Regenerated as Life per second while Focused
{variant:19}{range:0.5}+(16-20)% to Lightning and Chaos Resistances
{variant:20}Recover (37-40)% of Mana and Energy Shield when you Focus
{variant:21}{range:0.5}+(31-35) to Strength
{variant:21}{range:0.5}(21-25)% chance to Avoid being Ignited
{variant:22}{range:0.5}+(31-35) to Strength and Dexterity
{variant:23}{range:0.5}+(31-35) to Strength and Intelligence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The Queen's Hunger Vaal Regalia is not up-to-date

2 participants