Patent The Black

Item ID 830002 Name Patent The Black
A black gatling gun used by those who have reached the level of Gunmaster who can handle all firearms skillfully.
Through the strength and grip of the barrel, it began to show its natural strength.
It seems to resonate with the Great Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
Increases Ranged Physical Damage by 4%.
_______________________
Refine Level +7:
Increases damage of Round Trip by 20%.
Increases SP Consumption of Round Trip by 10%.
_______________________
Refine Level +9:
Increases damage of Round Trip by additional 15%.

When Platinum Alter is used:
Increases ATK by 50 and Ranged Physical Damage by 10% for 90 seconds.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of every size by 15%.
_______________________
When equipped with Great Hero's Boots:
DEX +10
Increases Ranged Physical Damage by 5%.
_______________________
Type: Gatling Gun
Attack: 225
Weight: 300
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Rebellion
Weapon Level 4 Identifier Up_The_Black_Gatling
Attack 225 Type Weapon - Gatling Gun
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Gunslinger, Rebellion
Range 9 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 300 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();
bonus bBaseAtk,15*(.@r/2);
bonus bLongAtkRate,4*(.@r/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"RL_R_TRIP",20;
   bonus2 bSkillUseSPrate,"RL_R_TRIP",-10;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"RL_R_TRIP",15;
   autobonus3 "{ bonus bBaseAtk,50; bonus bLongAtkRate,10; }",1000,90000,"RL_P_ALTER";
}
if (.@r>=11) {
   bonus2 bAddSize,Size_All,15;
}

Set Script
Great Hero Boots
Patent The Black
bonus bDex,10;
bonus bLongAtkRate,5;
Unknown Hero Potential Ring
Patent The Black
bonus bLongAtkRate,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"RL_R_TRIP",((readparam(bVit)/6)+(readparam(bDex)/6));
Ring of Unknown Hero (Rebellion)
Patent The Black
bonus2 bAddRace,RC_All,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"RL_R_TRIP",(readparam(bStr)+readparam(bDex))/12;
[Not For Sale] Ring of Unknown Hero (Rebellion)
Patent The Black
bonus2 bAddRace,RC_All,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"RL_R_TRIP",(readparam(bStr)+readparam(bDex))/12;