Greatly buff android attack boost
This commit is contained in:
parent
2314b7d91c
commit
90e6fe5f5d
@ -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) * 6
|
(i + 1) * 12
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.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.06, AttributeModifier.Operation.MULTIPLY_TOTAL))
|
modifier.addPermanentModifier(AttributeModifier(MODIFIER_ID, type.displayName.toString(), (level + 1) * 0.12, AttributeModifier.Operation.MULTIPLY_TOTAL))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user