8 lines
209 B
Python
8 lines
209 B
Python
# shipCapRecharge2AF
|
|
#
|
|
# Used by:
|
|
# Ship: Anathema
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("rechargeRate", ship.getModifiedItemAttr("shipBonus2AF"), skill="Amarr Frigate")
|