
RENEWAL / ITEMS
Modification Orb (Above All)
#29542Card
Improve_Orb_Above
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Reduces damage taken from physical and magical attacks of all property enemies by 5%.
If upgrade level is +7 or higher, reduces damage taken from physical and magical attacks of all size enemies by 5%.
If upgrade level is +9 or higher, reduces damage taken from physical and magical attacks of all race enemies by 5% (Players excluded).
Class: Enchant Stone
Weight: 0
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus2 bSubEle,Ele_All,5;
if (.@r>=7) {
bonus2 bSubSize,Size_All,5;
if (.@r>=9) {
bonus2 bSubRace,RC_All,5;
bonus2 bSubRace,RC_Player_Human,-5;
bonus2 bSubRace,RC_Player_Doram,-5;
}
}