Difference between revisions of "Sacred:Formulae and Calculators"

From SacredWiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== [[Attributes|Attribute]] ==
+
{{Languages}}
 +
<div style="float:right;">
 +
{|style="margin:0px 0px 5px 10px;"
 +
|__TOC__
 +
|}
 +
</div>
  
 +
== [[Sacred:Attributes|Attribute]] ==
 
Initial attribute values are allocated to all characters when they are created.  These values are automatically increased by one tenth of their initial value every time a character gains a level.
 
Initial attribute values are allocated to all characters when they are created.  These values are automatically increased by one tenth of their initial value every time a character gains a level.
  
More formally, defining
+
The formula for calculating the current attribute value is
 +
:AV = EB + AA + BV * (1 + (L - 1)/10)
  
 +
where:
 
:L as the current character level;
 
:L as the current character level;
 
 
:BV as the Base Value of the attribute (the unmodified value it has at level 1);
 
:BV as the Base Value of the attribute (the unmodified value it has at level 1);
 
 
:AA as the number of Allocated Attribute Points (the number of points you have "spent" on this attribute);
 
:AA as the number of Allocated Attribute Points (the number of points you have "spent" on this attribute);
 
 
:EB as Equipment Bonus (the increase to the attribute due to equipped items); and, finally,
 
:EB as Equipment Bonus (the increase to the attribute due to equipped items); and, finally,
 
 
:AV as the displayed Actual Value of the attribute
 
:AV as the displayed Actual Value of the attribute
 
then the formula for calculating the current attribute value is
 
 
:AV = EB + AA + BV * (1 + (L - 1)/10)
 
  
 
If the displayed Attribute Value is white, this indicates no equipment bonus is in effect. If the displayed value is blue, then at least one item equipped is increasing that attribute.
 
If the displayed Attribute Value is white, this indicates no equipment bonus is in effect. If the displayed value is blue, then at least one item equipped is increasing that attribute.
 
  
  
Line 26: Line 25:
 
Spell Damage Formula includes 3 different sets of parameters:
 
Spell Damage Formula includes 3 different sets of parameters:
  
 +
Spell Damage Formula:
 +
:A*[ x*L + y*M + z*( 1 + T/100 ) + 1 ]*R + B*L + C*M + D
 +
 +
where:
 
:1) Character dependant parameters
 
:1) Character dependant parameters
 
 
::1.a) L -> Character Level
 
::1.a) L -> Character Level
 
 
::1.b) M -> Points spent in Mental Regeneration
 
::1.b) M -> Points spent in Mental Regeneration
 
 
::1.c) R -> Spell level
 
::1.c) R -> Spell level
 
 
::1.d) T -> Magic Lore bonus
 
::1.d) T -> Magic Lore bonus
 
 
:2) Spell dependant parameters: A, B, C, D
 
:2) Spell dependant parameters: A, B, C, D
 
 
:3) Class dependant parameters: x, y, z
 
:3) Class dependant parameters: x, y, z
 
The formula is
 
 
:A*[ x*L + y*M + z*( 1 + T/100 ) + 1 ]*R + B*L + C*M + D
 
  
 
It's important to pay attention to the fact that M is the number of ''points spent'' in Mental Regeneration. Shard didn't test if M includes equipment's bonus to Mental Regeneration (he thought it would be so), but what is ''not'' included in M is Mental Regeneration's normal value (the one you would have with no attribute points spent and nothing equipped).
 
It's important to pay attention to the fact that M is the number of ''points spent'' in Mental Regeneration. Shard didn't test if M includes equipment's bonus to Mental Regeneration (he thought it would be so), but what is ''not'' included in M is Mental Regeneration's normal value (the one you would have with no attribute points spent and nothing equipped).
  
