diff options
Diffstat (limited to 'src/map/config/renewal.h')
-rw-r--r-- | src/map/config/renewal.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/map/config/renewal.h b/src/map/config/renewal.h index f692a197b..c169c5642 100644 --- a/src/map/config/renewal.h +++ b/src/map/config/renewal.h @@ -65,4 +65,14 @@ /// - weapon and status ATK are increased #define RENEWAL_EDP +/// renewal ASPD [malufett] +/// (disable by commenting the line) +/// +/// leave this line to enable renewal ASPD +/// - shield penalty is applied +/// - agi has a greater factor to your ASPD increase +/// - there is a change in how skill/items give ASPD +/// - some skills/items ASPD bonus won't stack +#define RENEWAL_ASPD + #endif // _CONFIG_RENEWAL_H_ |