Beginner Genetic's Sword

Item ID 13483 Name Beginner Genetic's Sword
Sword specially made for beginner Genetic.
It will show i'ts true ability when equipped together with Beginner Armor set.
_______________________
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +7:
Increases damage of Cart Cannon by 15%.
_______________________
When equipped with Beginner's Hat, Beginner's Suit, Beginner's Manteau, Beginner's Boots and Beginner's Ring:
For each 10 Base Level:
ATK +3 (up to Base Level 150)
ASPD +1
Increases Ranged Physical Damage by 5%.
_______________________
Type: One-Handed Sword
Attack: 140
Weight: 0
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Genetic
Weapon Level 3 Identifier Rebeginer_GN_Sword
Attack 140 Type Weapon - One-Handed Sword
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Alchemist
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 0 Min Equip Level 100
NPC Buy 1 Max Equip Level None
NPC Sell 0 Refineable Yes
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
.@r = getrefine();
bonus bVariableCastrate,-10;
if (.@r>=7) {
   bonus2 bSkillAtk,"GN_CARTCANNON",15;
}

Set Script
Beginner Genetic's Sword
Beginner's Suit
Beginner's Cap
Beginner's Cloak
Beginner's Boots
Beginner's Ring
bonus bBaseAtk,3*(min(BaseLevel,150)/10);
bonus bLongAtkRate,5;
bonus bAspd,1;