ID #15432
Armor
Bacchus Armor [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 bDex,3*(.@r/4); bonus bAgi,3*(.@r/4); if (.@r>=12) { skill "SN_SIGHT",10; bonus2 bSkillCooldown,"RL_R_TRIP",-500; bonus2 bIgnoreDefClassRate,Class_Normal,getskilllv("GS_SINGLEACTION"); }
.@r = getrefine();
bonus bDex,3*(.@r/4);
bonus bAgi,3*(.@r/4);
if (.@r>=12) {
skill "SN_SIGHT",10;
bonus2 bSkillCooldown,"RL_R_TRIP",-500;
bonus2 bIgnoreDefClassRate,Class_Normal,getskilllv("GS_SINGLEACTION");
}