Estal

Item ID 32351 Name Estal
A sword that can withstand powerful explosion.
_______________________
Decreases Spore Explosion skill cooldown by 1 second.
_______________________
For each Refine Level:
ATK +4
_______________________
Refine Level +9:
Increases damage of Spore Explosion by 30%.
_______________________
Refine Level +11:
Increases damage of Spore Explosion by 20%.
_______________________
Type: One-Handed Sword
Attack: 195
Weight: 70
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Genetic
Weapon Level 4 Identifier Estal
Attack 195 Type Weapon - One-Handed Sword
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Alchemist
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 70 Min Equip Level 170
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSkillCooldown,"GN_SPORE_EXPLOSION",-1000;
bonus bBaseAtk,4*.@r;
if (.@r>=11)
   .@val = 50;
else if (.@r>=9)
   .@val = 30;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",.@val;

Set Script
Flamel's Memory
Estal
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",7*.@r;
bonus2 bSkillCooldown,"GN_SPORE_EXPLOSION",-200*.@r;
Taurus Diadem
Estal
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bAddSize,Size_All,10;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",10*.@r_weapon;