
RENEWAL / ITEMS
Grace Ninja Suit [1]
#450116Armor
Grace_Ninja_Suit
Item stats
- DEF
- 100
- Slots
- 1
- Weight
- 0
- Armor level
- 1
- Buy price
- 20 z
- Sell price
- 10 z
Usage & restrictions
- Type
- Armor
- Equipment position
- Armor
- Gender
- Both
- Required level
- 150+
- Jobs
- Ninja, Kagerou Oboro
- Class tiers
- All tiers
- Refineable
- Yes
- Trading & storage
- Restricted: Dropping, Trading, Cart storage, Storage, Guild storage, Mail, Auction
Grace Ninja Suit description & effects
A noble Ninja uniform with the Rune-Midgarts crest engraved on it.
MATK +100
If refined to 7 or higher,
Variable Cast Time -20%
If refined to 9 or higher,
All elemental Magic damage +10%
SET BONUS
Grace Magic Manteau
Grace Magic Boots
Grace Magic Ring
Variable Cast Time -5%, MATK +2%,
Flaming Petals/Freezing Spear/
Wind Blade damage +15%
SET BONUS
Grace Ninja Suit
Grace Magic Manteau
Grace Magic Boots
If combined refine levels are 27 or higher,
Additional Variable Cast Time -5%,
Additional MATK +3%, additional Flaming Petals/
Freezing Spear/Wind Blade damage +15%
Class: Armor DEF: 100
Weight: 0
Required Level: 150
Job: Ninja Classes
Item effect script
.@r = getrefine();
bonus bMatk,100;
if (.@r>=7)
bonus bVariableCastrate,-20;
if (.@r>=9)
bonus2 bMagicAtkEle,Ele_All,10;
Equipment sets
Set 1
Set effect
.@r = getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_ARMOR);
bonus bVariableCastrate,-5;
bonus bMatkRate,2;
bonus2 bSkillAtk,"NJ_KOUENKA",15;
bonus2 bSkillAtk,"NJ_HUUJIN",15;
bonus2 bSkillAtk,"NJ_HYOUSENSOU",15;
if (.@r >= 27) {
bonus bVariableCastrate,-5;
bonus bMatkRate,3;
bonus2 bSkillAtk,"NJ_KOUENKA",15;
bonus2 bSkillAtk,"NJ_HUUJIN",15;
bonus2 bSkillAtk,"NJ_HYOUSENSOU",15;
}



