* Added Critical Wounds to Anubis's skills

- also added some icon info

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11018 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Playtester 2007-08-15 20:33:28 +00:00
parent 56d9a037a6
commit efff167bc0
3 changed files with 18 additions and 0 deletions

View File

@ -36,6 +36,8 @@
Still need proper rates for most 11.3 Equipment that don't have their +rates/Status Infliction rates clearly defined. Still need proper rates for most 11.3 Equipment that don't have their +rates/Status Infliction rates clearly defined.
13107 Western_Outlaw: Need correct HIT and ASPD Rate 13107 Western_Outlaw: Need correct HIT and ASPD Rate
======================== ========================
08/15
* Added Critical Wounds to Anubis's skills [Playtester]
08/14 08/14
* Rev. 11015 Added Autocast of Greed to Lesser Elemental Ring. [L0ne_W0lf] * Rev. 11015 Added Autocast of Greed to Lesser Elemental Ring. [L0ne_W0lf]
* Rev. 11011 Changed the rest of the Western_Outlaw bonus. (/3 -> /6) [L0ne_W0lf] * Rev. 11011 Changed the rest of the Western_Outlaw bonus. (/3 -> /6) [L0ne_W0lf]

View File

@ -477,6 +477,7 @@
1098,Anubis@NPC_DARKTHUNDER,attack,341,5,1000,1500,10000,no,target,always,0,,,,,, 1098,Anubis@NPC_DARKTHUNDER,attack,341,5,1000,1500,10000,no,target,always,0,,,,,,
1098,Anubis@MG_THUNDERSTORM,attack,21,5,1000,1500,10000,no,target,always,0,,,,,, 1098,Anubis@MG_THUNDERSTORM,attack,21,5,1000,1500,10000,no,target,always,0,,,,,,
1098,Anubis@AS_SONICBLOW,attack,136,10,1000,0,10000,no,target,always,0,,,,,, 1098,Anubis@AS_SONICBLOW,attack,136,10,1000,0,10000,no,target,always,0,,,,,,
1098,Anubis@NPC_CRITICALWOUND,attack,673,4,1000,0,10000,no,target,always,0,,,,,,
1098,Anubis@NPC_MAGICALATTACK,attack,192,1,1000,700,10000,no,target,always,0,,,,,, 1098,Anubis@NPC_MAGICALATTACK,attack,192,1,1000,700,10000,no,target,always,0,,,,,,
1099,Argiope@AS_VENOMDUST,attack,140,1,500,1500,5000,no,target,always,0,,,,,, 1099,Argiope@AS_VENOMDUST,attack,140,1,500,1500,5000,no,target,always,0,,,,,,
1099,Argiope@NPC_POISON,attack,176,3,500,800,5000,no,target,always,0,,,,,, 1099,Argiope@NPC_POISON,attack,176,3,500,800,5000,no,target,always,0,,,,,,

View File

@ -420,6 +420,21 @@ enum {
SI_FOODFLEE = 247, SI_FOODFLEE = 247,
SI_FOODHIT = 248, SI_FOODHIT = 248,
SI_FOODCRI = 249, SI_FOODCRI = 249,
SI_EXPBOOST = 250,
SI_LIFEINSURANCE = 251,
SI_ITEMBOOST = 252,
SI_BOSSMAPINFO = 253,
//SI_TURTLEGENERAL = 260, //All mobs display as Turtle General
//SI_BIOMOBTRICKDEAD = 263, //Bio Mob effect on you and SI_TRICKDEAD
//SI_BLURRY = 264, //For short time blurry screen and get Gloria icon
//SI_FOODSTR = 271, //Same as 241
//SI_FOODAGI = 272, //Same as 242
//SI_FOODVIT = 273, //Same as 243
//SI_FOODDEX = 274, //Same as 244
//SI_FOODINT = 275, //Same as 245
//SI_FOODLUK = 276, //Same as 246
SI_SLOWCAST = 282,
SI_CRITICALWOUND = 286,
}; };
// JOINTBEAT stackable ailments // JOINTBEAT stackable ailments