
RENEWAL / ITEMS
Ring of Liberation (Right) [1]
#490641Armor
Ring_Of_Liberate_R
TypeArmor
Equipment positionAccessory (Right)
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level150
Armor level1
Description
ATK and MATK +5%,
When base level is 200 or higher,
additional ATK and MATK +5%.
------------------------
For every level of Full Throttle learned,
Increases physical and magical damage to all class monster by 2%.
ignores physical and magical defense to all class monster by 4%.
------------------------
When learned Full Throttle Lv 5,
Full Throttle cooldown changes to 300 seconds,
increases melee/ranged physical damage by 10%,
increases all property magical damage by 15%.
------------------------
When using Full Throttle skills,
ignores physical and magical defense to all class monster by additional 15%.
------------------------
Set Bonus:
Ring of Liberation(Right)
Ring of Liberation
increases Full Throttle cooldown by 2700 seconds.
------------------------
Type : Accessories(Right)
Def : 0
Weight : 10
Required Level : 150
Class : 3rd job or above
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory (Right)
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
.@a = getskilllv("ALL_FULL_THROTTLE");
bonus2 bAddClass,Class_All,5+(.@a*2);
bonus bMatkRate,5+(.@a*2);
bonus2 bIgnoreDefClassRate,Class_All,.@a*4;
bonus2 bIgnoreMdefClassRate,Class_All,.@a*4;
autobonus3 "{ bonus2 bIgnoreDefClassRate,Class_All,15; bonus2 bIgnoreMdefClassRate,Class_All,15; }",1000,5000+(.@a*5000),"ALL_FULL_THROTTLE";
if (.@a>=5) {
bonus2 bSkillCooldown,"ALL_FULL_THROTTLE",-1500000;
bonus bShortAtkRate,10;
bonus bLongAtkRate,10;
bonus2 bMagicAtkEle,Ele_All,15;
}
if (BaseLevel>=200) {
bonus2 bAddClass,Class_All,5;
bonus bMatkRate,5;
}