-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
67 additions
and
25 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
eos/effects/armortankinggang2.py → eos/effects/armorwarfarearmorhpreplacer.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# armorTankingGang2 | ||
# armorWarfareArmorHpReplacer | ||
# | ||
# Used by: | ||
# Implant: Armored Warfare Mindlink | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# boosterArmorHpPenalty | ||
# | ||
# Used by: | ||
# Implants from group: Booster (12 of 39) | ||
# Implants from group: Booster (12 of 37) | ||
type = "boosterSideEffect" | ||
def handler(fit, booster, context): | ||
fit.ship.boostItemAttr("armorHP", booster.getModifiedItemAttr("boosterArmorHPPenalty")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# boosterMaxVelocityPenalty | ||
# | ||
# Used by: | ||
# Implants from group: Booster (12 of 39) | ||
# Implants from group: Booster (12 of 37) | ||
type = "boosterSideEffect" | ||
def handler(fit, booster, context): | ||
fit.ship.boostItemAttr("maxVelocity", booster.getModifiedItemAttr("boosterMaxVelocityPenalty")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# boosterShieldCapacityPenalty | ||
# | ||
# Used by: | ||
# Implants from group: Booster (12 of 39) | ||
# Implants from group: Booster (12 of 37) | ||
type = "boosterSideEffect" | ||
def handler(fit, booster, context): | ||
fit.ship.boostItemAttr("shieldCapacity", booster.getModifiedItemAttr("boosterShieldCapacityPenalty")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# informationWarfareMaxTargetRangeBonus | ||
# | ||
# Used by: | ||
# Implant: Caldari Navy Warfare Mindlink | ||
# Implant: Imperial Navy Warfare Mindlink | ||
# Implant: Information Warfare Mindlink | ||
type = "gang" | ||
gangBoost = "maxTargetRange" | ||
gangBonus = "maxTargetRangeBonus" | ||
def handler(fit, container, context): | ||
fit.ship.boostItemAttr(gangBoost, container.getModifiedItemAttr(gangBonus)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
eos/effects/miningforemanmindlinkminingamountbonusreplacer.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# miningForemanMindLinkMiningAmountBonusReplacer | ||
# | ||
# Used by: | ||
# Implant: Mining Foreman Mindlink | ||
type = "gang" | ||
gangBoost = "miningAmount" | ||
gangBonus = "miningAmountBonus" | ||
def handler(fit, container, context): | ||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Mining"), | ||
gangBoost, container.getModifiedItemAttr(gangBonus) * level) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# overloadSelfThermalHardeningBonus | ||
# | ||
# Used by: | ||
# Variations of module: Armor Thermic Hardener I (39 of 39) | ||
# Variations of module: Thermic Dissipation Field I (19 of 19) | ||
# Module: Civilian Thermic Dissipation Field | ||
# Variations of module: Armor Thermal Hardener I (39 of 39) | ||
# Variations of module: Thermal Dissipation Field I (19 of 19) | ||
# Module: Civilian Thermal Dissipation Field | ||
type = "overheat" | ||
def handler(fit, module, context): | ||
module.boostItemAttr("thermalDamageResistanceBonus", module.getModifiedItemAttr("overloadHardeningBonus")) |
3 changes: 0 additions & 3 deletions
3
eos/effects/reconoperationsmaxtargetrangebonuspostpercentmaxtargetrangegangships.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...effects/shielddefensiveoperationsshieldcapacitybonuspostpercentshieldcapacitygangships.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# siegeWarfareShieldCapacityBonusReplacer | ||
# | ||
# Used by: | ||
# Implant: Caldari Navy Warfare Mindlink | ||
# Implant: Republic Fleet Warfare Mindlink | ||
# Implant: Siege Warfare Mindlink | ||
type = "gang" | ||
gangBoost = "shieldCapacity" | ||
gangBonus = "shieldCapacityBonus" | ||
def handler(fit, container, context): | ||
fit.ship.boostItemAttr(gangBoost, container.getModifiedItemAttr(gangBonus) * level) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# skirmishWarfareAgilityBonusReplacer | ||
# | ||
# Used by: | ||
# Implant: Federation Navy Warfare Mindlink | ||
# Implant: Republic Fleet Warfare Mindlink | ||
# Implant: Skirmish Warfare Mindlink | ||
type = "gang" | ||
gangBoost = "agility" | ||
gangBonus = "agilityBonus" | ||
def handler(fit, container, context): | ||
fit.ship.boostItemAttr(gangBoost, container.getModifiedItemAttr(gangBonus) * level) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ikedamagemultiplierbonuspostpercentdamagemultiplierlocationshipmodulesrequiringgunnery.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
eos/effects/thermalshieldcompensationhardeningbonusgroupshieldamp.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
eos/effects/thermicarmorcompensationhardeningbonusgrouparmorcoating.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
eos/effects/thermicarmorcompensationhardeningbonusgroupenergized.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters