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


Big Eggring Card [Garment]   Item ID# 4662 (Big_Eggring_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Trinitarian
Description
MaxHP +1000
ATK +25
MATK +25
ASPD +10%
Increases long range physical attacks by 5%.
Increase critical damage by 10%.

ATK -5 for every 10 base points of STR.
ASPD -2% for every 10 base points of AGI.
MaxHP -200 for every 10 base points of VIT.
MATK -5 for every 10 base points of INT.
Long ranged physical damage -1% for every 10 base points of DEX.
Critical damage -2% for every 10 base points of LUK.
All Stats bonuses can't be lower than 0.

[iRO Description]
The reductions applied won't fall below zero.
Class: Card
Compounds On: Garment
Max HP + 1000
Max HP - 200 for every 10 base Vit.
Atk + 25
Atk - 5 for every 10 base Str.
Matk + 25
Matk - 5 for every 10 base Int.
Aspd + 10%
Aspd - 2% for every 10 base Agi.
Increases long-ranged damage on targets by 5%.
Reduces long-ranged damage on targets by 1% for every 10 base Dex.
Increases critical damage on targets by 10%.
Reduces critical damage on targets by 2% for every 10 base Luk.
Item Script
expand to view script
{ bonus bBaseAtk,25-5*min(readparam(bStr)/10,5); bonus bMatk,25-5*min(readparam(bInt)/10,5); bonus bAspdRate,10-2*min(readparam(bAgi)/10,5); bonus bMaxHP,1000-200*min(readparam(bVit)/10,5); bonus bLongAtkRate,5-1*min(readparam(bDex)/10,5); bonus bCritAtkRate,10-2*min(readparam(bLuk)/10,5); },{},{}
Dropped By

back to top