
RENEWAL / ITEMS
End of the World [1]
#470130Armor
End_of_the_World
Item stats
- DEF
- 12
- Slots
- 1
- Weight
- 40
- Armor level
- 1
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Armor
- Equipment position
- Footgear
- Gender
- Both
- Required level
- 100+
- Jobs
- All jobs
- Class tiers
- All tiers
- Refineable
- Yes
- Trading & storage
- No restrictions
End of the World description & effects
Special shoes made for the assassin. By wearing it, it creates strong awakening and rotational power.
MaxHP + 3% , MaxSP + 3%, Reduce resistance against players by 10%.
Reduce cooldown of Hallucination Walk by 5 sec per 1 skill level of Cross Impact.
Increase physical damage to all types of monsters by 10% per 1 skill level of Cross Reaper Slasher.
When Halluciation Walk lv5, increase resistance against normal and boss type monsters by 5%.
Increase resistance against shadow type attacks by 30%.
Increase damage of Rolling Cutter by 100% per 1 skill level of Rolling Cutter.
When refined to +5 or higher, additional MaxHP + 7% and MaxSP + 7%, reduce after cast delay by 10%.
When refined to +7 or higher, additional MaxHP + 10% and MaxSP + 10%, reduce after cast delay by additional 10%.
Type : Shoes Defense : 12
Weight : 40
Required Level : 100
Class : All
Item effect script
.@r = getrefine();
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus2 bSubRace,RC_Player_Human,10;
bonus2 bSkillCooldown,"GC_HALLUCINATIONWALK",-5000*getskilllv("GC_CROSSIMPACT");
bonus bAtkRate,10*getskilllv("GC_CROSSRIPPERSLASHER");
bonus2 bSkillAtk,"GC_COUNTERSLASH",6*getskilllv("GC_ROLLINGCUTTER");
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",100*getskilllv("GC_ROLLINGCUTTER");
if (getskilllv("GC_HALLUCINATIONWALK") == 5)
bonus2 bSubClass,Class_All,5;
if (.@r>=5) {
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
bonus bDelayrate,-10;
}
if (.@r>=7) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bDelayrate,-10;
}