Viewing Item

#450206: Snowflower Armor

Item ID 450206 For Sale No
Identifier Snowflower_Armor Credit Price Not For Sale
Name Snowflower Armor Type Armor
NPC Buy 0 Weight 80
NPC Sell 0 Weapon Level 0
Range 0 Defense 150
Slots 1 Refineable Yes
Attack 0 Min Equip Level 210
MATK 0 Max Equip Level None
Description An armor made by grinding the flower petals that grow in Issgard.
You can enchant it with Ice Flower Magic Stones for special abilities.
_______________________
ATK +130
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 15%).
_______________________
Refine Level +9:
P.ATK +2
_______________________
When equipped with Snow Flower Manteau:
ATK +50
_______________________
When equipped with Snow Flower Muffler:
Decreases After Skill Delay by 10%.
_______________________
Type: Armor
Defense: 150
Weight: 80
Armor Level: 2
_______________________
Requirement:
Base Level 210
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bBaseAtk,130+15*(.@r/2);

6 if

7 (.@r

8 =7)

9 {

10 bonus

11 bAspdRate,15;

12 if

13 (.@r

14 =9)

15 {

16 bonus

17 bPAtk,2;

18 }

19 }

Equip Script None
Unequip Script None