8 lines
354 B
Python
Executable File
8 lines
354 B
Python
Executable File
# Used by:
|
|
# Variations of ship: Vigil (2 of 2)
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Minmatar Frigate").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Target Painter",
|
|
"signatureRadiusBonus", ship.getModifiedItemAttr("shipBonusMF2") * level)
|