summaryrefslogtreecommitdiff
path: root/src/map/mob.hpp
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2022-12-16 11:21:49 +0100
committerHoraK-FDF <horak-fdf@web.de>2022-12-16 11:21:49 +0100
commit67bf4970c20f18a55cab7adde58ef346f3d2ad1e (patch)
tree09dd88b4c9d8f72196748b12302495411e746200 /src/map/mob.hpp
parent3f9bfc2f611f4c775c3f1ead7a6c48d2f287e187 (diff)
downloadtmwa-67bf4970c20f18a55cab7adde58ef346f3d2ad1e.tar.gz
tmwa-67bf4970c20f18a55cab7adde58ef346f3d2ad1e.tar.bz2
tmwa-67bf4970c20f18a55cab7adde58ef346f3d2ad1e.tar.xz
tmwa-67bf4970c20f18a55cab7adde58ef346f3d2ad1e.zip
mobs critical_def + 10 drops + storage 500
Diffstat (limited to 'src/map/mob.hpp')
-rw-r--r--src/map/mob.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/mob.hpp b/src/map/mob.hpp
index 47da095..3aa7fc5 100644
--- a/src/map/mob.hpp
+++ b/src/map/mob.hpp
@@ -43,7 +43,7 @@ namespace map
#define JAPANESE_NAME stringish<MobName>("--ja--"_s)
#define MOB_THIS_MAP stringish<MapName>("this"_s)
-#define MaxDrops 8
+#define MaxDrops 10
#define MinMobID 1001
#define MaxMobID 2000
@@ -69,7 +69,7 @@ struct mob_db_
int max_hp, max_sp;
int base_exp, job_exp;
int atk1, atk2;
- int def, mdef;
+ int def, mdef, critical_def;
earray<int, ATTR, ATTR::COUNT> attrs;
int range, range2, range3;
// always 1