
RENEWAL / ITEMS
Limacina Card
#300363Card
Limacina_Card
TypeCard
Card placementHeadgear
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
ATK +10, P.ATK +1
Increases Ranged Physical Damage by 3%.
Increases SP Consumption by 7%.
------------------------
When headgear refined to +9 or higher,
Increases Ranged Physical Damage by additional 2%.
------------------------
When headgear refined to +11 or higher,
Reduce variable casting time by 5%.
------------------------
Class : Card
Compound on : Headgear
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Headgear
- Trade
Item effect script
bonus bBaseAtk,10;
bonus bPAtk,1;
bonus bLongAtkRate,3;
bonus bUseSPrate,7;
.@r = getrefine();
if (.@r >= 9) {
bonus bLongAtkRate,2;
}
if (.@r >= 11) {
bonus bVariableCastrate,-5;
}