We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24df547 commit 388c3c8Copy full SHA for 388c3c8
1 file changed
eos/effects/shipbonushtfalloffgb2.py
@@ -0,0 +1,7 @@
1
+# Used by:
2
+# Ship: Kronos
3
+type = "passive"
4
+def handler(fit, ship, context):
5
+ level = fit.character.getSkill("Gallente Battleship").level
6
+ fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Hybrid Turret"),
7
+ "falloff", ship.getModifiedItemAttr("shipBonusGB2") * level)
0 commit comments