diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-16 14:54:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-16 14:54:43 -0300 |
commit | bd7b4eb302d500b6cc4c7958b30ffc508c7932a4 (patch) | |
tree | 234b6c9e8de3a8c149bfbb4d176a79fafe4b09aa /conf/map/battle | |
parent | 4f60e9c13854302d6a7b3cc08758f44399c1c6f7 (diff) | |
download | serverdata-bd7b4eb302d500b6cc4c7958b30ffc508c7932a4.tar.gz serverdata-bd7b4eb302d500b6cc4c7958b30ffc508c7932a4.tar.bz2 serverdata-bd7b4eb302d500b6cc4c7958b30ffc508c7932a4.tar.xz serverdata-bd7b4eb302d500b6cc4c7958b30ffc508c7932a4.zip |
Allow Homunculus to crit and have level 140
Diffstat (limited to 'conf/map/battle')
-rw-r--r-- | conf/map/battle/battle.conf | 2 | ||||
-rw-r--r-- | conf/map/battle/homunc.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/map/battle/battle.conf b/conf/map/battle/battle.conf index dca323c57..035f9b0b7 100644 --- a/conf/map/battle/battle.conf +++ b/conf/map/battle/battle.conf @@ -40,7 +40,7 @@ enable_perfect_flee: 1 // Who can have critical attacks? (Note 3) // (Note that there are some skills that always do critical hit regardless of this) -enable_critical: 19 +enable_critical: 28 // Critical adjustment rate for non-players (Note 2) mob_critical_rate: 70 diff --git a/conf/map/battle/homunc.conf b/conf/map/battle/homunc.conf index cf909bbe1..76fee3f4e 100644 --- a/conf/map/battle/homunc.conf +++ b/conf/map/battle/homunc.conf @@ -62,7 +62,7 @@ homunculus_autoloot: true homunculus_auto_vapor: true // Max level for regular Homunculus -homunculus_max_level: 99 +homunculus_max_level: 140 // Max level for Homunculus S homunculus_S_max_level: 150 |