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