summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorhemagx <hemagx2@gmail.com>2015-12-25 19:30:20 +0200
committerhemagx <hemagx2@gmail.com>2015-12-25 19:30:20 +0200
commit75141a35e907f76ce7626f0f7cb421ec3217bcc1 (patch)
treeb511fbe1cebf265a7140db8878bdcc43007d9305 /src/map/battle.h
parent0fd41008db1c91f2dd62ed2084b4ca4d063c04d9 (diff)
parent654e7629282b1e708e4f08b26b381e6f917b26d3 (diff)
downloadhercules-75141a35e907f76ce7626f0f7cb421ec3217bcc1.tar.gz
hercules-75141a35e907f76ce7626f0f7cb421ec3217bcc1.tar.bz2
hercules-75141a35e907f76ce7626f0f7cb421ec3217bcc1.tar.xz
hercules-75141a35e907f76ce7626f0f7cb421ec3217bcc1.zip
Merge pull request #975 from dastgir/8-RefineDef
Added Costume/Shadow Atk/Def refine bonus setting
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index ad59efedd..586673c17 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -528,6 +528,9 @@ struct Battle_Config {
int show_monster_hp_bar; // [Frost]
int fix_warp_hit_delay_abuse;
+
+ int costume_refine_def, shadow_refine_def;
+ int shadow_refine_atk;
};
/* criteria for battle_config.idletime_critera */