ID #28251
Weapon
Abyss Shotgun [1]
Buy Price: N/A
Sell Price: N/A
A weapon that has been mutated by receiving the magical power of a stranger.
Even if they look the same, their performance is different.
_______________________
Deals Splash Damage.
_______________________
Decreases damage taken from Players by 30%.
_______________________
For each 10 base STR:
Increases damage of Slug Shot by 7%.
_______________________
Base STR at least 110:
Increases damage of Slug Shot by additional 30%.
_______________________
Refine Level +7:
ATK +5%
Decreases damage taken from Players by additional 5%.
_______________________
Refine Level +9:
ATK +5%
Decreases damage taken from Players by additional 5%.
_______________________
When compounded with Labyrinth Doppelganger Card:
Increases Attack Speed (decreases After Attack Delay by 10%).
ATK +10%
_______________________
When equipped with Heavenly Order:
Decreases damage taken from Players by additional 3%.
Increases Damage against monsters of all elements by 15%.
_______________________
Indestructible in battle
_______________________
Type: Shotgun
Attack: 180
Weight: 300
Weapon Level: 4
_______________________
Requirement:
Base Level 165
Rebellion
Even if they look the same, their performance is different.
_______________________
Deals Splash Damage.
_______________________
Decreases damage taken from Players by 30%.
_______________________
For each 10 base STR:
Increases damage of Slug Shot by 7%.
_______________________
Base STR at least 110:
Increases damage of Slug Shot by additional 30%.
_______________________
Refine Level +7:
ATK +5%
Decreases damage taken from Players by additional 5%.
_______________________
Refine Level +9:
ATK +5%
Decreases damage taken from Players by additional 5%.
_______________________
When compounded with Labyrinth Doppelganger Card:
Increases Attack Speed (decreases After Attack Delay by 10%).
ATK +10%
_______________________
When equipped with Heavenly Order:
Decreases damage taken from Players by additional 3%.
Increases Damage against monsters of all elements by 15%.
_______________________
Indestructible in battle
_______________________
Type: Shotgun
Attack: 180
Weight: 300
Weapon Level: 4
_______________________
Requirement:
Base Level 165
Rebellion
Basic Information
Type
Weapon
Weight
3000
Range
9
Requirements
Weapon Level
4
Min Level
165
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bSplashRange,1; bonus2 bSubRace,RC_Player_Human,30; bonus2 bSkillAtk,"RL_SLUGSHOT",7*(readparam(bStr)/10); if (readparam(bStr)>=110) { bonus2 bSkillAtk,"RL_SLUGSHOT",30; } if (.@r>=7) { bonus2 bAddRace,RC_All,5; bonus2 bSubRace,RC_Player_Human,5; } if (.@r>=9) { bonus2 bAddRace,RC_All,5; bonus2 bSubRace,RC_Player_Human,5; }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bSplashRange,1;
bonus2 bSubRace,RC_Player_Human,30;
bonus2 bSkillAtk,"RL_SLUGSHOT",7*(readparam(bStr)/10);
if (readparam(bStr)>=110) {
bonus2 bSkillAtk,"RL_SLUGSHOT",30;
}
if (.@r>=7) {
bonus2 bAddRace,RC_All,5;
bonus2 bSubRace,RC_Player_Human,5;
}
if (.@r>=9) {
bonus2 bAddRace,RC_All,5;
bonus2 bSubRace,RC_Player_Human,5;
}