Skip to content

Commit 388c3c8

Browse files
committed
Add missing Kronos falloff effect
1 parent 24df547 commit 388c3c8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)