Skip to content

Commit

Permalink
Add missing Kronos falloff effect
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Nov 20, 2013
1 parent 24df547 commit 388c3c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eos/effects/shipbonushtfalloffgb2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Used by:
# Ship: Kronos
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Battleship").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Hybrid Turret"),
"falloff", ship.getModifiedItemAttr("shipBonusGB2") * level)

0 comments on commit 388c3c8

Please sign in to comment.