ID #28235
Weapon
Neev Rifle [1]
Buy Price: N/A
Sell Price: N/A
A rifle with the strength to hold the power of Neve.
_______________________
Base Level at least 175:
ATK +5%, MATK +5%
_______________________
For each 10 base INT:
Increases damage of Hammer of God by 7%.
_______________________
Base INT at least 110:
Increases damage of Hammer of God by additional 30%.
_______________________
When equipped with Neev Barrette:
For each 10 base STR:
Increases Physical Damage by 1%.
For each 10 base AGI:
Increases Attack Speed by 1%.
For each 10 base VIT:
MaxHP +1%
For each 10 base INT:
MATK +20
For each 10 base DEX:
Decreases Variable Casting Time by 1%.
For each 10 base LUK:
Critical +1
For each Refine Level of Neev Rifle:
ATK +20, MATK +20
_______________________
Type: Rifle
Attack: 170
Weight: 85
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Rebellion
_______________________
Base Level at least 175:
ATK +5%, MATK +5%
_______________________
For each 10 base INT:
Increases damage of Hammer of God by 7%.
_______________________
Base INT at least 110:
Increases damage of Hammer of God by additional 30%.
_______________________
When equipped with Neev Barrette:
For each 10 base STR:
Increases Physical Damage by 1%.
For each 10 base AGI:
Increases Attack Speed by 1%.
For each 10 base VIT:
MaxHP +1%
For each 10 base INT:
MATK +20
For each 10 base DEX:
Decreases Variable Casting Time by 1%.
For each 10 base LUK:
Critical +1
For each Refine Level of Neev Rifle:
ATK +20, MATK +20
_______________________
Type: Rifle
Attack: 170
Weight: 85
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Rebellion
Basic Information
Type
Weapon
Weight
850
Range
9
Requirements
Weapon Level
4
Min Level
170
Scripts
Script bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",7*(readparam(bInt)/10); if (readparam(bInt)>=110) { bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",30; } if (BaseLevel>=175) { bonus bAtkRate,5; bonus bMatkRate,5; }
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",7*(readparam(bInt)/10);
if (readparam(bInt)>=110) {
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",30;
}
if (BaseLevel>=175) {
bonus bAtkRate,5;
bonus bMatkRate,5;
}