
RENEWAL / ITEMS
Neptune's suit [1]
#15433Armor
Neptune_Uniform
TypeArmor
Equipment positionArmor
GenderBoth
Weight30
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
Description
A traditional garb modeled after one of the twelve legendary pantheon.
You can feel Neptune's divine power coming from it.
------------------------
For every 2 level of Sprint learned, ATK + 1%, MATK + 1%, MHP + 2%.
------------------------
For every 4 refine level, All Basic Statu + 2.
------------------------
When refined to +12 or higher,
Casting will not be interrupted.
Reduce Soul Harvest cooldown by 60 seconds.
Reduce Solar, Lunar and Stellar Opposition Fixed Casting Time by 50%.
------------------------
Set Bonus:
Neptune Uniform [1]
Khalitzburg Knight Card
Increase Eswoo and Falling Stars damage by 20%.
------------------------
Set Bonus:
Neptune Uniform [1]
Maya Card
Reduce physical and magic damage taken from all size enemies by 30%.
Increase Eswoo and Falling Stars damage by 40%.
------------------------
Type : Armor
Def : 0
Weight : 30
Required Level : 100
Class : Taekwon Classes
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- Soul Linker
- Yes
- Star Gladiator
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect 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;
}