11 lines
324 B
Python
11 lines
324 B
Python
# shipBonusMediumDroneArmorHPGC2
|
|
#
|
|
# Used by:
|
|
# Ship: Ishtar
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Medium Drone Operation"),
|
|
"armorHP", ship.getModifiedItemAttr("shipBonusGC2"), skill="Gallente Cruiser")
|