Difference between revisions of "User:Qwer Stoneghost/Old user page"

From EVE University Wiki
Jump to: navigation, search
m (ArinBot moved page User:Qwer stoneghost to User:Qwer Stoneghost/Old user page without leaving a redirect: Bot: Moved page)
 
Line 1: Line 1:
{{Work in Progress}}
+
Blinky CSS Code
 +
{{#css:
 +
@keyframes flashy { 50% { opacity: 0; } }
 +
@-webkit-keyframes flashy { 50% { opacity: 0; } }
 +
@-moz-keyframes flashy { 50% { opacity: 0; } }
 +
@-o-keyframes flashy { 50% { opacity: 0; } }
 +
.flashy img {
 +
    animation-name: flashy;
 +
    animation-duration: .5s;
 +
    animation-timing-function: linear;
 +
    animation-iteration-count: infinite;
 +
    animation-direction: alternate;
 +
    -webkit-animation-name: flashy;
 +
    -webkit-animation-duration: .5s;
 +
    -webkit-animation-timing-function: linear;
 +
    -webkit-animation-iteration-count: infinite;
 +
    -webkit-animation-direction: alternate;
 +
    -moz-animation-name: flashy;
 +
    -moz-animation-duration: .5s;
 +
    -moz-animation-timing-function: linear;
 +
    -moz-animation-iteration-count: infinite;
 +
    -moz-animation-direction: alternate;
 +
    -o-animation-name: flashy;
 +
    -o-animation-duration: .5s;
 +
    -o-animation-timing-function: linear;
 +
    -o-animation-iteration-count: infinite;
 +
    -o-animation-direction: alternate;
 +
} }}
  
the boonie wiki
+
<div style="margin:0; background-color:#333322; border:1px solid #3f4e3a; font-style:normal; text-align:left; padding:1em 1em 1em 1em; overflow:hidden; color:#ffffff;  margin-right:100px; margin-left:100px">
eat loony members
 
