
RENEWAL / ITEMS
Tristan Imperial Cape-LT [1]
#480453Armor
Tristan_Cape_LT
TypeArmor
Equipment positionGarment
GenderBoth
Weight10
Buy price0 z
Sell price0 z
DEF20
Slots1
Required level190
Armor level2
Description
Cannot be Knocked back.
------------------------
Every 2 refine level, ATK +10, CON +1, CRT +1.
Every 3 refine level, Increases Long range physical damage and critical damage by 5%.
------------------------
When refined to +7 or higher, ATK +15%, ASPD +10%.
When refined to +9 or higher, Increases physical attack to all property by 12%.
When refined to +11 or higher, CRI +20.
When refined to +13 or higher, additional increases long range physical damage by 10%, C.RATE +7.
------------------------
Set Bonus:
Tristan Imperial Cape-LT [1]
Old Casket of Protection [1]
Every 3 level refine of garment, increases Vanishing Point & Cannon Spear damage by 25%.
When garment refined to +13 or higher, reduces Cannon Spear cooldown by 1.5 seconds.
------------------------
Set Bonus:
Tristan Imperial Cape-LT [1]
Beelzebub Card
Increases physical damage to BOSS Monsters by 30%.
Enable to use Reflect Damage Lv.3.
Reduces damage taken from Undead race by 50%.
Increases damage taken from Ghost property by 30%.
------------------------
[Grade Bonus]
[Grade D] ATK +80.
[Grade C] CRI +10.
[Grade B] Increases physical damage to all size by 12%.
[Grade A] Reduce after skill delay by 7%.
If refined to +13, increases physical damage to all race by 12%.
------------------------
Type: Garment
Def: 20
Weight: 10
Armor Level: 2
Required Level: 190
Class: All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
.@g = getenchantgrade();
bonus bNoKnockback;
bonus bBaseAtk,10*(.@r/2);
bonus bCon,.@r/2;
bonus bCrt,.@r/2;
bonus bLongAtkRate,5*(.@r/3);
bonus bCritAtkRate,5*(.@r/3);
if (.@r>=7) {
bonus bAtkRate,15;
bonus bAspdRate,10;
if (.@r>=9) {
bonus2 bAddEle,Ele_All,12;
if (.@r>=11) {
bonus bCritical,20;
if (.@r>=13) {
bonus bCRate,7;
bonus bLongAtkRate,10;
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bBaseAtk,80;
if (.@g>=ENCHANTGRADE_C) {
bonus bCritical,10;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bAddSize,Size_All,12;
if (.@g>=ENCHANTGRADE_A) {
bonus bDelayrate,-7;
if (.@r>=13) {
bonus2 bAddRace,RC_All,12;
}
}
}
}
}