ID #470288
Armor
[Not For Sale] Starry Sky Twin Prime [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 22
Weight: 400
Slots: 1
Armor level: 1
Required level: 100
Defense: 22
Weight: 400
Slots: 1
Armor level: 1
Required level: 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
400
Defense
22
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bBaseAtk,50; bonus bDex,3*(.@r/3); bonus bAgi,3*(.@r/3); bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",12*(.@r/4); if (.@r>=9) bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-500; if (.@r>=11) autobonus "{ bonus bAgi,100; bonus bDex,100; }",30,10000,BF_WEAPON;
.@r = getrefine();
bonus bBaseAtk,50;
bonus bDex,3*(.@r/3);
bonus bAgi,3*(.@r/3);
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",12*(.@r/4);
if (.@r>=9)
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-500;
if (.@r>=11)
autobonus "{ bonus bAgi,100; bonus bDex,100; }",30,10000,BF_WEAPON;