12 lines
313 B
Python
12 lines
313 B
Python
# shipBonusLightDroneHPPirateFaction
|
|
#
|
|
# Used by:
|
|
# Ship: Whiptail
|
|
# Ship: Worm
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Light Drone Operation"),
|
|
"hp", ship.getModifiedItemAttr("shipBonusRole7"))
|