This formula is due to Shard. He calculated the Wood Elf Class' parameters and the Wood Elf Spells' parameters exactly, than, using the Wood Elf Class' parameters he interpolated the formula to find the Spell parameters for every spell of every class (with a negligible error when R is 250). It's possible to find a list of the known parameters on the [[Spell Damage Formula's Parameters]].
+
This formula is due to Shard. He calculated the Wood Elf Class' parameters and the Wood Elf Spells' parameters exactly, than, using the Wood Elf Class' parameters he interpolated the formula to find the Spell parameters for every spell of every class (with a negligible error when R is 250). It's possible to find a list of the known parameters on the [[Sacred:Spell Damage Formula's Parameters|Spell Damage Formula's Parameters]].
  
 
== Spell Damage Formula: Daemon's Infernal Power ==
 
== Spell Damage Formula: Daemon's Infernal Power ==
 
There are only three possible ''target spells'': Blazing Disc, Hell Sphere and Inferna Power itself. The additional fire damage depends, of course, from Infernal Power's level, but to include such (simple) dependency is not important.
 
There are only three possible ''target spells'': Blazing Disc, Hell Sphere and Inferna Power itself. The additional fire damage depends, of course, from Infernal Power's level, but to include such (simple) dependency is not important.
  
Defining:
+
Infernal Power Spell Damage Formula:
 +
:F*K*( R + G)
  
 +
where:
 
:F, G -> ''Target spell'' dependant parameters
 
:F, G -> ''Target spell'' dependant parameters
 
 
:K -> Additional fire damage (given by Infernal Power)
 
:K -> Additional fire damage (given by Infernal Power)
 
 
:R -> ''Target spell'' level
 
:R -> ''Target spell'' level
  
Infernal Power adds the following termn to the Spell Damage Formula:
+
Example:
 
+
:We want to find how much fire damage is added to Blazing Disc (level 120) if we have Infernal Power (level 195).
:F*K*( R + G)
 
 
 
'''Example:''' We want to find how much fire damage is added to Blazing Disc (level 120) if we have Infernal Power (level 195).
 
 
Infernal Power level 195 means +1000% additional fire damage, so K = 1000. Blazing Disc's level is 120, so R = 120.
 
Infernal Power level 195 means +1000% additional fire damage, so K = 1000. Blazing Disc's level is 120, so R = 120.
 
Now that we have the values for the two variables, we can carry out the counts using the F and G parameters for the Blazing Disc spell.
 
Now that we have the values for the two variables, we can carry out the counts using the F and G parameters for the Blazing Disc spell.
  
This formula is due to Shard. It's possible to find a list of the F and G parameters on the [[Spell Damage Formula's Parameters]].
+
This formula is due to Shard. It's possible to find a list of the F and G parameters on the [[Sacred:Spell Damage Formula's Parameters|Spell Damage Formula's Parameters]].
  
  
 +
== CA and Spell Regen Formula ==
 +
The formula can be found on these pages: [[Sacred:CA and Spell Regeneration Formulae (+ Base Value), by Telenochek and Covenant and edited by Myles (Part 1)|CA and Spell Regeneration Formulae]] and [[Sacred:CA and Spell Regeneration Formulae (+ Base Value), by Telenochek and Covenant and edited by Myles (Part 2)|CA and Spell Regeneration Formulae]] pages.
  
== CA and Spell Regen Formula ==
+
== Progression Bonus for CA and Spell ==
This formula is exposed in the [[CA and Spell Regeneration Formulae (+ Base Value), by Telenochek and Covenant and edited by Myles (Part 1)]] and [[CA and Spell Regeneration Formulae (+ Base Value), by Telenochek and Covenant and edited by Myles (Part 2)]] pages.
+
Due to the fact that the growth is linear (the increments are constant), it's not really needed to write down all the formulas. Sometimes there can be a single level in which the increment is different (i.e. the damage bonus in multi-hit, at level 4 the increment is different so that the bonus is 0% instead of 1%), but this happen only once (if happens at all) and at really low levels.
 +
 
 +
Notable exceptions:
 +
*Daemon's [[Sacred:Call of Death|Call of Death]] bonus, which is maxed at level 50 (+6% total bonus)
 +
*Level voices in CA like [[Sacred:Spider Arrow|Spider Arrow]], [[Sacred:Companion of the Woods|Companion of the Woods]] and [[Sacred:Wolf Call|Wolf Call]]
 +
