Update effects for logi
This commit is contained in:
3
eos/effects/shipbonusrole4nosferatucpubonus.py
Normal file
3
eos/effects/shipbonusrole4nosferatucpubonus.py
Normal file
@@ -0,0 +1,3 @@
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Nosferatu", "cpu", src.getModifiedItemAttr("shipBonusRole4"))
|
||||
@@ -7,4 +7,4 @@ type = "passive"
|
||||
|
||||
def handler(fit, src, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Remote Armor Repair Systems"), "power",
|
||||
src.getModifiedItemAttr("remoteArmorPowerNeedBonus"))
|
||||
src.getModifiedItemAttr("shipBonusRole5"))
|
||||
Reference in New Issue
Block a user