Files
meatballcraft/scripts/mixin/Extrabotany/subspacespeardamage.zs
T
ZHAY10086 e909edb0eb update
2026-02-25 17:44:26 +08:00

18 lines
458 B
Plaintext

#modloaded extrabotany
#loader mixin
import native.com.meteor.extrabotany.common.item.relic.ItemSpearSubspace;
#mixin {value: "com.meteor.extrabotany.common.item.relic.ItemSpearSubspace"}
zenClass MixinItemSpearSubspace {
#mixin Static
#mixin ModifyConstant
#{
# method: "getAttributeModifiers",
# constant: {doubleValue: 8.0}
#}
function buffSubspaceSpearMelee(original as double) as double {
return 1500.0d;
}
}