From 7b2d1594102a0e6395ffd65c67b854d797787fbd Mon Sep 17 00:00:00 2001 From: Light_Quanta Date: Sat, 10 May 2025 01:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4DPS=E5=8F=91=E7=94=B5?= =?UTF-8?q?=E6=9C=BA=E5=8F=91=E7=94=B5=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/atsuishio/superbwarfare/entity/DPSGeneratorEntity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/DPSGeneratorEntity.java b/src/main/java/com/atsuishio/superbwarfare/entity/DPSGeneratorEntity.java index 89a2de2ba..1381c6c2d 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/DPSGeneratorEntity.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/DPSGeneratorEntity.java @@ -195,7 +195,7 @@ public class DPSGeneratorEntity extends LivingEntity implements GeoEntity { // 发电 ((SyncedEntityEnergyStorage) entityCap).setMaxReceive(entityCap.getMaxEnergyStored()); - entityCap.receiveEnergy(Math.round(256 * damage), false); + entityCap.receiveEnergy(Math.round(128 * damage), false); ((SyncedEntityEnergyStorage) entityCap).setMaxReceive(0); }