ID #400597
Armor
Kiwawa Cowboy [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 300
Slots: 1
Armor level: 1
Required level: 100
Weight: 300
Slots: 1
Armor level: 1
Required 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
300
Job Requirements
Gunslinger
Yes
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bBaseAtk,15*(.@r/2); bonus bLongAtkRate,4*(.@r/2); if (.@r>=7) { bonus2 bHPDrainRate,50,5; bonus2 bSPDrainRate,10,3; if (.@r>=9) { bonus2 bAddSize,Size_All,10; if (.@r>=11) { bonus bDelayrate,-15; bonus bFixedCast,-200; } } }
.@r = getrefine();
bonus bBaseAtk,15*(.@r/2);
bonus bLongAtkRate,4*(.@r/2);
if (.@r>=7) {
bonus2 bHPDrainRate,50,5;
bonus2 bSPDrainRate,10,3;
if (.@r>=9) {
bonus2 bAddSize,Size_All,10;
if (.@r>=11) {
bonus bDelayrate,-15;
bonus bFixedCast,-200;
}
}
}