Penetration: Difference between revisions

From The Cycle: Frontier Wiki
m (Very minor grammar edit)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Penetration is game mechanic used to determine the damage of [[Weapons]] and [[Creatures]] against targets with or without [[Armor]]. It impacts how effective that weapon is against another prospector depending on the target's armor. It also determines the damage a weapon does against creatures and the damage creatures do against players.
Penetration is a game mechanic used to determine the damage of [[Weapons]] and [[Creatures]] against targets with or without [[Armor]]. It impacts how effective that weapon is against another prospector depending on the target's armor. It also determines the damage a weapon does against creatures and the damage creatures do against players.
 
== Formula ==
== Formula ==
To determine the penetration multiplier to be applied to the damage of the attack, the following step by step formulae are used.
To determine the penetration multiplier to be applied to the damage of the attack, the following step by step formulae are used.


Variables:  
Variables:
* HP is equal to the maximum [[Hit Points]] of the target
*Scale is equal to the armor scaling of the target (0.03 for players)
* scale is equal to the armor scaling of the target (0.025 for players)
*min is equal to the targets minimum penetration multiplier
* min is equal to the targets minimum penetration multiplier
*max is equal to the targets maximum penetration multiplier
* max is equal to the targets maximum penetration multiplier
*pen is equal to the weapon's / creature's attack penetration value
* pen is equal to the weapon's / creature's attack penetration value
*armor is equal to the target's armor value
* armor is equal to the target's armor value
 
 
<math>\begin{align}
<math>\begin{align}
multiplier & = 1/ ( 1 + \vert pen - armor \vert \cdot scale \cdot HP ) \\
multiplier & = 1/ ( 1 + \vert pen - armor \vert \cdot scale ) \\
& = 2 - multiplier~ \{ \mbox{if }pen - armor > 0 \} \\
& = 2 - multiplier~ \{ \mbox{if }pen - armor > 0 \} \\
& = max~ \{ \mbox{if }multiplier > max \} \\
& = max~ \{ \mbox{if }multiplier > max \} \\
Line 20: Line 16:
\end{align}
\end{align}
</math>
</math>
 
==Chart==
== Chart ==
*min = 0.3
[[File:Penetration chart.png|frame|alt=Penetration chart for players|Penetration chart for players]]
Using the above formula a chart like this is created for players.
 
* min = 0.3
 
* max = 2.0
* max = 2.0
*scale = 0.03
[[File:Penetration chart.png|alt=Penetration chart for players|Penetration chart for players]]


* scale = 0.025


* HP = 100
Using the above formula a chart like this is created for players.

Latest revision as of 01:36, 15 April 2023

Penetration is a game mechanic used to determine the damage of Weapons and Creatures against targets with or without Armor. It impacts how effective that weapon is against another prospector depending on the target's armor. It also determines the damage a weapon does against creatures and the damage creatures do against players.

Formula

To determine the penetration multiplier to be applied to the damage of the attack, the following step by step formulae are used.

Variables:

  • Scale is equal to the armor scaling of the target (0.03 for players)
  • min is equal to the targets minimum penetration multiplier
  • max is equal to the targets maximum penetration multiplier
  • pen is equal to the weapon's / creature's attack penetration value
  • armor is equal to the target's armor value

Chart

  • min = 0.3
  • max = 2.0
  • scale = 0.03

Penetration chart for players


Using the above formula a chart like this is created for players.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.