Diva Gatling Gun

Item ID 28229 Name Diva Gatling Gun
A weapon of unknown origin that contains the magic of the labyrinth.
It is unclear what kind of material it is made from, and even similar weapons have different performance.
_______________________
For each 10 base AGI:
Increases damage of Round Trip by 7%.
_______________________
Base AGI at least 110:
Increases damage of Round Trip by additional 30%.
_______________________
Refine Level +7:
ATK +30, HIT +5
_______________________
Refine Level +9:
ATK +30, HIT +5
_______________________
When equipped with Labyrinth Baphomet Card:
ATK +10%
Normal attacks inflicts splash damage.
_______________________
Type: Gatling Gun
Attack: 120
Weight: 250
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Rebellion
Weapon Level 4 Identifier Diva_Gatling_Gun
Attack 120 Type Weapon - Gatling Gun
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Rebellion
Range 9 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 250 Min Equip Level 150
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSkillAtk,"RL_R_TRIP",(readparam(bAgi)/10)*7;
if (readparam(bAgi)>=110)
   bonus2 bSkillAtk,"RL_R_TRIP",30;
if (.@r>=7) {
   bonus bBaseAtk,30;
   bonus bHit,5;
}
if (.@r>=9) {
   bonus bBaseAtk,30;
   bonus bHit,5;
}

Set Script
Labyrinth Baphomet Card
Diva Gatling Gun
bonus bAtkRate,10;
bonus bSplashRange,1;