
RENEWAL / ITEMS
Hardrock Titan Card
#300443Card
Hardrock_Titan_Card
TypeCard
Card placementFootgear
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
ATK + 5%.
------------------------
When compounded item is refined to +7 or higher, increase physical damage against Earth property enemies by 10%.
------------------------
When compounded item is refined to +9 or higher, increase physical damage against Earth property enemies by 7%.
------------------------
Type : Card
Compound on : Shoes
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Footgear
- Trade
Item effect script
.@r = getrefine();
bonus bAtkRate,5;
if (.@r>=7) {
bonus2 bAddEle,Ele_Earth,10;
if (.@r>=9) {
bonus2 bAddEle,Ele_Earth,7;
}
}