summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-12-17 17:14:11 +0530
committerDastgir <dastgirpojee@rocketmail.com>2015-12-25 20:46:50 +0530
commit654e7629282b1e708e4f08b26b381e6f917b26d3 (patch)
tree6132737d98878579b56ec920c4f3badff31cd57f /src/map/battle.h
parentd4460ce0fcca62cd4fe6d45b12c55eb286244fee (diff)
downloadhercules-654e7629282b1e708e4f08b26b381e6f917b26d3.tar.gz
hercules-654e7629282b1e708e4f08b26b381e6f917b26d3.tar.bz2
hercules-654e7629282b1e708e4f08b26b381e6f917b26d3.tar.xz
hercules-654e7629282b1e708e4f08b26b381e6f917b26d3.zip
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 */