Renewal
.:Renewal Item Database:.
Search Item By ID


Brown Rat Card [Garment]   Item ID# 27176 (Rr_Cramp_Card)
Rockridge Cramp Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Dirty
Description
For each 10 base STR:
ATK +3, reduces after attack delay by 1%.

Base STR at least 120:
ATK +40

[iRO Description]
Class: Card
Atk + 3 for every 10 base Str.
Aspd + 1% for every 10 base Str.
Atk + 40 if users base Str is 120 or higher.
Item Script
{ .@str = readparam(bStr); .@bonus = 3*(.@str/10); if (.@str>=120) { .@bonus += 40; } bonus bBaseAtk,.@bonus; bonus bAspdRate,(.@str/10); },{},{}
Dropped By

back to top