From 81c8d3d3a56573488742f1a698002412249fcb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sun, 17 Apr 2022 21:36:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=9D=9A=E6=9E=9C=E4=BF=9D?= =?UTF-8?q?=E9=BE=84=E7=90=83=E4=BC=A4=E5=AE=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/constants.py b/source/constants.py index 958478f..90b9663 100755 --- a/source/constants.py +++ b/source/constants.py @@ -153,7 +153,7 @@ PLANT_HEALTH = 300 WALLNUT_HEALTH = 4000 WALLNUT_CRACKED1_HEALTH = 4000//3 * 2 WALLNUT_CRACKED2_HEALTH = 4000//3 -WALLNUT_BOWLING_DAMAGE = 370 +WALLNUT_BOWLING_DAMAGE = 550 PRODUCE_SUN_INTERVAL = 4250 # 基准 FLOWER_SUN_INTERVAL = 24000