增强电棍

This commit is contained in:
17146 2025-05-24 23:41:37 +08:00 committed by Light_Quanta
parent 43e2904b89
commit 7780010a7c
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959

View file

@ -98,7 +98,7 @@ public class ElectricBaton extends SwordItem implements EnergyStorageItem {
cap.extractEnergy(ENERGY_COST, false);
if (!target.level().isClientSide) {
target.addEffect(new MobEffectInstance(ModMobEffects.SHOCK, 20, 2), attacker);
target.addEffect(new MobEffectInstance(ModMobEffects.SHOCK, 30, 2), attacker);
}
}
}