Difference between revisions of "Category:Potion Strength"

23 bytes removed ,  17:16, 6 January 2008
Replaced all instances of detrimental with hostile
imported>Haama
imported>Haama
(Replaced all instances of detrimental with hostile)
Line 26: Line 26:
Note that if the player is using a Mortar and Pestle only this is the Final Duration.
Note that if the player is using a Mortar and Pestle only this is the Final Duration.
===Now things get complicated===
===Now things get complicated===
The formula here depends on the equipment the player uses (OBSE's [[GetApparatusType]]), whether it's a potion or poison (OBSE's [[IsPoison]]), and whether the effect is beneficial (i.e., Restore Health) or detrimental (OBSE's [[IsMagicEffectDetrimental]]).
The formula here depends on the equipment the player uses (OBSE's [[GetApparatusType]]), whether it's a potion or poison (OBSE's [[IsPoison]]), and whether the effect is beneficial (i.e., Restore Health) or hostile (OBSE's [[IsMagicEffectHostile]] and [[IsNthEffectItemScriptHostile]]).


If the player uses a Calcinator, Retort, or Alembic alone with the Mortar and Pestle the equations are straight forward. Remember that a Retort has no effect on detrimental effects, and an Alembic only affects detrimental effects on potions.
If the player uses a Calcinator, Retort, or Alembic alone with the Mortar and Pestle the equations are straight forward. Remember that a Retort has no effect on hostile effects, and an Alembic only affects hostile effects on potions.


However, if the player uses a Calcinator and Retort for beneficial effects a different equation is used. Also, if the player uses an Calcinator and Alembic together for detrimental effects yet another equation is used. This third equation applies to detrimental effects on ''poisons'' as well as potions, even though the Alembic has no other effect.
However, if the player uses a Calcinator and Retort for beneficial effects a different equation is used. Also, if the player uses an Calcinator and Alembic together for hostile effects yet another equation is used. This third equation applies to hostile effects on ''poisons'' as well as potions, even though the Alembic has no other effect.
====Using an Alembic alone for Beneficial Effects or Detrimental Effects on a Poison, or a Retort alone for Detrimental Effects====
====Using an Alembic alone for Beneficial Effects or Hostile Effects on a Poison, or a Retort alone for Hostile Effects====
These have no effect on effect strength.
These have no effect on effect strength.
  Magnitude = BaseMag
  Magnitude = BaseMag
  Duration = BaseDur
  Duration = BaseDur
====Using a Calcinator alone for Beneficial Effects (Alembic ignored) or alone for Detrimental Effects (Retort ignored)====
====Using a Calcinator alone for Beneficial Effects (Alembic ignored) or alone for Hostile Effects (Retort ignored)====
You might notice that both magnitude and duration use [[fPotionT1CalMagMult]]. That is not a mistake. [[fPotionT1CalDurMult]] has no effect on potion strength while [[fPotionT1CalMagMult]] does affect the effect's duration.
You might notice that both magnitude and duration use [[fPotionT1CalMagMult]]. That is not a mistake. [[fPotionT1CalDurMult]] has no effect on potion strength while [[fPotionT1CalMagMult]] does affect the effect's duration.
  Magnitude = BaseMag * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]])<nowiki>]</nowiki>
  Magnitude = BaseMag * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]])<nowiki>]</nowiki>
Line 42: Line 42:
  Magnitude = BaseMag * <nowiki>[</nowiki>1 + (RetortQuality * [[fPotionT1RetMagMult]])<nowiki>]</nowiki>
  Magnitude = BaseMag * <nowiki>[</nowiki>1 + (RetortQuality * [[fPotionT1RetMagMult]])<nowiki>]</nowiki>
  Duration = BaseDur * <nowiki>[</nowiki>1 + (RetortQuality * [[fPotionT1RetDurMult]])<nowiki>]</nowiki>
  Duration = BaseDur * <nowiki>[</nowiki>1 + (RetortQuality * [[fPotionT1RetDurMult]])<nowiki>]</nowiki>
====Using an Alembic alone for Detrimental Effects on Potions (Retort ingored)====
====Using an Alembic alone for Hostile Effects on Potions (Retort ingored)====
  Magnitude = BaseMag * <nowiki>[</nowiki>1 + (AlembicQuality * [[fPotionT1AleMagMult]])<nowiki>]</nowiki>
  Magnitude = BaseMag * <nowiki>[</nowiki>1 + (AlembicQuality * [[fPotionT1AleMagMult]])<nowiki>]</nowiki>
  Duration = BaseDur * <nowiki>[</nowiki>1 + (AlembicQuality * [[fPotionT1AleDurMult]])<nowiki>]</nowiki>
  Duration = BaseDur * <nowiki>[</nowiki>1 + (AlembicQuality * [[fPotionT1AleDurMult]])<nowiki>]</nowiki>
