mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-03-03 16:51:28 +01:00
Nerf the corrupt influence damage boost slightly
This commit is contained in:
parent
ef8309e86d
commit
7931a0b973
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import net.minecraft.world.WorldEvents;
|
|||
public class CorruptInfluenceStatusEffect extends StatusEffect {
|
||||
CorruptInfluenceStatusEffect(int color) {
|
||||
super(StatusEffectType.NEUTRAL, color);
|
||||
addAttributeModifier(EntityAttributes.GENERIC_ATTACK_DAMAGE, "6D706448-6A60-4F59-BE8A-C23A6DD2C7A9", 120, EntityAttributeModifier.Operation.ADDITION);
|
||||
addAttributeModifier(EntityAttributes.GENERIC_ATTACK_DAMAGE, "6D706448-6A60-4F59-BE8A-C23A6DD2C7A9", 15, EntityAttributeModifier.Operation.ADDITION);
|
||||
addAttributeModifier(EntityAttributes.GENERIC_ATTACK_SPEED, "6D706448-6A60-4F59-BE8A-C23A6DD2C7A9", 10, EntityAttributeModifier.Operation.ADDITION);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue