12 lines
334 B
Python
12 lines
334 B
Python
# shipBonusMediumDroneShieldHPPirateFaction
|
|
#
|
|
# Used by:
|
|
# Ship: Chameleon
|
|
# Ship: Gila
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Medium Drone Operation"),
|
|
"shieldCapacity", ship.getModifiedItemAttr("shipBonusRole7"))
|