6 lines
238 B
Python
Executable File
6 lines
238 B
Python
Executable File
# Used by:
|
|
# Ship: Vengeance
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Assault Frigates").level
|
|
fit.ship.boostItemAttr("rechargeRate", ship.getModifiedItemAttr("eliteBonusGunship2") * level) |