of the EU any chat - don't forget to read what you dictate
 
  
== Introduction: Doing Damage ==
+
the boonie wiki eat loony members of the EU any chat - don't forget to read what you dictate
The two basic types of weapon systems are Turrets and Launchers. Turrets fire a stream of damage (''projectiles, charges, laser beams'') that travels in a straight line out from the turret as the turret moves to track the target. Launchers fire self-propelled bundles of damage (''rocket, missile, torpedo'') that chase down the target. (''There are exceptions, but most weapons follow one of these patterns''.)
 
  
In each case, the actual damage done to the target depends on a number of factors. You can read the details in these two articles: [[Turret Damage]] / [[Missile Damage]] - but for now it is enough to recognize that the two weapons systems do damage in different ways. Given that the target is within range of the weapon, then the final damage to the target depends on:
+
*[http://wiki.eveuniversity.org/Icons Icon Page] {{icon|constellation|48px|star route}}     
{| class="wikitable" style="text-align:left; font-size:80%; margin: 1em auto 1em auto;"
+
<span style="color:#cee686">chartreuse •</span> <span style="color:#768d31">dark green •</span> <span style="color:#bfbb7d">light green •</span> <span style="color:#efc449">yellow</span>
! scope="col" width="120px" style="background-color:#222222;" text-align:left" | Launcher
+
<span class="flashy">{{icon|tag war|9|12px|WT}}</span>
! scope="col" width="130px" style="background-color:#222222;" | Turret
+
</div>
|-
+
<div style="margin-left:75%; background-color:#404050; border: 1px solid #9999AD; padding:0.8em; text-align:left; color:#ffffff; overflow:hidden; font-style:normal;box-sizing: border-box;">An interesting note.</div>
| Basic damage amount|| Basic damage interval
+
{ { color|hue|text } }  {{color|green|This is green.}}  {{color|#00f000|This is #00f000}}  {{color|#ff6251|For emphasis, use #ff6251 instead of bright red.}} 
|-
+
----------------------------------------------------------------------
| Signature radius of target|| Transversal speed
+
<math>\pagecolor{Black}\color{White}\text{Chance to Hit} = {0.5^{\left({\left({\frac{V_{angular} \times 40000m}{WAS \times sig_{target}}}\right)^{2} + \left({\frac{max(0, Distance - opt_{turret})}{fall_{turret}}}\right)^{2}}\right)}}</math>
|-  
 
| Velocity of target|| Turret tracking
 
|-  
 
| Explosion radius of missile|| Turret signature resolution
 
|-  
 
| Explosion velocity of missile|| Target signature radius
 
|-  
 
| Damage reduction factor|| Turret optimal range
 
|-  
 
|  || Turret range falloff
 
|}
 
The difference, in simple terms, is that launchers will always "hit", but the damage done will vary depending on the size of the target and the speed of the explosion. On the other hand, turrets may miss the target, but a hit will always do its basic (somewhat variable) amount of damage.
 
  
It may seem that a 100% chance to hit any target within range is a significant advantage, however this is balanced by other factors, including especially the firing speed of the weapon and the travel time of the damage bundle. In general, launched weapons fire more slowly and take more time to strike their targets, thus leaving their ships more open to retaliation. In any case, you can rest assured that neither type of weapons system has an advantage over the other in and of itself. The advantages arise from the ship bonuses, ship fittings, and pilot skills and experience.
+
.math>\pagecolor{Black}\color{White}\text{Chance to Hit} = {0.5^{\left({\left({\frac{V_{angular} \times 40000m}{WAS \times sig_{target}}}\right)^{2} + \left({\frac{max(0, Distance - opt_{turret})}{fall_{turret}}}\right)^{2}}\right)}}</math.
 
+
----------------------------------------------------------------------
The remainder of this article will deal with the mechanics and characteristics of launcher based weapons systems. Damage done will be compared in absolute terms. For a very detailed explanation of how the damage of an individual hit is created when the weapon hits its target, please refer to the article on [[Missile Damage]].
+
------------------------------------------------------------------
 
 
Note that launcher based damage bundles are often called "missiles", and that this term can refer to any of rockets, missiles, torpedos and bombs (even though [[bombs]] are not fired from launchers).
 
 
 
== Missile Range and Launcher Firing Rate ==
 
A missile does not so much hit a ship as explode near it. When a missile crosses the [[signature radius]] of its target, it blows up.  The speed at which this explosion grows and the maximum size of the explosion determine the amount of damage done to the target. [[File:Qsm_missile_sigrad.gif‎|frame|right|alt=animation of missile hit|Missile Explodes at Signature Radius]] EVE uses a mathematical equation to compute the precise amount of damage that the explosion does to the ship. The details of what happens when a missile hits are somewhat complicated and are explained in [[Missile Damage]].
 
=== Range ===
 
When fired, a missile will leave the launcher, quickly accelerate, and then  proceed at its best speed directly at the target until it runs out of fuel. If it encounters the target during that time, it will explode - otherwise it will vanish. The maximum distance that a missile will travel can be found by multiplying the speed of the missile by the number of seconds that its fuel will last.
 
 
 
Maximum Distance ≈ Speed x Seconds of Fuel
 
 
 
The approximation is due to the slightly slower speed while the missile accelerates at launch. For example:
 
* A Light Missile has a flight time of 5 seconds at a speed of 3750 m/s. The maximum distance it can travel is 5 x 3750 ≈ 18,750 m.
 
* A torpedo has a flight time of 6 seconds at a speed of 1500 m/s. The maximum distance it can travel is 6 x 1500 ≈ 9,000 m.
 
 
 
Although the terms "range" and "distance" are often used interchangeably, technically, the range answers the question of whether the missile can reach its target: is it "in" or "out" of range. If the target is stationary, then the maximum distance will be the missile's range. Normally, however, the target is moving, and the range depends on this motion.
 
[[File:Qsm_missile_catch1.gif‎|frame|left|alt=missile catching a fleeing target|Missile Catches Target]]
 
[[File:Qsm_missile_catch2.gif‎|frame|left|alt=missile fails to catch a fleeing target|Missile Does Not Catch Target]]
 
If the target is moving directly away from the missile, then it will take the missile longer to reach the target than it would a stationary one. In fact, if the target is moving fast enough, the missile may not be able to reach it at all - in this case, the target would be considered "out of range." Note that the target does not have to be moving faster than the missile ... just fast enough to stay ahead of the missile until it runs out of fuel.
 
 
 
If the target is moving directly at the missile, then the missile will reach it much faster than it would reach a stationary target. In this case, the target may be "in range" even when it seems to far away to hit.
 
 
 
In most cases, however, the target will be moving in a curve with regard to the missile ship - possibly in an orbit, possibly curving towards or away from the launch. It is hard to define what "range" means, exactly, in these cases, but as always, the missile will head directly for the target, and it will continue as long as it has fuel. It's path is likely to be some sort of a spiral.
 
[[File:QSM_missile_orbit.gif‎|frame|alt=missile hitting an orbiting target|Missile at Orbiting Target]]
 
There is no way to control the path of a missile once it has been launched. It will point itself at its target and follow the target until it hits or runs out of fuel.
 
 
 
=== Firing Rate ===
 
 
 
== Launcher Types ==
 
Each launcher class can launch multiple types of missiles of that class. Generally, the missile types vary the damage type, flight time, and other tactical characteristics.
 
 
 
For example, a xxxxx launcher can fire 3 types of missiles:
 
<table>
 
 
 
Launchers have various characteristics, including such as firing rate, ...
 
 
 
== Missile Types ==
 
 
 
 
 
 
 
 
 
== Related Equipment ==
 
 
 
== Related Skills ==
 
 
 
 
 
== Missile Ships ==
 

Latest revision as of 17:27, 20 October 2022

Blinky CSS Code


the boonie wiki eat loony members of the EU any chat - don't forget to read what you dictate

chartreuse • dark green • light green • yellow ColorTag-StarRed9.gif

An interesting note.

{ { color|hue|text } } This is green. This is #00f000 For emphasis, use #ff6251 instead of bright red.


[math]\pagecolor{Black}\color{White}\text{Chance to Hit} = {0.5^{\left({\left({\frac{V_{angular} \times 40000m}{WAS \times sig_{target}}}\right)^{2} + \left({\frac{max(0, Distance - opt_{turret})}{fall_{turret}}}\right)^{2}}\right)}}[/math]

.math>\pagecolor{Black}\color{White}\text{Chance to Hit} = {0.5^{\left({\left({\frac{V_{angular} \times 40000m}{WAS \times sig_{target}}}\right)^{2} + \left({\frac{max(0, Distance - opt_{turret})}{fall_{turret}}}\right)^{2}}\right)}}</math.