Fortress: Difference between revisions
From Mechabellum Wiki
(patch 0.7.6) |
(add Upgrades Math) |
||
Line 25: | Line 25: | ||
|Range Enhancement | |Range Enhancement | ||
|300 | |300 | ||
|Increases attack range by | |Increases attack range by 40m | ||
|- | |- | ||
|{{Icon|type=Tech|file=AntiAirBarrage.png}} | |{{Icon|type=Tech|file=AntiAirBarrage.png}} | ||
Line 35: | Line 35: | ||
|Elite Marksman | |Elite Marksman | ||
|300 | |300 | ||
|The effect increases with unit level, increasing range by | |The effect increases with unit level, increasing range by 8m and ATK by 30% per level | ||
|- | |- | ||
|{{Icon|type=Tech|file=LauncherOverload.png}} | |{{Icon|type=Tech|file=LauncherOverload.png}} | ||
Line 46: | Line 46: | ||
|200 | |200 | ||
|HP is increased by 30% and 60 damage is blocked when attacked. The damage blocking effect increases by 60 with each level. | |HP is increased by 30% and 60 damage is blocked when attacked. The damage blocking effect increases by 60 with each level. | ||
|} | |||
{| class="table table-dark table-bordered" style="width:auto;" | |||
|+Upgrades Math | |||
!Upgrades | |||
!Shots per Attack | |||
!Damage per Attack | |||
!Attack Interval (sec) | |||
!DPS | |||
!Shots per 10sec | |||
|- | |||
|Base | |||
|1 | |||
|{{#var:atk}} | |||
|{{#var:atkint}} | |||
|{{#var:dps}} | |||
|{{#expr: 10 / {{#var:atkint|1}} round 1 }} | |||
|- | |||
|{{Icon|type=Tech|file=LauncherOverload.png|size=xs}} Launcher Overload | |||
|1 | |||
|{{#var:atk}} | |||
|{{#expr: {{#var:atkint}} * .5 round 1 }} | |||
|{{#expr: {{#var:dps}} * 2 round 0 }} | |||
|{{#expr: 10 / ({{#var:atkint|1}} * .5) round 1 }} | |||
|- | |||
|{{Icon|type=Tech|file=Doubleshot.png|size=xs}} Double Shot | |||
|2 | |||
|{{#var:atk}} | |||
|{{#expr: {{#var:atkint}} * 1.12 round 1 }} | |||
|{{#expr: 2 * {{#var:atk}} / ({{#var:atkint|1}} * 1.12) round 0 }} | |||
|{{#expr: 10 / ({{#var:atkint|1}} * 1.12 * .5) round 1 }} | |||
|- | |||
|{{Icon|type=Tech|file=LauncherOverload.png|size=xs}} Launcher Overload & {{Icon|type=Tech|file=Doubleshot.png|size=xs}} Double Shot | |||
|2 | |||
|{{#var:atk}} | |||
|{{#expr: {{#var:atkint}} * 1.12 * .5 round 1 }} | |||
|{{#expr: 2 * {{#var:atk}} / ({{#var:atkint|1}} * 1.12 * .5) round 0 }} | |||
|{{#expr: 10 / ({{#var:atkint|1}} * 1.12 * .25) round 1 }} | |||
|} | |} | ||
== Update Notes == | == Update Notes == | ||
{{Collapsed| | |||
;0.7.6: | ;0.7.6: | ||
* HP increased by 3% | * HP increased by 3% | ||
Line 61: | Line 101: | ||
;0.6.175: | ;0.6.175: | ||
* Page created | * Page created | ||
}} | |||
[[Category:Units]] | [[Category:Units]] |
Revision as of 16:14, 6 June 2023
Fortress
|
Giant guard robot
Mobility | Ground |
---|---|
Giant | Yes |
Cost | 400 |
Unlock cost | 200 |
Units | 1 |
HP | 43938 |
Attack | 6177 |
Target | Ground Only |
Attack Interval | 1.8s |
Splash Damage | 5.0m |
Burst Damage | 6177 |
Max DPS | 3432 |
Range | 100m |
Speed | 6m/s |
|
Values are normalized to the supply cost of the unit to make it easier to compare units. The Splash Index tries to calculate the effectiveness vs spam by multiply attacks with slash area and a penalty for damage below 350. |
|
Unit Cost |
400 - 600 |
---|---|
HP Value |
73.2 - 109.8 |
Burst Value |
10.3 - 15.4 |
DPS Value |
5.7 - 8.6 |
Splash Index |
2.8 |
Icon | Name | Cost | Description |
---|---|---|---|
Doubleshot | 200 | Each attack fires 2 shells in succession but increases reload time by 12% | |
Barrier | 300 | Generates a large-scale shield that protects all allies within it. Shield HP increases by 40,000 per unit level increased | |
Fang Summoning | 300 | Produces 12 Fangs to join the combat every 28s | |
Range Enhancement | 300 | Increases attack range by 40m | |
Anti-Air Barrage | 200 | Launches 16 anti-air barrages at the enemy every 10s. The barrages only damage aerial units. Each guided missile deals 900 damage and has a range of 180m | |
Elite Marksman | 300 | The effect increases with unit level, increasing range by 8m and ATK by 30% per level | |
Launcher Overload | 200 | Fortress' attack interval reduces by 50%, reduces range by 20m | |
Armor Enhancement | 200 | HP is increased by 30% and 60 damage is blocked when attacked. The damage blocking effect increases by 60 with each level. |
Upgrades | Shots per Attack | Damage per Attack | Attack Interval (sec) | DPS | Shots per 10sec |
---|---|---|---|---|---|
Base | 1 | 6177 | 1.8 | 3432 | 5.6 |
Launcher Overload | 1 | 6177 | 0.9 | 6864 | 11.1 |
Double Shot | 2 | 6177 | 2 | 6128 | 9.9 |
Launcher Overload & Double Shot | 2 | 6177 | 1 | 12256 | 19.8 |
Update Notes
|