ID #20814
Armor
Wakwak Manteau [1]
Buy Price: N/A
Sell Price: N/A
A manteau made out of the wings of a Wakwak. By wearing it, you will feel like you can fly.
_______________________
ATK +5%
_______________________
Refine Level +5:
For each 10 base STR:
ATK +2
_______________________
Refine Level +7:
For each 10 base STR:
ATK +3
_______________________
When equipped with Wakwak Card:
For each 10 base STR:
ATK -5
_______________________
Type: Garment
Defense: 40
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100
_______________________
ATK +5%
_______________________
Refine Level +5:
For each 10 base STR:
ATK +2
_______________________
Refine Level +7:
For each 10 base STR:
ATK +3
_______________________
When equipped with Wakwak Card:
For each 10 base STR:
ATK -5
_______________________
Type: Garment
Defense: 40
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
400
Defense
40
Requirements
Armor Level
1
Min Level
100
Scripts
Script bonus2 bAddRace,RC_All,5; .@s = readparam(bStr); .@r = getrefine(); if (.@r>=5) { bonus bBaseAtk,2*(.@s/10); } if (.@r>=7) { bonus bBaseAtk,3*(.@s/10); }
bonus2 bAddRace,RC_All,5;
.@s = readparam(bStr);
.@r = getrefine();
if (.@r>=5) {
bonus bBaseAtk,2*(.@s/10);
}
if (.@r>=7) {
bonus bBaseAtk,3*(.@s/10);
}