Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Anatomy of Incursions: Difference between revisions

From EVE University Wiki
mNo edit summary
mNo edit summary
Line 5: Line 5:
.bars { height:8px; }
.bars { height:8px; }
.text { padding-left:4px; padding-right:4px; text-align:left; }
.text { padding-left:4px; padding-right:4px; text-align:left; }
.bars { height:8px; }
.text2 { padding-right:4px; padding-left:4px; text-align:right; }
.text2 { padding-right:4px; padding-left:4px; text-align:right; }
/* Bright colours. */
/* Green - orange (bright) */
.c1 .bars { background-color:#e15800; }
.c1 { background-color:#e15800; } .cc1 { color:#e15800; }
.c2 .bars { background-color:#dd9900; }
.c2 { background-color:#dd9900; } .cc2 {  color:#dd9900; }
.c3 .bars { background-color:#93D500; }
.c3 { background-color:#93D500; } .cc3 { color:#93D500; }
.c4 .bars { background-color:#51D200; }
.c4 { background-color:#51D200; } .cc4 { color:#51D200; }
/* Dark colours. */
/* Green - red (dark). */
.d1 .bars { background-color:Maroon ; }
.d1 { background-color:Maroon; } .dd1 { color:Maroon; }
.d2 .bars { background-color:Sienna ; }
.d2 { background-color:Sienna; } .dd2 { color:Sienna; }
.d3 .bars { background-color:Olive ; }
.d3 { background-color:Olive; } .dd3 { color:Olive; }
.d4 .bars { background-color:ForestGreen ; }
.d4 { background-color:ForestGreen; } .dd4 { color:ForestGreen; }
/* Blue-purple (dark). */
.e1 { background-color:purple; } .ee1 { color:purple; }
.e2 { background-color:rebeccapurple; } .ee2 { color:rebeccapurple; }
.e3 { background-color:slateblue; } .ee3 { color:slateblue; }
.e4 { background-color:steelblue; } .ee4 { color:steelblue; }
}}
}}
= Scope of this article =
= Scope of this article =
Line 48: Line 52:
==== {{icon|web|32}} Ensure that you have enough webs ====
==== {{icon|web|32}} Ensure that you have enough webs ====
There are a lot of factors to consider, but before that, see this table:
There are a lot of factors to consider, but before that, see this table:
{| class="wikitable" style="font-size:85%;"
{| class="wikitable" style="font-size:90%;"
! style="background-color:#111111;" | Type of ship
! style="background-color:#111111;" | Type of ship
! style="background-color:#111111;" | Type of web
! style="background-color:#111111;" | Type of web
Line 57: Line 61:
| align="center" | {{icon|isis gallente|18}} {{co|coral|Federation Navy}}<br>{{icon|isis serpentis|18}} {{co|coral|Shadow Serpentis}}<br>{{co|grey|(90% strength)}}
| align="center" | {{icon|isis gallente|18}} {{co|coral|Federation Navy}}<br>{{icon|isis serpentis|18}} {{co|coral|Shadow Serpentis}}<br>{{co|grey|(90% strength)}}
| <div class="wraps">
| <div class="wraps">
<div class="wrap d1"><div class="text">{{icon|isis web|14}} x 4</div><div class="bars" style="width:198px;"></div><div class="text">99,21%</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 4</div><div class="bars d1" style="width:198px;"></div><div class="text">99,21%</div></div>
<div class="wrap d2"><div class="text">{{icon|isis web|14}} x 3</div><div class="bars" style="width:197px;"></div><div class="text">98,94%</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 3</div><div class="bars d2" style="width:197px;"></div><div class="text">98,94%</div></div>
<div class="wrap d3"><div class="text">{{icon|isis web|14}} x 2</div><div class="bars" style="width:196px;"></div><div class="text">97,82%</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 2</div><div class="bars d3" style="width:196px;"></div><div class="text">97,82%</div></div>
<div class="wrap d4"><div class="text">{{icon|isis web|14}} x 1</div><div class="bars" style="width:180px;"></div><div class="text">90,00%</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 1</div><div class="bars d4" style="width:180px;"></div><div class="text">90,00%</div></div>
</div>
</div>
| <div class="wraps" style="text-align:right;">
| <div class="wraps" style="text-align:right;">
<div class="wrap d1"><div class="text2">0,79%</div><div class="bars" style="width:4px;"></div><div class="text">{{icon|isis web|14}} x 4</div></div>
<div class="wrap"><div class="text2">0,79%</div><div class="bars d1" style="width:4px;"></div><div class="text">{{icon|isis web|14}} x 4</div></div>
<div class="wrap d2"><div class="text2">1,06%</div><div class="bars" style="width:5px;"></div><div class="text">{{icon|isis web|14}} x 3</div></div>
<div class="wrap"><div class="text2">1,06%</div><div class="bars d2" style="width:5px;"></div><div class="text">{{icon|isis web|14}} x 3</div></div>
<div class="wrap d3"><div class="text2">2,18%</div><div class="bars" style="width:11px;"></div><div class="text">{{icon|isis web|14}} x 2</div></div>
<div class="wrap"><div class="text2">2,18%</div><div class="bars d3" style="width:11px;"></div><div class="text">{{icon|isis web|14}} x 2</div></div>
<div class="wrap d4"><div class="text2">10,00%</div><div class="bars" style="width:50px;"></div><div class="text">{{icon|isis web|14}} x 1</div></div>
<div class="wrap"><div class="text2">10,00%</div><div class="bars d4" style="width:50px;"></div><div class="text">{{icon|isis web|14}} x 1</div></div>
</div>
</div>
|-
|-
| align="center" | {{icon|isis sansha|18}} {{co|coral|True Sansha}}<br>{{icon|isis blood|18}} {{co|coral|Dark Blood}}<br>{{co|grey|(82,5% strength)}}
| align="center" | {{icon|isis sansha|18}} {{co|coral|True Sansha}}<br>{{icon|isis blood|18}} {{co|coral|Dark Blood}}<br>{{co|grey|(82,5% strength)}}
| <div class="wraps">
| <div class="wraps">
<div class="wrap d1"><div class="text">{{icon|isis web|14}} x 4</div><div class="bars" style="width:196px;"></div><div class="text">97,99%</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 4</div><div class="bars d1" style="width:196px;"></div><div class="text">97,99%</div></div>
<div class="wrap d2"><div class="text">{{icon|isis web|14}} x 3</div><div class="bars" style="width:195px;"></div><div class="text">97,38%</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 3</div><div class="bars d2" style="width:195px;"></div><div class="text">97,38%</div></div>
<div class="wrap d3"><div class="text">{{icon|isis web|14}} x 2</div><div class="bars" style="width:190px;"></div><div class="text">95,05%</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 2</div><div class="bars d3" style="width:190px;"></div><div class="text">95,05%</div></div>
<div class="wrap d4"><div class="text">{{icon|isis web|14}} x 1</div><div class="bars" style="width:165px;"></div><div class="text">82,5%</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 1</div><div class="bars d4" style="width:165px;"></div><div class="text">82,5%</div></div>
</div>
</div>
| <div class="wraps" style="text-align:right;">
| <div class="wraps" style="text-align:right;">
<div class="wrap d1"><div class="text2">2,01%</div><div class="bars" style="width:10px;"></div><div class="text">{{icon|isis web|14}} x 4</div></div>
<div class="wrap"><div class="text2">2,01%</div><div class="bars d1" style="width:10px;"></div><div class="text">{{icon|isis web|14}} x 4</div></div>
<div class="wrap d2"><div class="text2">2,63%</div><div class="bars" style="width:13px;"></div><div class="text">{{icon|isis web|14}} x 3</div></div>
<div class="wrap"><div class="text2">2,63%</div><div class="bars d2" style="width:13px;"></div><div class="text">{{icon|isis web|14}} x 3</div></div>
<div class="wrap d3"><div class="text2">4,95%</div><div class="bars" style="width:25px;"></div><div class="text">{{icon|isis web|14}} x 2</div></div>
<div class="wrap"><div class="text2">4,95%</div><div class="bars d3" style="width:25px;"></div><div class="text">{{icon|isis web|14}} x 2</div></div>
<div class="wrap d4"><div class="text2">17,5%</div><div class="bars" style="width:88px;"></div><div class="text">{{icon|isis web|14}} x 1</div></div>
<div class="wrap"><div class="text2">17,5%</div><div class="bars d4" style="width:88px;"></div><div class="text">{{icon|isis web|14}} x 1</div></div>
</div>
</div>
|-
|-
Line 86: Line 90:
| align="center" | {{icon|isis gallente|18}} {{co|coral|Federation Navy}}<br>{{icon|isis serpentis|18}} {{co|coral|Shadow Serpentis}}<br>{{co|grey|(60% strength)}}
| align="center" | {{icon|isis gallente|18}} {{co|coral|Federation Navy}}<br>{{icon|isis serpentis|18}} {{co|coral|Shadow Serpentis}}<br>{{co|grey|(60% strength)}}
| <div class="wraps">
| <div class="wraps">
<div class="wrap d1"><div class="text">{{icon|isis web|14}} x 4</div><div class="bars" style="width:179px;"></div><div class="text">89,55%</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 4</div><div class="bars d1" style="width:179px;"></div><div class="text">89,55%</div></div>
<div class="wrap d2"><div class="text">{{icon|isis web|14}} x 3</div><div class="bars" style="width:175px;"></div><div class="text">87,41%</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 3</div><div class="bars d2" style="width:175px;"></div><div class="text">87,41%</div></div>
<div class="wrap d3"><div class="text">{{icon|isis web|14}} x 2</div><div class="bars" style="width:162px;"></div><div class="text">80,86</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 2</div><div class="bars d3" style="width:162px;"></div><div class="text">80,86</div></div>
<div class="wrap d4"><div class="text">{{icon|isis web|14}} x 1</div><div class="bars" style="width:120px;"></div><div class="text">60,00%</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 1</div><div class="bars d4" style="width:120px;"></div><div class="text">60,00%</div></div>
</div>
</div>
| <div class="wraps" style="text-align:right;">
| <div class="wraps" style="text-align:right;">
<div class="wrap d1"><div class="text2">10,45%</div><div class="bars" style="width:53px;"></div><div class="text">{{icon|isis web|14}} x 4</div></div>
<div class="wrap"><div class="text2">10,45%</div><div class="bars d1" style="width:53px;"></div><div class="text">{{icon|isis web|14}} x 4</div></div>
<div class="wrap d2"><div class="text2">12,59%</div><div class="bars" style="width:65px;"></div><div class="text">{{icon|isis web|14}} x 3</div></div>
<div class="wrap"><div class="text2">12,59%</div><div class="bars d2" style="width:65px;"></div><div class="text">{{icon|isis web|14}} x 3</div></div>
<div class="wrap d3"><div class="text2">19,14%</div><div class="bars" style="width:96px;"></div><div class="text">{{icon|isis web|14}} x 2</div></div>
<div class="wrap"><div class="text2">19,14%</div><div class="bars d3" style="width:96px;"></div><div class="text">{{icon|isis web|14}} x 2</div></div>
<div class="wrap d4"><div class="text2">40,00%</div><div class="bars" style="width:200px;"></div><div class="text">{{icon|isis web|14}} x 1</div></div>
<div class="wrap"><div class="text2">40,00%</div><div class="bars d4" style="width:200px;"></div><div class="text">{{icon|isis web|14}} x 1</div></div>
</div>
</div>
|-
|-
| align="center" | {{icon|isis sansha|18}} {{co|coral|True Sansha}}<br>{{icon|isis blood|18}} {{co|coral|Dark Blood}}<br>{{co|grey|(55,5% strength)}}
| align="center" | {{icon|isis sansha|18}} {{co|coral|True Sansha}}<br>{{icon|isis blood|18}} {{co|coral|Dark Blood}}<br>{{co|grey|(55,5% strength)}}
| <div class="wraps">
| <div class="wraps">
<div class="wrap d1"><div class="text">{{icon|isis web|14}} x 4</div><div class="bars" style="width:173px;"></div><div class="text">86,39%</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 4</div><div class="bars d1" style="width:173px;"></div><div class="text">86,39%</div></div>
<div class="wrap d2"><div class="text">{{icon|isis web|14}} x 3</div><div class="bars" style="width:168px;"></div><div class="text">83,89%</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 3</div><div class="bars d2" style="width:168px;"></div><div class="text">83,89%</div></div>
<div class="wrap d3"><div class="text">{{icon|isis web|14}} x 2</div><div class="bars" style="width:153px;"></div><div class="text">76,51%</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 2</div><div class="bars d3" style="width:153px;"></div><div class="text">76,51%</div></div>
<div class="wrap d4"><div class="text">{{icon|isis web|14}} x 1</div><div class="bars" style="width:110px;"></div><div class="text">55,0%</div></div>
<div class="wrap"><div class="text">{{icon|isis web|14}} x 1</div><div class="bars d4" style="width:110px;"></div><div class="text">55,0%</div></div>
</div>
</div>
| <div class="wraps" style="text-align:right;">
| <div class="wraps" style="text-align:right;">
<div class="wrap d1"><div class="text2">13,61%</div><div class="bars" style="width:68px;"></div><div class="text">{{icon|isis web|14}} x 4</div></div>
<div class="wrap"><div class="text2">13,61%</div><div class="bars d1" style="width:68px;"></div><div class="text">{{icon|isis web|14}} x 4</div></div>
<div class="wrap d2"><div class="text2">16,11%</div><div class="bars" style="width:81px;"></div><div class="text">{{icon|isis web|14}} x 3</div></div>
<div class="wrap"><div class="text2">16,11%</div><div class="bars d2" style="width:81px;"></div><div class="text">{{icon|isis web|14}} x 3</div></div>
<div class="wrap d3"><div class="text2">23,49%</div><div class="bars" style="width:117px;"></div><div class="text">{{icon|isis web|14}} x 2</div></div>
<div class="wrap"><div class="text2">23,49%</div><div class="bars d3" style="width:117px;"></div><div class="text">{{icon|isis web|14}} x 2</div></div>
<div class="wrap d4"><div class="text2">45,0%</div><div class="bars" style="width:225px;"></div><div class="text">{{icon|isis web|14}} x 1</div></div>
<div class="wrap"><div class="text2">45,0%</div><div class="bars d4" style="width:225px;"></div><div class="text">{{icon|isis web|14}} x 1</div></div>
</div>
</div>
|}
|}
Line 137: Line 141:


On top of that, some of our pilots fly with communities who use '''ascendancy implants''' and '''hyperspatial rigs''' increasing their warp speeds above and beyond the speed of logistics. Keep that in mind and have logistics align with the rest of the fleet if that is the case, so they don't arrive too late on grid.
On top of that, some of our pilots fly with communities who use '''ascendancy implants''' and '''hyperspatial rigs''' increasing their warp speeds above and beyond the speed of logistics. Keep that in mind and have logistics align with the rest of the fleet if that is the case, so they don't arrive too late on grid.
{| class="wikitable" style="font-size:95%;"
{| class="wikitable" style="font-size:90%;"
|-
|-
! style="padding:5px;background-color:#222222" | Ship class
! style="padding:5px;background-color:#222222" | Ship class
Line 143: Line 147:
|-
|-
| style="padding-left:5px; padding-right:5px;" | {{icon|br battleship|16}} '''Battleships'''
| style="padding-left:5px; padding-right:5px;" | {{icon|br battleship|16}} '''Battleships'''
| style="padding:0px;" | <div style="width:410px;background-color:darkgreen; font-size:80%"><div style="width:320px;background-color:lightgreen"><div style="width:250px;background-color:SlateBlue">&nbsp; 25s (32-41s)</div></div></div>
| style="padding:0px;" | <div class="wraps">
<div class="wrap"><div class="bars d4" style="width:250px;"></div><div class="bars d3" style="width:70px; border-left:1px solid black;"></div><div class="bars d2" style="width:90px; border-left:1px solid black;"></div><div class="text">25s (7-16s align)</div></div>
</div>
|-
|-
| style="padding-left:5px; padding-right:5px;" | {{icon|br battlecruiser|16}}  '''Battlecruisers'''
| style="padding-left:5px; padding-right:5px;" | {{icon|br battlecruiser|16}}  '''Battlecruisers'''
| style="padding:0px;" | <div style="width:300px;background-color:darkgreen; font-size:80%"><div style="width:280px;background-color:lightgreen"><div style="width:200px;background-color:SlateBlue">&nbsp;
| style="padding:0px;" | <div class="wraps">
20s (28-30s)</div></div></div>
<div class="wrap"><div class="bars d4" style="width:250px;"></div><div class="bars d3" style="width:70px; border-left:1px solid black;"></div><div class="bars d2" style="width:90px; border-left:1px solid black;"></div><div class="text">25s (7-16s align)</div></div>
</div>
|-
|-
| style="padding-left:5px; padding-right:5px;" | {{icon|br battlecruiser|16}} '''Command Ships'''
| style="padding-left:5px; padding-right:5px;" | {{icon|br battlecruiser|16}} '''Command Ships'''
| style="padding:0px;" | <div style="width:300px;background-color:darkgreen; font-size:80%"><div style="width:280px;background-color:lightgreen"><div style="width:190px;background-color:SlateBlue">&nbsp; 19s (28-30s)</div></div></div>
| style="padding:0px;" | <div class="wraps">
<div class="wrap"><div class="bars d4" style="width:190px;"></div><div class="bars d3" style="width:90px; border-left:1px solid black;"></div><div class="bars d2" style="width:20px; border-left:1px solid black;"></div><div class="text">19s (9-11s align)</div></div>
</div>
|-
|-
| style="padding-left:5px; padding-right:5px;" | {{icon|br cruiser|16}} '''Cruisers'''
| style="padding-left:5px; padding-right:5px;" | {{icon|br cruiser|16}} '''Cruisers'''
| style="padding:0px;" | <div style="width:240px;background-color:darkgreen; font-size:80%"><div style="width:230px;background-color:lightgreen"><div style="width:170px;background-color:SlateBlue">&nbsp; 17s (23-24s)</div></div></div>
| style="padding:0px;" | <div class="wraps">
<div class="wrap"><div class="bars d4" style="width:170px;"></div><div class="bars d3" style="width:60px; border-left:1px solid black;"></div><div class="bars d2" style="width:10px; border-left:1px solid black;"></div><div class="text">17s (6-7s align)</div></div>
</div>
|-
|-
| style="padding-left:5px; padding-right:5px;" | {{icon|br cruiser|16}} '''Logistics'''
| style="padding-left:5px; padding-right:5px;" | {{icon|br cruiser|16}} '''Logistics'''
| style="padding:0px;" | <div style="width:230px;background-color:darkgreen; font-size:80%"><div style="width:220px;background-color:lightgreen"><div style="width:160px;background-color:SlateBlue">&nbsp; 16s (22-23s)</div></div></div>
| style="padding:0px;" | <div class="wraps">
<div class="wrap"><div class="bars d4" style="width:160px;"></div><div class="bars d3" style="width:60px; border-left:1px solid black;"></div><div class="bars d2" style="width:10px; border-left:1px solid black;"></div><div class="text">16s (6-7s align)</div></div>
</div>
|-
|-
| style="padding-left:5px; padding-right:5px;" | {{icon|br frigate|16}} '''Frigates'''
| style="padding-left:5px; padding-right:5px;" | {{icon|br frigate|16}} '''Frigates'''
| style="padding:0px;" | <div style="width:130px;background-color:darkgreen; font-size:80%"><div style="width:110px;background-color:lightgreen"><div style="width:70px;background-color:SlateBlue">&nbsp; 7s (11-13s)</div></div></div>
| style="padding:0px;" | <div class="wraps">
<div class="wrap"><div class="bars d4" style="width:70px;"></div><div class="bars d3" style="width:40px; border-left:1px solid black;"></div><div class="bars d2" style="width:20px; border-left:1px solid black;"></div><div class="text">7s (4-6s align)</div></div>
</div>
|}
|}
<small>&nbsp;&nbsp;&nbsp;&nbsp;Legend: &nbsp;<font color="SlateBlue">&#9608;</font> Warp speed &nbsp;<font color="lightgreen">&#9608;</font> Fast align ''(max skill, agile hulls)'' &nbsp;<font color="darkgreen">&#9608;</font> Slow align ''(low skills, less agile hulls)''</small>
<small>&nbsp;&nbsp;&nbsp;&nbsp;Legend: &nbsp;<font class="dd4">&#9608;</font> Warp speed &nbsp;<font class="dd3">&#9608;</font> Fast align ''(max skill, agile hulls)'' &nbsp;<font class="dd2">&#9608;</font> Slow align ''(low skills, less agile hulls)''</small>


A simple way to alleviate this issue when taking acceleration gates is to simply have the battleships pre-align down the gate, while logistics and strategic cruisers sit still, unaligned at 0 m/s. Once the battleships start warping into the site and disappearing from the grid (which takes a handful of seconds), the smaller ships can then take the gate and arrive only a couple of seconds after the battleships.
A simple way to alleviate this issue when taking acceleration gates is to simply have the battleships pre-align down the gate, while logistics and strategic cruisers sit still, unaligned at 0 m/s. Once the battleships start warping into the site and disappearing from the grid (which takes a handful of seconds), the smaller ships can then take the gate and arrive only a couple of seconds after the battleships.
Line 173: Line 188:


Below is a table comparing the various means of repairing other ships, to give you a general idea of their potency. As you can see, the difference between various flights of drones can be quite big, which is why being aware of the fleet composition is so important.
Below is a table comparing the various means of repairing other ships, to give you a general idea of their potency. As you can see, the difference between various flights of drones can be quite big, which is why being aware of the fleet composition is so important.
{| class="wikitable" style="font-size:95%;"
{| class="wikitable" style="font-size:90%;"
! colspan="2" style="background-color:#222222;" | Modules and drones
! colspan="2" style="background-color:#222222;" | Modules and drones
! colspan="2" style="background-color:#222222;" | Amount repaired in hp / seconds
! style="background-color:#222222;" | Amount repaired in hp / seconds
|-
|-
| rowspan="2" | [[image:icon_shield_transporter_i.png|40px|Large Remote Shield Boosters]]
| rowspan="2" | [[image:icon_shield_transporter_i.png|40px|Large Remote Shield Boosters]]
| Large Remote Shield Booster II
| Large Remote Shield Booster II
| style="text-align:right;" | 85,3 - 115,1 hp/s
| style="padding:0px;" | <div class="wraps">
| <div style="width:230px;background-color:indigo; font-size:80%"><div style="width:170px;background-color:darkslateblue">&nbsp;</div></div>
<div class="wrap"><div class="bars e4" style="width:255px; border-left:1px solid black;"></div><div class="bars e2" style="width:70px; border-left:1px solid black;"></div><div class="text">85,0 - 108,4 hp/s</div></div>
</div>
|-
|-
| Large S95a Remote Shield Booster
| Large S95a Remote Shield Booster
| style="text-align:right;" | 76,8 - 103,6 hp/s
| style="padding:0px;" | <div class="wraps">
| <div style="width:207px;background-color:indigo; font-size:80%"><div style="width:154px;background-color:darkslateblue">&nbsp;</div></div>
<div class="wrap"><div class="bars e4" style="width:225px; border-left:1px solid black;"></div><div class="bars e2" style="width:62px; border-left:1px solid black;"></div><div class="text">75 - 95,6 hp/s</div></div>
</div>
|-
|-
| rowspan="9" | [[image:icon_drone_bandwith.png|40px|Shield Maintenance Bots]]
| rowspan="9" | [[image:icon_drone_bandwith.png|40px|Shield Maintenance Bots]]
| 5 x Heavy Shield Maintenance Bot II
| 5 x Heavy Shield Maintenance Bot II
| style="text-align:right;" | 90 hp/s
| <div class="wrap"><div class="bars e4" style="width:270px; border-left:1px solid black;"></div><div class="text">90 hp/s</div></div>
| <div style="width:180px;background-color:DarkSlateBlue; font-size:80%">&nbsp;</div>
|-
|-
| 5 x Heavy Shield Maintenance Bot I
| 5 x Heavy Shield Maintenance Bot I
| style="text-align:right;" | 75 hp/s
| <div class="wrap"><div class="bars e4" style="width:225px; border-left:1px solid black;"></div><div class="text">75 hp/s</div></div>
| <div style="width:150px;background-color:DarkSlateBlue; font-size:80%">&nbsp;</div>
|-
|-
| 4 x Heavy Shield Maintenance Bot II<small>&nbsp;<ref>Standard setup for a [[Vindicator]] is to use 5 light DPS drones 4 heavy shield maintenance bots.</ref></small>
| 4 x Heavy Shield Maintenance Bot II<small>&nbsp;<ref>Standard setup for a [[Vindicator]] is to use 5 light damage drones 4 heavy shield maintenance bots.</ref></small>
| style="text-align:right;" | 72 hp/s
| <div class="wrap"><div class="bars e4" style="width:216px; border-left:1px solid black;"></div><div class="text">72 hp/s</div></div>
| <div style="width:144px;background-color:DarkSlateBlue; font-size:80%">&nbsp;</div>
|-
|-
| 4 x Heavy Shield Maintenance Bot I
| 4 x Heavy Shield Maintenance Bot I
| style="text-align:right;" | 60 hp/s
| <div class="wrap"><div class="bars e4" style="width:180px; border-left:1px solid black;"></div><div class="text">60 hp/s</div></div>
| <div style="width:120px;background-color:DarkSlateBlue; font-size:80%">&nbsp;</div>
|-
|-
| 5 x Medium Shield Maintenance Bot II
| 5 x Medium Shield Maintenance Bot II
| style="text-align:right;" | 35 hp/s
| <div class="wrap"><div class="bars e4" style="width:105px; border-left:1px solid black;"></div><div class="text">35 hp/s</div></div>
| <div style="width:70px;background-color:DarkSlateBlue; font-size:80%">&nbsp;</div>
|-
|-
| 4 x Medium + 1 x Light Shield Maintenance Bot II<small>&nbsp;<ref>Standard setup for a [[Scimitar]] is to use 4 medium and 1 light shield maintenance bot and they get a bonus to drone repair amount.</ref></small>
| 4 x Medium + 1 x Light Shield Maintenance Bot II<small>&nbsp;<ref>Standard setup for a [[Scimitar]] is to use 4 medium and 1 light shield maintenance bot and they get a bonus to drone repair amount.</ref></small>
| style="text-align:right;" | 32,4 - 68,8 hp/s
| <div class="wrap"><div class="bars e4" style="width:97px; border-left:1px solid black;"></div><div class="bars e3" style="width:97px; border-left:1px solid black;"></div><div class="text">32,4 - 64,8 hp/s</div></div>
| <div style="width:130px;background-color:SlateBlue; font-size:80%"><div style="width:65px;background-color:darkslateblue">&nbsp;</div>
|-
|-
| 5 x Medium Shield Maintenance Bot I
| 5 x Medium Shield Maintenance Bot I
| style="text-align:right;" | 30 hp/s
| <div class="wrap"><div class="bars e4" style="width:90px; border-left:1px solid black;"></div><div class="text">30 hp/s</div></div>
| <div style="width:60px;background-color:DarkSlateBlue; font-size:80%">&nbsp;</div>
|-
|-
| 5 x Light Shield Maintenance Bot II<small>&nbsp;<ref>Standard setup for a [[Basilisk]] is to use 5 light shield maintenance bot and they get a bonus to drone repair amount.</ref></small>
| 5 x Light Shield Maintenance Bot II<small>&nbsp;<ref>Standard setup for a [[Basilisk]] is to use 5 light shield maintenance bot and they get a bonus to drone repair amount.</ref></small>
| style="text-align:right;" | 17,5 - 36 hp/s
| <div class="wrap"><div class="bars e4" style="width:54px; border-left:1px solid black;"></div><div class="bars e3" style="width:54px; border-left:1px solid black;"></div><div class="text">17,5 - 35 hp/s</div></div>
| <div style="width:72px;background-color:SlateBlue; font-size:80%"><div style="width:36px;background-color:DarkSlateBlue; font-size:80%">&nbsp;</div></div>
|-
|-
| 5 x Light Shield Maintenance Bot I
| 5 x Light Shield Maintenance Bot I
| style="text-align:right;" | 15 hp/s
| <div class="wrap"><div class="bars e4" style="width:45px; border-left:1px solid black;"></div><div class="text">15 hp/s</div></div>
| <div style="width:30px;background-color:DarkSlateBlue; font-size:80%">&nbsp;</div>
|}
|}
<small>&nbsp;&nbsp;&nbsp;&nbsp;Legend: &nbsp;<font color="DarkSlateBlue">&#9608;</font> Base repair amount &nbsp;<font color="SlateBlue">&#9608;</font> Ship bonuses &nbsp;<font color="indigo">&#9608;</font> Siege warfare link bonus
<small>&nbsp;&nbsp;&nbsp;&nbsp;Legend: &nbsp;<font class="ee4">&#9608;</font> Base repair amount &nbsp;<font class="ee3">&#9608;</font> Ship bonuses &nbsp;<font class="ee2">&#9608;</font> Shield Command Burst bonus
<references/></small>
<references/></small>


Line 237: Line 245:
|-
|-
| valign="top" | {{icon|warfare links|24}} {{co|coral|Shield Command Burst II}} (Active Shielding Charges)<br>{{icon|warfare links|24}} {{co|coral|Shield Command Burst II}} (Shield Harmonizing Charges)<br>{{icon|warfare links|24}} {{co|coral|Skirmish Command Burst II}} (Evasive Maneuvers Charges)<br>{{icon|warfare links|24}} {{co|coral|Skirmish Command Burst II}} (Interdiction Maneuvers Charges)<br>[[image:icon_implant_hardwiring.png|24px|link=]] {{co|coral|Republic Fleet Command Mindlink}}
| valign="top" | {{icon|warfare links|24}} {{co|coral|Shield Command Burst II}} (Active Shielding Charges)<br>{{icon|warfare links|24}} {{co|coral|Shield Command Burst II}} (Shield Harmonizing Charges)<br>{{icon|warfare links|24}} {{co|coral|Skirmish Command Burst II}} (Evasive Maneuvers Charges)<br>{{icon|warfare links|24}} {{co|coral|Skirmish Command Burst II}} (Interdiction Maneuvers Charges)<br>[[image:icon_implant_hardwiring.png|24px|link=]] {{co|coral|Republic Fleet Command Mindlink}}
| valign="top" | {{icon|warfare links|24}} {{co|grey|Shield Command Burst II}} (Shield Extension Charges)<br>{{icon|warfare links|24}} {{co|grey|Information Command Burst II}} (Sensor Optimization Charges)<br>[[image:icon_implant_hardwiring.png|24px|link=]] {{co|grey|Caldari Navy Warfare Mindlink}}
| valign="top" | {{icon|warfare links|24}} {{co|grey|Shield Command Burst II}} (Shield Extension Charges)<br>{{icon|warfare links|24}} {{co|grey|Information Command Burst II}} (Sensor Optimization Charges)<br>[[image:icon_implant_hardwiring.png|24px|link=]] {{co|grey|Caldari Navy Command Mindlink}}
|}
|}
Below are some practical effects of having a maxed booster with the appropriate mindlink implant:
Below are some practical effects of having a maxed booster with the appropriate mindlink implant:
Line 267: Line 275:


Apart from the very tangible increase of repping powers and web range, the other bonuses all help to improve your ''"quality of life"'' making site running both safer and faster.
Apart from the very tangible increase of repping powers and web range, the other bonuses all help to improve your ''"quality of life"'' making site running both safer and faster.
You can read more about setting up fleets with boosts and the expected results of warfare links, stacking webs and remote assistance modules on the [[Fleet setup in Incursions|fleet setup in incursions]] page.


==== {{icon|x|32}} Running without ongrid boosts ====
==== {{icon|x|32}} Running without ongrid boosts ====
Line 309: Line 315:
== Removing jammers ==
== Removing jammers ==
The following ships have target jamming capabilities:
The following ships have target jamming capabilities:
{| class="wikitable" style="font-size:95%;"
{| class="wikitable" style="font-size:90%;"
|-
|-
! width="100" style="background:#222222;" | Enemy
! width="100" style="background:#222222;" | Enemy
Line 329: Line 335:
== Handling neuting threats ==
== Handling neuting threats ==
Below are the ships capable of neuting:
Below are the ships capable of neuting:
{| class="wikitable" style="font-size:95%;"
{| class="wikitable" style="font-size:90%;"
|-
|-
! width="100" style="background:#222222;" | Enemy
! width="100" style="background:#222222;" | Enemy
Line 356: Line 362:
== Managing the incoming damage ==
== Managing the incoming damage ==
The following ships make up for the majority of the damage:
The following ships make up for the majority of the damage:
{| class="wikitable" style="font-size:95%;"
{| class="wikitable" style="font-size:90%;"
|-
|-
! width="100" style="background:#222222;" | Enemy
! width="100" style="background:#222222;" | Enemy
Line 386: Line 392:
|}
|}
The following would apply to sniper targets:
The following would apply to sniper targets:
{| class="wikitable" style="font-size:95%;"
{| class="wikitable" style="font-size:90%;"
|-
|-
! width="100" style="background:#222222;" | Enemy
! width="100" style="background:#222222;" | Enemy
Line 408: Line 414:
== Overcoming enemy logistics support ==
== Overcoming enemy logistics support ==
The following ships have fleet supporting capabilities:
The following ships have fleet supporting capabilities:
{| class="wikitable" style="font-size:95%;"
{| class="wikitable" style="font-size:90%;"
|-
|-
! width="100" style="background:#222222;" | Enemy
! width="100" style="background:#222222;" | Enemy
Line 422: Line 428:
| The Sansha flagship, spawns in the [[Uroborus]] and [[The Kundalini Manifest]] mothership sites (also neuts and ECM bursts).
| The Sansha flagship, spawns in the [[Uroborus]] and [[The Kundalini Manifest]] mothership sites (also neuts and ECM bursts).
|-
|-
| nowrap valign="middle" | {{icon|warfare link|30|Warfare links}} '''Vylade Dien'''
| nowrap valign="middle" | {{icon|warfare link|30|Command Bursts}} '''Vylade Dien'''
| A sturdy command ship with no damage capabilities.
| A sturdy command ship with no damage capabilities.
|}
|}
Line 435: Line 441:
== Removing webbers to allow rapid movement or speed tanks ==
== Removing webbers to allow rapid movement or speed tanks ==
Depending on the fleet composition and fitting doctrine, sometimes removing webbers can be a high priority. The ships that web are:
Depending on the fleet composition and fitting doctrine, sometimes removing webbers can be a high priority. The ships that web are:
{| class="wikitable" style="font-size:95%;"
{| class="wikitable" style="font-size:90%;"
|-
|-
! width="100" style="background:#222222;" | Enemy
! width="100" style="background:#222222;" | Enemy
Line 461: Line 467:
== Facilitating a controlled warp-out ==
== Facilitating a controlled warp-out ==
Sometimes things go wrong, like a logistics ship disconnecting, and you get overwhelmed on a site and need to get the fleet out. In order to safely warp a fleet out of a site you need everyone pre-aligned and all warp disrupting capable ships on grid destroyed. The ships capable of warp disrupting are:
Sometimes things go wrong, like a logistics ship disconnecting, and you get overwhelmed on a site and need to get the fleet out. In order to safely warp a fleet out of a site you need everyone pre-aligned and all warp disrupting capable ships on grid destroyed. The ships capable of warp disrupting are:
{| class="wikitable" style="font-size:95%;"
{| class="wikitable" style="font-size:90%;"
|-
|-
! width="100" style="background:#222222;" | Enemy
! width="100" style="background:#222222;" | Enemy