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 Targeting, Range and Speed ==
 
A missile does not so much hit a ship as explode near it. When a missile crosses the [[signature radius]] of its target, it explodes.
 
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|left|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. You can read about the details of what happens when a missile hits in the [[Missile Damage]] article.
 
 
 
When fired, a missile will leave the launcher and proceed at its best speed until it hits the limit of its range. If it encounters the target during that time, it will explode - otherwise it will vanish. Each missile can travel a certain distance before it runs out of fuel. This distance can be found by multiplying the speed of the missile by the number of seconds that it's fuel will last.
 
 
 
Distance = Speed x Seconds of Fuel
 
 
 
{{Color box | color=#222222 | border=#ffeeee |
 
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.}}
 
}}
 
 
 
 
 
 
 
If the target is stationary, then this distance will be the missile's range. Normally, however, the target is moving.
 
 
 
[[File:QSM_missile_orbit.gif‎|frame|alt=missile hitting an orbiting target|Missile at Orbiting Target]]
 
 
 
== 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.