Fix #228 - missing Heretic effect
This commit is contained in:
9
eos/effects/shipmissilelauncherrofad1fixed.py
Normal file
9
eos/effects/shipmissilelauncherrofad1fixed.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# shipMissileLauncherRoFAD1Fixed
|
||||
#
|
||||
# Used by:
|
||||
# Ship: Heretic
|
||||
type = "passive"
|
||||
def handler(fit, ship, context):
|
||||
level = fit.character.getSkill("Amarr Destroyer").level
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Missile Launcher Operation"),
|
||||
"speed", ship.getModifiedItemAttr("shipBonusAD1") * level)
|
||||
Reference in New Issue
Block a user