*Duration progressions, which are sometimes limited to a maximum, such as [[Sacred:Call of Death|Call of Death]]
  
== Bonuses' Progression for CA and Spell ==
+
[[Category:Gameplay]]
Due to the fact that the growth is linear (the increments are constant), it's not really needed to write down all the formulae. Sometimes there can be a single level in which the increment is different (i.e. the damage bonus in multihit, at level 4 the increment is different so that the bonus is 0% instead of 1%), but this happen only once (if happens at all) and at really low levels.
+
[[Category:Sacred]]
The only notable exception are:
 
:the bonus for the Daemon's [[Call of Death]], which is maxed at level 50 (+6% total bonus).
 
:the level voices in CA like [[Spider Arrow]], [[Companion of the Woods]] and [[Wolf Call]]
 
:the duration progressions, which are sometimes limited to a maximum, like in the [[Call of Death]] case
 

Latest revision as of 15:51, 11 June 2020

Attribute

Initial attribute values are allocated to all characters when they are created. These values are automatically increased by one tenth of their initial value every time a character gains a level.

The formula for calculating the current attribute value is

AV = EB + AA + BV * (1 + (L - 1)/10)

where:

L as the current character level;
BV as the Base Value of the attribute (the unmodified value it has at level 1);
AA as the number of Allocated Attribute Points (the number of points you have "spent" on this attribute);
EB as Equipment Bonus (the increase to the attribute due to equipped items); and, finally,
AV as the displayed Actual Value of the attribute

If the displayed Attribute Value is white, this indicates no equipment bonus is in effect. If the displayed value is blue, then at least one item equipped is increasing that attribute.


Spell Damage Formula

Spell Damage Formula includes 3 different sets of parameters:

Spell Damage Formula:

A*[ x*L + y*M + z*( 1 + T/100 ) + 1 ]*R + B*L + C*M + D

where:

1) Character dependant parameters
1.a) L -> Character Level
1.b) M -> Points spent in Mental Regeneration
1.c) R -> Spell level
1.d) T -> Magic Lore bonus
2) Spell dependant parameters: A, B, C, D
3) Class dependant parameters: x, y, z

It's important to pay attention to the fact that M is the number of points spent in Mental Regeneration. Shard didn't test if M includes equipment's bonus to Mental Regeneration (he thought it would be so), but what is not included in M is Mental Regeneration's normal value (the one you would have with no attribute points spent and nothing equipped).

This formula is due to Shard. He calculated the Wood Elf Class' parameters and the Wood Elf Spells' parameters exactly, than, using the Wood Elf Class' parameters he interpolated the formula to find the Spell parameters for every spell of every class (with a negligible error when R is 250). It's possible to find a list of the known parameters on the Spell Damage Formula's Parameters.

Spell Damage Formula: Daemon's Infernal Power

There are only three possible target spells: Blazing Disc, Hell Sphere and Inferna Power itself. The additional fire damage depends, of course, from Infernal Power's level, but to include such (simple) dependency is not important.

Infernal Power Spell Damage Formula:

F*K*( R + G)

where:

F, G -> Target spell dependant parameters
K -> Additional fire damage (given by Infernal Power)
R -> Target spell level

Example:

We want to find how much fire damage is added to Blazing Disc (level 120) if we have Infernal Power (level 195).

Infernal Power level 195 means +1000% additional fire damage, so K = 1000. Blazing Disc's level is 120, so R = 120. Now that we have the values for the two variables, we can carry out the counts using the F and G parameters for the Blazing Disc spell.

This formula is due to Shard. It's possible to find a list of the F and G parameters on the Spell Damage Formula's Parameters.


CA and Spell Regen Formula

The formula can be found on these pages: CA and Spell Regeneration Formulae and CA and Spell Regeneration Formulae pages.

Progression Bonus for CA and Spell

Due to the fact that the growth is linear (the increments are constant), it's not really needed to write down all the formulas. Sometimes there can be a single level in which the increment is different (i.e. the damage bonus in multi-hit, at level 4 the increment is different so that the bonus is 0% instead of 1%), but this happen only once (if happens at all) and at really low levels.

Notable exceptions: