From 8f00e903e8e28f3afdecdec5ad282645517adc77 Mon Sep 17 00:00:00 2001 From: Peisong Xiao Date: Thu, 18 Jul 2024 14:39:45 -0400 Subject: [PATCH] fixed stats for assassin --- src/constants.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/constants.h b/src/constants.h index 21b9c80..aca06a0 100644 --- a/src/constants.h +++ b/src/constants.h @@ -65,15 +65,15 @@ static const int MAX_HP[RACE_CNT] = { }; static const int STARTING_HP[RACE_CNT] = { 125, 150, 50, 120, 110, 140, 100, 140, 180, 30, 150, 100, - 800, 130, 150, 120, 30 + 800, 130, 150, 120, 100 }; static const int STARTING_ATK[RACE_CNT] = { 25, 25, 25, 25, 15, 20, 20, 30, 30, 70, 20, 15, - 40, 25, 80, 15, 10 + 40, 25, 80, 15, 30 }; static const int STARTING_DEF[RACE_CNT] = { 25, 15, 25, 15, 20, 20, 30, 10, 25, 5, 20, 20, - 50, 20, 0, 20 + 50, 20, 0, 20, 10 }; static const fraction STARTING_HR[RACE_CNT] = { {1, 1}, {1, 1}, {1, 1}, {1, 1}, {1, 1},