Add missing RHML rof effect
This commit is contained in:
5
eos/effects/shipbonusrhmlrofcb.py
Normal file
5
eos/effects/shipbonusrhmlrofcb.py
Normal file
@@ -0,0 +1,5 @@
|
||||
type = "passive"
|
||||
def handler(fit, ship, context):
|
||||
level = fit.character.getSkill("Caldari Battleship").level
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Missile Launcher Rapid Heavy",
|
||||
"speed", ship.getModifiedItemAttr("shipBonusCB") * level)
|
||||
Reference in New Issue
Block a user