Jump to content

Recommended Posts

Posted

I cannot find a status effect that extends the duration of abilities. Do I need to combine increasing intellect status effect with decreasing will and aoe status effects?

Posted

"BeneficialEffectDurationMultiplier"/"HostileEffectDurationMultiplier", or maybe "StatusEffectDurationAdjustment"/"StatusEffectDurationMultiplier" would be my guess?

For refence "Food_roe_SE_BeneficialEffectDuration" from Roe uses "BeneficialEffectDurationMultiplier".

Posted
57 minutes ago, Kvellen said:

"BeneficialEffectDurationMultiplier"/"HostileEffectDurationMultiplier", or maybe "StatusEffectDurationAdjustment"/"StatusEffectDurationMultiplier" would be my guess?

For refence "Food_roe_SE_BeneficialEffectDuration" from Roe uses "BeneficialEffectDurationMultiplier".

Thanks for your suggestions. To give context I am trying to make a Cipher subclass that extends the durations of all abilties with the keyword Echo.

I think I am going to end up using "StatusEffectDurationAdjustment"/"StatusEffectDurationMultiplier" and manually include every status effect of every ability with the keyword Echo.

  • Like 1
Posted
On 11/17/2023 at 10:13 PM, Kvellen said:

"BeneficialEffectDurationMultiplier"/"HostileEffectDurationMultiplier", or maybe "StatusEffectDurationAdjustment"/"StatusEffectDurationMultiplier" would be my guess?

For refence "Food_roe_SE_BeneficialEffectDuration" from Roe uses "BeneficialEffectDurationMultiplier".

I tried BeneficialEffectDurationMultiplier"/"HostileEffectDurationMultiplier but they seem to only trigger on recieved effects and not on cast effects.

I also tried increasing INT to increase durations while reducing Will and aoe range to compensate. Although it worked, they were passive effects and did not trigger only on spell casts wiith specified keywords.

I ended up duplicating every keyworded spell and increased their duration.

  • 8 months later...
Posted

Working on wizard subclass, I am looking for a way to extend durations again but it seems that there are 3 possible solutions:

  • "StatusEffectDurationAdjustment"/"StatusEffectDurationMultiplier" 's which "Adjusts/Multiplies the duration of status effects of the specified Status Effects Value applied to the target by Value." Problem is that I need to add all possible wizard status effects with duration (big list) and the description seems to indicate that it will apply to status effects that a target already have, which means that you cannot extend the duration before casting a spell.
  • "OutgoingAfflictionTypeDurationMult" but it only affects Inspirations and Afflications durations of casting spells.
  • Increasing Intellect/Power Level while decreasing the AOE and Will/Healing, Damage, Defense, Accuracy and Penetration.

Any other solution that anyone might know of?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...