Item ID | 500037 | For Sale | No | |
---|---|---|---|---|
Identifier | 3Para_Sword_GN | Credit Price | Not For Sale | |
Name | Paradise Genetic Sword | Type | Weapon - One-Handed Sword | |
NPC Buy | 0 | Weight | 0 | |
NPC Sell | 0 | Weapon Level | 4 | |
Range | 1 | Defense | 0 | |
Slots | 0 | Refineable | No | |
Attack | 180 | Min Equip Level | 100 | |
MATK | 0 | Max Equip Level | None | |
Equip Locations | Main Hand | |||
Equip Upper | Third / Third Upper / Third Baby | |||
Equippable Jobs | Alchemist | |||
Equip Gender | Both (Male and Female) | |||
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 Use Script |
1 .@l = BaseLevel; 2 .@a = getskilllv("GN_TRAINING_SWORD"); 3 bonus bShortAtkRate,2*.@a; 4 bonus bAtkRate,5; 5 if (.@l>=105) { 6 bonus bDelayrate,-5; 7 bonus2 bSkillAtk,"GN_HELLS_PLANT",25; 8 bonus2 bSkillAtk,"GN_CART_TORNADO",25; 9 if (.@l>=110) { 10 bonus bDelayrate,-10; 11 bonus2 bAddSize,Size_All,15; 12 if (.@l>=115) { 13 bonus2 bSkillAtk,"GN_HELLS_PLANT",15; 14 bonus2 bSkillAtk,"GN_CART_TORNADO",15; 15 } 16 } 17 } |
|||
Equip Script | None | |||
Unequip Script | None |