Buff attack boost even more
This commit is contained in:
parent
fcd1de644a
commit
4068444e63
@ -152,7 +152,7 @@ fun addResearchData(serializer: Consumer<AndroidResearchType>, lang: MatteryLang
|
|||||||
.withDescription(
|
.withDescription(
|
||||||
TranslatableComponent(
|
TranslatableComponent(
|
||||||
"android_research.overdrive_that_matters.attack_boost.description",
|
"android_research.overdrive_that_matters.attack_boost.description",
|
||||||
(i + 1) * 12
|
(i + 1) * 15
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.addFeatureResult(AndroidFeatures.ATTACK_BOOST, i)
|
.addFeatureResult(AndroidFeatures.ATTACK_BOOST, i)
|
||||||
|
@ -13,7 +13,7 @@ class AttackBoostFeature(android: MatteryPlayerCapability) : AndroidFeature(Andr
|
|||||||
|
|
||||||
if (modifier != null) {
|
if (modifier != null) {
|
||||||
modifier.removePermanentModifier(MODIFIER_ID)
|
modifier.removePermanentModifier(MODIFIER_ID)
|
||||||
modifier.addPermanentModifier(AttributeModifier(MODIFIER_ID, type.displayName.toString(), (level + 1) * 0.12, AttributeModifier.Operation.MULTIPLY_TOTAL))
|
modifier.addPermanentModifier(AttributeModifier(MODIFIER_ID, type.displayName.toString(), (level + 1) * 0.15, AttributeModifier.Operation.MULTIPLY_TOTAL))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user