Viewing Item

#27345: Ancient Dragon Zilant Card

Item ID 27345 For Sale No
Identifier Dragon_Zilant_Card Credit Price Not For Sale
Name Ancient Dragon Zilant Card Type Card
NPC Buy 20 Weight 1
NPC Sell 10 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Equip Locations Accessory Left/Right
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@p = getitempos();

2 bonus bMaxHPrate,50;

3 if (eaclass()&EAJL_THIRD && BaseJob == Job_knight) {

4 if (.@p == EQP_ACC_L) {

5 bonus2 bSkillAtk,"RK_DRAGONBREATH",50;

6 bonus4 bAddEff,Eff_Heat,1000,ATF_WEAPON|ATF_MAGIC,3000;

7 }

8 if (.@p == EQP_ACC_R) {

9 bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50;

10 autobonus2 "{ sc_start SC_CHILL; bonus2 bResEff,Eff_Heat,10000; }",100,3000,BF_WEAPON|BF_MAGIC;

11 }

12 }

13 /*Unknow Rate*/

Equip Script None
Unequip Script None