ID #24271
Shadowgear
Blacksmith Shadow Armor
Buy Price: N/A
Sell Price: N/A
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.
_______________________
When Weapon Perfection is used:
Increases Physical Damage against enemies of all size monsters by 5% for 50 seconds.
_______________________
For each Refine Level equal or above +6:
Increases bonus damage by 1%.
_______________________
When equipped with Blacksmith Shadow Shoes:
Increases Physical Damage against enemies of all size monsters by additional 3%.
Decreases SP Consumption of Weapon Perfection by 20%.
_______________________
Type: Shadow Armor
_______________________
Requirement: None
_______________________
When Weapon Perfection is used:
Increases Physical Damage against enemies of all size monsters by 5% for 50 seconds.
_______________________
For each Refine Level equal or above +6:
Increases bonus damage by 1%.
_______________________
When equipped with Blacksmith Shadow Shoes:
Increases Physical Damage against enemies of all size monsters by additional 3%.
Decreases SP Consumption of Weapon Perfection by 20%.
_______________________
Type: Shadow Armor
_______________________
Requirement: None
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; .@val = 5; if (.@r > 6) { .@val += .@r-6; } autobonus3 "{ bonus2 bAddSize,Size_All,"+.@val+"; bonus2 bMagicAddSize,Size_All,"+.@val+"; }",1000,50000,"BS_WEAPONPERFECT";
.@r = getrefine();
bonus bMaxHP,.@r*10;
.@val = 5;
if (.@r > 6) {
.@val += .@r-6;
}
autobonus3 "{ bonus2 bAddSize,Size_All,"+.@val+"; bonus2 bMagicAddSize,Size_All,"+.@val+"; }",1000,50000,"BS_WEAPONPERFECT";