mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 14:07:46 +00:00
Forgot a script for Medica II;
This commit is contained in:
parent
f2b486dbde
commit
4494a826fe
1 changed files with 19 additions and 0 deletions
19
scripts/chai/skill/cnj/skillDef_133.chai
Normal file
19
scripts/chai/skill/cnj/skillDef_133.chai
Normal file
|
@ -0,0 +1,19 @@
|
|||
// Skill Name: Medica II
|
||||
// Skill ID: 133
|
||||
|
||||
class skillDef_133Def
|
||||
{
|
||||
def skillDef_133Def()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
def onFinish( player, target )
|
||||
{
|
||||
player.handleScriptSkill( STD_HEAL, 133, 200, 0, player );
|
||||
target.addStatusEffectByIdIfNotExist( 150, 30000, player, 50 );
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
GLOBAL skillDef_133 = skillDef_133Def();
|
Loading…
Add table
Reference in a new issue