0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #400152 Armor

Smokey's Transformation Leaf-LT [1]

Buy Price: N/A Sell Price: N/A
An improved version of the transformation leave used by Smokey.
_______________________
Base Level at least 120:
P.ATK +2
S.MATK +2
_______________________
For each Refine Level:
Increases Magical Damage with every element by 1%.
_______________________
For each 3 Refine Levels:
MATK +2%
_______________________
For each 5 Refine Levels:
ASPD +1
_______________________
Has a chance to transform into Smokie for 10 seconds when dealing Melee Physical Damage.
_______________________
Grants following effects while in Smokie form:
MATK +100, HIT +50
Physical melee attacks have 5% chance to auto-cast Level 3 Cloud Kill.
(If you learned a higher Level, it will auto cast that Level instead.)

Refine Level +7:
MATK +50, HIT +25

Refine Level +9:
Physical melee attacks have 5% chance to auto-cast Level 5 Hell Inferno additionally.

Refine Level +10:
Physical melee attacks have 5% chance to auto-cast Level 3 Chain Lightning additionally.
_______________________
[Bonus by Grade]
[Grade D]: Refine Level +11: Magical attacks have 3% chance to auto-cast Level 9 Fire Ball additionally.
[Grade C]: P.ATK +2, S.MATK +2
[Grade B]: Refine Level +12: Fixed Casting Time -0.5 seconds.
_______________________
Type: Headgear
Defense: 7
Position: Upper
Weight: 60
Armor Level: 2
_______________________
Requirement:
Base Level 150

Equipment Reform

Available through the reform system Special_Hat_Hammer

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
600
7
Equipment reform

Requirements

2
150

Scripts

.@g = getenchantgrade(); .@r = getrefine(); if (BaseLevel>=210) { bonus bPAtk,2; bonus bSMatk,2; } bonus2 bMagicAtkEle,Ele_All,.@r; bonus bMatkRate,2*(.@r/3); bonus bAspd,(.@r/5); autobonus "{ .@r = getrefine(); bonus bMatk,100; bonus bHit,50; bonus3 bAutoSpell,\"SO_CLOUD_KILL\",max(3,getskilllv(\"SO_CLOUD_KILL\")),50; if (.@r>=7) { bonus bMatk,50; bonus bHit,25; if (.@r>=9) { bonus3 bAutoSpell,\"WL_HELLINFERNO\",5,50; if (.@r>=10) { bonus3 bAutoSpell,\"WL_CHAINLIGHTNING\",3,20; } } } }",1,10000,BF_WEAPON; if (.@g >= ENCHANTGRADE_D && .@r>=11) { bonus5 bAutoSpell,"RK_IGNITIONBREAK",9,30,BF_MAGIC,1; } if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,2; bonus bSMatk,2; } if (.@g >= ENCHANTGRADE_B && .@r>=12) { bonus bFixedCast,-500; }
.@g = getenchantgrade();
.@r = getrefine();
if (BaseLevel>=210) {
   bonus bPAtk,2;
   bonus bSMatk,2;
}
bonus2 bMagicAtkEle,Ele_All,.@r;
bonus bMatkRate,2*(.@r/3);
bonus bAspd,(.@r/5);
autobonus "{ .@r = getrefine(); bonus bMatk,100; bonus bHit,50; bonus3 bAutoSpell,\"SO_CLOUD_KILL\",max(3,getskilllv(\"SO_CLOUD_KILL\")),50; if (.@r>=7) { bonus bMatk,50; bonus bHit,25; if (.@r>=9) { bonus3 bAutoSpell,\"WL_HELLINFERNO\",5,50; if (.@r>=10) { bonus3 bAutoSpell,\"WL_CHAINLIGHTNING\",3,20; } } } }",1,10000,BF_WEAPON;
if (.@g >= ENCHANTGRADE_D && .@r>=11) {
   bonus5 bAutoSpell,"RK_IGNITIONBREAK",9,30,BF_MAGIC,1;
}
if (.@g >= ENCHANTGRADE_C) {
   bonus bPAtk,2;
   bonus bSMatk,2;
}
if (.@g >= ENCHANTGRADE_B && .@r>=12) {
   bonus bFixedCast,-500;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.