7 lines
261 B
Python
7 lines
261 B
Python
# Used by:
|
|
# Ship: Epithal
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Gallente Industrial").level
|
|
fit.ship.boostItemAttr("specialPlanetaryCommoditiesHoldCapacity", ship.getModifiedItemAttr("shipBonusGI2") * level)
|