.:Renewal Item Database:.
Card
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix Anti Poison | |
Description | DEF +50 Decreases damage taken from Poison elemental attacks by 15%. |
---|---|
Item Script | { bonus bDef,50; bonus2 bSubDefEle,Ele_Poison,10; },{},{} |
Dropped By |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | Twinkle effect. |
---|---|
Item Script | { hateffect HAT_EF_LJOSALFAR,true; },{},{ hateffect HAT_EF_LJOSALFAR,false; } |
Dropped By | No Result |
Type
Card
Class
Armor Card
Buy
n/a
Sell
n/a
Weight
1 Pre/Suffix Devil Killer | |
Description | Increases magical damage against monsters of Demon race by 75%. Increases damage taken from monsters of Demon race by 25%. |
---|---|
Item Script | { bonus2 bMagicAddRace,RC_Demon,75; bonus2 bSubRace,RC_Demon,-25; },{},{} |
Dropped By | No Result |
Type
Card
Class
Armor Card
Buy
n/a
Sell
n/a
Weight
1 Pre/Suffix Higher Level | |
Description | DEF +100, RES +50. Up to max +11 Refine Level: MaxHP -30%, ATK -10%, MATK -10% Refine Level +12: MaxHP +30%, ATK +10%, MATK +10% When Armor Level of compounded equipment is 2: RES +50 |
---|---|
Item Script |
expand to view script{ bonus bDef,100; bonus bRes,50; .@r = getrefine(); if (getrefine() < 12) { bonus bMaxHPrate,-30; bonus bAtkRate,-10; bonus bMatkRate,-10; } else { bonus bMaxHPrate,30; bonus bAtkRate,10; bonus bMatkRate,10; } if (getequiparmorlv() == 2) { bonus bRes,50; } },{},{} |
Dropped By | No Result |