
RENEWAL / ITEMS
Bacchus Armor [1]
#15432Armor
Bacchus_Armor
TypeArmor
Equipment positionArmor
GenderBoth
Weight30
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
Description
An armor modeled after Bacchus, the god of wine and theater.
Fragrant smell of the wine coming from it.
------------------------
For every 4 refine level, DEX + 3, AGI + 3.
------------------------
When refined to +12 or higher,
enable to use Lv.10 Falcon Eyes,
reduce Round Trip cooldown by 0.5 seconds,
for every level of Single Action learned, ignore physical defense of normal class monsters by 1%.
------------------------
Set Bonus:
Bacchus Armor [1]
Heart Hunter Card
Increase Fire Dance damage by 30%.
When using Fallen Angel, gain FLEE + 100 for 3 seconds.
------------------------
Set Bonus:
Bacchus Armor [1]
Captain Ferlock Card
Increase Dragon Tail damage by 50%.
Reduce Dragon Tail cooldown by 2 seconds.
------------------------
Type : Armor
Def : 0
Weight : 30
Required Level : 100
Class : Gunslinger Classes
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- Gunslinger
- Yes
- Rebellion
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect 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");
}