11 lines
292 B
Python
11 lines
292 B
Python
# eliteBonusElectronicAttackShipRechargeRate2
|
|
#
|
|
# Used by:
|
|
# Ship: Sentinel
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("rechargeRate", ship.getModifiedItemAttr("eliteBonusElectronicAttackShip2"),
|
|
skill="Electronic Attack Ships")
|