ID #15433
Armor
Neptune's suit [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 300
Slots: 1
Armor level: 1
Required level: 100
Weight: 300
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
300
Job Requirements
Soul Linker
Yes
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); .@a = getskilllv("TK_RUN"); bonus bAtkRate,.@a/2; bonus bMatkRate,.@a/2; bonus bMaxHPrate,2*(.@a/2); bonus bAllStats,2*(.@r/4); if (.@r>=12) { bonus bNoCastCancel; bonus2 bSkillCooldown,"SP_SOULREAPER",-60000; bonus2 bFixedCastrate,"SG_HATE",-50; }
.@r = getrefine();
.@a = getskilllv("TK_RUN");
bonus bAtkRate,.@a/2;
bonus bMatkRate,.@a/2;
bonus bMaxHPrate,2*(.@a/2);
bonus bAllStats,2*(.@r/4);
if (.@r>=12) {
bonus bNoCastCancel;
bonus2 bSkillCooldown,"SP_SOULREAPER",-60000;
bonus2 bFixedCastrate,"SG_HATE",-50;
}