Type |
Armor |
Subtype |
None |
Attack |
0 |
Defense |
0 |
Weight |
200.0 |
Weapon Level |
0 |
Buy |
20z |
Sell |
10z |
Required Level |
75 |
Slots |
0 |
Applicable Jobs:
job_all
Description:
Shadowy shoes made using dark forces, and enchanted with a spell to protect their wearer when danger approaches.
Mdef +10
Randomly autocasts Level 2 Cloaking (or learned level) when receiving magical attack.
Class: Footgear
Defense: 0
Weight: 200
Level Requirement: 75
Jobs: All Transcendent classes except Novice
Item Script:
bonus bMdef,10;
if (getskilllv('AS_CLOAKING')<2) {
bonus5 bAutoSpellWhenHit,'AS_CLOAKING',2,100,BF_MAGIC,0;
} else
bonus5 bAutoSpellWhenHit,'AS_CLOAKING',getskilllv('AS_CLOAKING'),100,BF_MAGIC,0;