From 8c2918aa0f1c3eb7c2d66a6aecb46bfff6fe1523 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 21 Apr 2006 18:42:35 +0000 Subject: - Updated the HP/SP leech structures to have race-data attached to them. - Merged all leeching code to battle_drain function. - Added an enum for races (they match the RC entries in const.txt, except they are in all caps) - Cleaned up atk_mods and aspd_base to be MAX_WEAPON_TYPE sized rather than MAX_WEAPON_TYPE+1 - Simplified a bit the code for Signum Crucis - Added script bonuses: bonus3 bHPDrainRateRace,,, bonus3 bSPDrainRateRace,,, bonus2 bHPDrainValueRace,, bonus2 bSPDrainValueRace,, git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6221 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/const.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'db/const.txt') diff --git a/db/const.txt b/db/const.txt index 0746b1f98..33918ed1a 100644 --- a/db/const.txt +++ b/db/const.txt @@ -264,6 +264,8 @@ bSPDrainValue 1080 bWeaponAtk 1081 bWeaponAtkRate 1082 bDelayrate 1083 +bHPDrainRateRace 1084 +bSPDrainRateRace 1085 bRestartFullRecover 2000 bNoCastCancel 2001 @@ -292,9 +294,9 @@ bHPLossRate 2023 bAddRace2 2024 bHPGainValue 2025 bSubSize 2026 - +bHPDrainValueRace 2027 bAddItemHealRate 2028 - +bSPDrainValueRace 2029 bExpAddRace 2030 bSPGainRace 2031 bSPSubRace2 2032 -- cgit v1.2.3-70-g09d2