diff options
author | Haru <haru@dotalux.com> | 2014-12-02 10:58:21 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-12-02 10:58:21 +0100 |
commit | f92b392439cd5f2b517e9c829d9f518e1f5b392a (patch) | |
tree | 49f308799deba3e6b54800c9220c518c03c67b97 /db/pet_db.txt | |
parent | 93216b60f0a37c07ede003e9d548c892ae543cfe (diff) | |
download | hercules-f92b392439cd5f2b517e9c829d9f518e1f5b392a.tar.gz hercules-f92b392439cd5f2b517e9c829d9f518e1f5b392a.tar.bz2 hercules-f92b392439cd5f2b517e9c829d9f518e1f5b392a.tar.xz hercules-f92b392439cd5f2b517e9c829d9f518e1f5b392a.zip |
Removed petheal command
- Follow-up to 8bb0078
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/pet_db.txt')
-rw-r--r-- | db/pet_db.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/db/pet_db.txt b/db/pet_db.txt index 5a3431b25..bf7623c9b 100644 --- a/db/pet_db.txt +++ b/db/pet_db.txt @@ -43,10 +43,6 @@ //Casts a support skill when the health levels are below the specified hp% and //sp%. Delay is the minimum time in seconds before the skill can be cast again -//petheal amount, delay, hp%, sp% -//Similar to petskillsupport, but the skill is fixed to heal (28) and the -//heal-amount is fixed to the value given. - //petrecovery type, delay: Cures the "type" status effect after "delay" seconds //petskillbonus type, value, duration, delay @@ -55,8 +51,7 @@ //delay is the time elapsed after the bonus ends and before it starts again. //A single pet can have petloot, petskillbonus, petskillattack (or -//petskillattack2) and petskillsupport (or petheal) at the same time, -//but only one of each. +//petskillattack2) and petskillsupport at the same time, but only one of each. 1002,PORING,Poring,619,9001,10013,531,80,60,50,100,250,20,2000,150,1,0,350,400,800,{ petloot 10; },{ bonus bLuk,2; bonus bCritical,1; } 1113,DROPS,Drops,620,9002,10013,508,80,60,40,100,250,20,1500,150,1,0,300,400,500,{ petloot 10; },{ bonus bHit,3; bonus bAtk,3; } |