Turbow: Difference between revisions

Trashmonks (talk | contribs)
Updated by egocarib with game version 2.0.207.72 using QBE v1.0rc2
m -currently
Line 55: Line 55:


== Mechanics ==
== Mechanics ==
Currently, all arrows in the game have a base penetration value of '''{{PV}}4'''.<ref><code>ObjectBlueprints.xml</code> - Inherited from <code>BaseArrowProjectile</code></ref>. When loaded into a {{name}}, the base penetration of any arrow is increased by 4 to '''{{PV}}8'''. In addition to their base penetration, each arrow has a maximum potential strength-modified penetration cap. Higher-tier arrows have a higher ''potential cap'' for strength-modified penetration.{{Code Reference|class=MissilePerformance}}{{Code Reference|namespace=XRL.World|class=GetMissileWeaponPerformanceEvent}}
All arrows in the game have a base penetration value of '''{{PV}}4'''.<ref><code>ObjectBlueprints.xml</code> - Inherited from <code>BaseArrowProjectile</code></ref>. When loaded into a {{name}}, the base penetration of any arrow is increased by 4 to '''{{PV}}8'''. In addition to their base penetration, each arrow has a maximum potential strength-modified penetration cap. Higher-tier arrows have a higher ''potential cap'' for strength-modified penetration.{{Code Reference|class=MissilePerformance}}{{Code Reference|namespace=XRL.World|class=GetMissileWeaponPerformanceEvent}}


Scoring a critical hit with the {{name}} will add a '''+2''' bonus to its PV. {{Code Reference|class=MissileWeapon|method=MissileHit}}
Scoring a critical hit with the {{name}} will add a '''+2''' bonus to its PV. {{Code Reference|class=MissileWeapon|method=MissileHit}}