Update database and effects to 1419904

This commit is contained in:
DarkPhoenix
2018-11-13 14:09:23 +03:00
parent c14b56f37d
commit e77bb11d0a
5 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# boosterArmorHpPenalty
#
# Used by:
# Implants named like: Booster (12 of 33)
# Implants named like: Booster (12 of 35)
type = "boosterSideEffect"
# User-friendly name for the side effect

View File

@@ -1,7 +1,7 @@
# boosterShieldCapacityPenalty
#
# Used by:
# Implants named like: Booster (12 of 33)
# Implants from group: Booster (12 of 69)
type = "boosterSideEffect"
# User-friendly name for the side effect

View File

@@ -3,6 +3,7 @@
# Used by:
# Structure Modules from group: Structure Citadel Service Module (2 of 2)
# Structure Modules from group: Structure Engineering Service Module (6 of 6)
# Structure Modules from group: Structure Navigation Service Module (2 of 2)
# Structure Modules from group: Structure Resource Processing Service Module (4 of 4)
# Structure Module: Standup Moon Drill I
type = "passive"

View File

@@ -1,4 +1,4 @@
# structureArmorHPMultiply
# structureArmorHPBonus
#
# Used by:
# Structure Modules from group: Structure Armor Reinforcer (2 of 2)
@@ -7,4 +7,4 @@ runTime = "early"
def handler(fit, src, context):
fit.ship.multiplyItemAttr("hiddenArmorHPMultiplier", src.getModifiedItemAttr("armorHPMultiplier"))
fit.ship.boostItemAttr("hiddenArmorHPMultiplier", src.getModifiedItemAttr("armorHpBonus"), stackingPenalties=True)

BIN
eve.db

Binary file not shown.