diff options
author | hemagx <ibrahem.h.basyone@gmail.com> | 2016-10-22 02:28:16 +0200 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-10-22 02:28:16 +0200 |
commit | f072f3c9771cf0154f3b207970d86cc857708050 (patch) | |
tree | 34579ba5f0b3f71f681489883939d0ac770c7c0a /conf/map/battle/player.conf | |
parent | d8441a3522797a25b5bcc46d6e5b38adebd0a70b (diff) | |
parent | 431b8aad001d959225aaa41b8d0a80c4d5526229 (diff) | |
download | hercules-f072f3c9771cf0154f3b207970d86cc857708050.tar.gz hercules-f072f3c9771cf0154f3b207970d86cc857708050.tar.bz2 hercules-f072f3c9771cf0154f3b207970d86cc857708050.tar.xz hercules-f072f3c9771cf0154f3b207970d86cc857708050.zip |
Merge pull request #1458 from dastgir/2016-1_summoner
Introduces Summoner Class
Diffstat (limited to 'conf/map/battle/player.conf')
-rw-r--r-- | conf/map/battle/player.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/map/battle/player.conf b/conf/map/battle/player.conf index e478a92a1..39e1d9287 100644 --- a/conf/map/battle/player.conf +++ b/conf/map/battle/player.conf @@ -110,9 +110,12 @@ max_parameter: 99 // Same as max_parameter, but for 3rd classes. max_third_parameter: 130 -// Same as max_parameter, but for extend classes (Ex. Super Novice, Kagero/Oboro, Rebellion). +// Same as max_parameter, but for extended classes (Ex. Super Novice, Kagero/Oboro, Rebellion). max_extended_parameter: 125 +// Same as max_parameter, but for summoner class +max_summoner_parameter: 120 + // Same as max_parameter, but for baby classes. max_baby_parameter: 80 |