10 lines
337 B
Python
10 lines
337 B
Python
# shipBonusLightDroneShieldHPPirateFaction
|
|
#
|
|
# Used by:
|
|
# Ship: Whiptail
|
|
# Ship: Worm
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Light Drone Operation"),
|
|
"shieldCapacity", ship.getModifiedItemAttr("shipBonusPirateFaction"))
|