Line 49: Line 49:
  Magnitude = BaseMag * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]] / ([[fMagicDurMagBaseCostMult]] * [[fPotionT1MagMult]])) + (RetortQual * [[fPotionT1RetMagMult]])<nowiki>]</nowiki>
  Magnitude = BaseMag * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]] / ([[fMagicDurMagBaseCostMult]] * [[fPotionT1MagMult]])) + (RetortQual * [[fPotionT1RetMagMult]])<nowiki>]</nowiki>
  Duration = BaseDur * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]] / ([[fMagicDurMagBaseCostMult]] * [[fPotionT1MagMult]])) + (RetortQual * [[fPotionT1RetDurMult]])<nowiki>]</nowiki>
  Duration = BaseDur * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]] / ([[fMagicDurMagBaseCostMult]] * [[fPotionT1MagMult]])) + (RetortQual * [[fPotionT1RetDurMult]])<nowiki>]</nowiki>
====Using a Calcinator and Alembic for Detrimental Effects on Poisons (Retort ignored)====
====Using a Calcinator and Alembic for Hostile Effects on Poisons (Retort ignored)====
An alembic has no direct effect on the strength of the effect, but it does change the formula to
An alembic has no direct effect on the strength of the effect, but it does change the formula to
  Magnitude = BaseMag * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]])<nowiki>]</nowiki> * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]])<nowiki>]</nowiki>
  Magnitude = BaseMag * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]])<nowiki>]</nowiki> * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]])<nowiki>]</nowiki>
  Duration = BaseDur * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]])<nowiki>]</nowiki> * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]])<nowiki>]</nowiki>
  Duration = BaseDur * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]])<nowiki>]</nowiki> * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]])<nowiki>]</nowiki>
====Using a Calcinator and Alembic for Detrimental Effects on Potions (Retort ignored)====
====Using a Calcinator and Alembic for Hostile Effects on Potions (Retort ignored)====
As with poisons, the equation is changed. This time, though, the Alembic has a more direct effect on the effect's strength.
As with poisons, the equation is changed. This time, though, the Alembic has a more direct effect on the effect's strength.
  Magnitude = BaseMag * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]])<nowiki>]</nowiki> * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]]) - (AlembicQuality * [[fPotionT1AleMagMult]])<nowiki>]</nowiki>
  Magnitude = BaseMag * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]])<nowiki>]</nowiki> * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT1CalMagMult]]) - (AlembicQuality * [[fPotionT1AleMagMult]])<nowiki>]</nowiki>
Line 64: Line 64:
Note that if the player is using a Mortar and Pestle only this is the final Duration.
Note that if the player is using a Mortar and Pestle only this is the final Duration.
===Applying other Apparatuses===
===Applying other Apparatuses===
Again, Retorts only work on Beneficial effects and Alembics only work on Detrimental effects on potions. Unlike Type 1 effects, the apparatuses' effects are strictly additive, and the formula doesn't change.
Again, Retorts only work on Beneficial effects and Alembics only work on Hostile effects on potions. Unlike Type 1 effects, the apparatuses' effects are strictly additive, and the formula doesn't change.
====Beneficial Effects (Alembic ignored)====
====Beneficial Effects (Alembic ignored)====
  Duration = BaseDur * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT2CalDurMult]]) + (RetortQuality * [[fPotionT2RetDurMult]])<nowiki>]</nowiki>
  Duration = BaseDur * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT2CalDurMult]]) + (RetortQuality * [[fPotionT2RetDurMult]])<nowiki>]</nowiki>
====Detrimental Effects on Potions (Retort ignored)====
====Hostile Effects on Potions (Retort ignored)====
  Duration = BaseDur * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT2CalDurMult]]) + (AlembicQuality * [[fPotionT2AleDurMult]])<nowiki>]</nowiki>
  Duration = BaseDur * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT2CalDurMult]]) + (AlembicQuality * [[fPotionT2AleDurMult]])<nowiki>]</nowiki>
====Detrimental Effects on Poisons (Alembic and Retort ignored)====
====Hostile Effects on Poisons (Alembic and Retort ignored)====
  Duration = BaseDur * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT2CalDurMult]])<nowiki>]</nowiki>
  Duration = BaseDur * <nowiki>[</nowiki>1 + (CalcQuality * [[fPotionT2CalDurMult]])<nowiki>]</nowiki>
==Type 3 Effects==
==Type 3 Effects==
Anonymous user