Paradise Taekwon Martial Arts Book

Item ID 540029 Name Paradise Taekwon Martial Arts Book
A book made by the Paradise Group.
_______________________
ATK +3%
_______________________
Base Level at least 60:
Increases Melee Physical Damage by 10%.
_______________________
Base Level at least 75:
Increases damage of Tornado Kick and Roundhouse Kick by 10%.
_______________________
Base Level at least 90:
Increases damage of Tornado Kick and Roundhouse Kick by additional 15%.
_______________________
Type: Book
Attack: 160
Weight: 0
Weapon Level: 3
Refineable: No
_______________________
Requirement:
Base Level 45
Taekwon classes
Weapon Level 3 Identifier 2Para_Book1_SG
Attack 160 Type Weapon - Book
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Star Gladiator
Range 1 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level 45
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
bonus bAtkRate,3;
if (BaseLevel>=60)
   bonus bShortAtkRate,10;
if (BaseLevel>=75) {
   bonus2 bSkillAtk,"TK_STORMKICK",10;
   bonus2 bSkillAtk,"TK_TURNKICK",10;
}
if (BaseLevel>=90) {
   bonus2 bSkillAtk,"TK_STORMKICK",15;
   bonus2 bSkillAtk,"TK_TURNKICK",15;
}