Meteor Strike

Item ID 16043 Name Meteor Strike
A very heavy hammer that only a super human can use it.
_______________________
Base STR at least 108:
Decreases SP Consumption by 20%.
_______________________
Base STR at least 120:
Decreases SP Consumption by 30%.
_______________________
For each Refine Level:
ATK +10
_______________________
For each Level of Axe Mastery:
ATK +7
HIT +5
_______________________
For each Level of Weapon Research:
ATK +10
_______________________
For each Level of Iron Hand:
ATK +30
_______________________
When Push Cart is mastered:
Enables the use of Level 1 Cart Revolution.
_______________________
When Level 1 of Sword Training is learned:
Enables the use of Level 1 Bowling Bash.
When Level 2 or more of Sword Training is learned:
Enables the learning of Bowling Bash.
_______________________
When equipped with Toy Ring:
ATK +100
Increases damage of Bowling Bash by 50%.
_______________________
Type: Mace
Attack: 1
Weight: 2000
Weapon Level: 4
_______________________
Requirement:
Base Level 110
Super Novice
Weapon Level 4 Identifier Meteor_Strike
Attack 1 Type Weapon - Mace
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Novice, Super novice
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 2000 Min Equip Level 110
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bBaseAtk,10*getskilllv("BS_WEAPONRESEARCH");
bonus bBaseAtk,30*getskilllv("MO_IRONHAND");
.@s = getskilllv("AM_AXEMASTERY");
bonus bBaseAtk,7*.@s;
bonus bHit,5*.@s;
bonus bBaseAtk,10*getrefine();
if (getskilllv("MC_PUSHCART") > 9)
   skill "MC_CARTREVOLUTION",1;
if (getskilllv("SM_SWORD") > 0)
   skill "KN_BOWLINGBASH",1;
.@str = readparam(bStr);
if (.@str > 119)
   bonus bUseSPrate,-30;
else if (.@str > 107)
   bonus bUseSPrate,-20;

Set Script
Toy Ring
Meteor Strike
bonus bBaseAtk,100;
bonus2 bSkillAtk,"KN_BOWLINGBASH",50;