10 lines
340 B
Python
10 lines
340 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("shipBonusPirateFaction"))
|