Renewal
.:Renewal Item Database:.
Card

Sealed Turtle General Card [Weapon]   Item ID# 4494 (Sealed_TurtleG_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Half Explosive
Description
ATK + 10%
Has a chance to autocast [Magnum Break] level 10 when attacking.
If refined to level 15 or higher: ATK + 5%
Item Script
{ .@rate = ((getrefine()>14)?15:10); bonus bAtkRate,.@rate; bonus3 bAutoSpell,"SM_MAGNUM",10,15; },{},{}
Dropped By No Result

Sealed Turtle General Card [Weapon]   Item ID# 300393 (aegis_300393)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bAtkRate,10; bonus3 bAutoSpell,"SM_MAGNUM",10,15; },{},{}
Dropped By No Result

Sealed Vesper Card [Headgear]   Item ID# 4503 (Sealed_Apocalips_H_Card)
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Half Vision
Description
Ignores magical defense of Boss monsters by 15%.

If the compounded item is refined to +15 or higher:
DEX +2
Ignores magical defense of Boss monsters by an additional 10%.
Item Script
{ bonus bDex,2; bonus2 bIgnoreMdefClassRate,Class_Boss,((getrefine()>14)?25:15); },{},{}
Dropped By No Result

Sealed Vesper Card [Headgear]   Item ID# 300395 (aegis_300395)
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bDex,1; bonus2 bIgnoreMdefClassRate,Class_Boss,15; },{},{}
Dropped By No Result

Sealed Voitata Card [Armor]   Item ID# 300195 (SLD_Boitata_Card)
Sealed Boitata Card
Type
Card
Class
Armor Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Half Pie
Description
Increases Physical Damage against enemies of Brute and Insect race by 20%.
Increases Physical Damage against enemies of Wind and Earth elemental by 20%.

Refine Level +15:
Increases Physical Damage against enemies of Brute and Insect race by additional 10%.
Increases Physical Damage against enemies of Wind and Earth elemental by additional 10%.

Warning - Silit Pong does not work on removing this card!
Item Script
expand to view script
{ bonus2 bAddRace,RC_Insect,20; bonus2 bAddRace,RC_Brute,20; bonus2 bAddEle,Ele_Earth,20; bonus2 bAddEle,Ele_Wind,20; if (getrefine()>=15) { bonus2 bAddRace,RC_Insect,10; bonus2 bAddRace,RC_Brute,10; bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Wind,10; } },{},{}
Dropped By No Result

Sealed White Lady Card [Headgear]   Item ID# 4538 (Sealed_Bacsojin_Card)
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Half Life Stream
Description
Increases the effect of the Heal, Santuary and Potion Pitcher skills by 15% when they are cast by the wearer, SP comsumption increases by 30%.
[If compounded equipment is refined to +15 or higher]
Additional 10% effectiveness when using Heal, Santuary and Potion Pitcher skills (for a total of 25%), SP comsumption increases by 20%.
Item Script
{ .@r = getrefine(); bonus bHealPower,(.@r>14?25:15); bonus bUseSPrate,(.@r>14?20:30); },{},{}
Dropped By No Result

Sealed White Lady Card [Headgear]   Item ID# 300404 (aegis_300404)
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bHealPower,10; bonus bUseSPrate,15; },{},{}
Dropped By No Result

Second Tuning Device    Item ID# 311045 (Gear_IQ1)
Second Order Tuning Device
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Second Judge and Second Faith by 5%.

[Bonus by Weapon Grade]
[Grade D]: Damage of Second Judge and Second Faith +3%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Damage of Second Judge and Second Faith +4%.
[Grade A]: Damage of Second Judge and Second Faith +6%.
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus2 bSkillAtk,"IQ_SECOND_FAITH",5; bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",5; if (.@g >= 1) { bonus2 bSkillAtk,"IQ_SECOND_FAITH",3; bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",3; if (.@g >= 2) { bonus2 bAddSize,Size_All,10; if (.@g >= 3) { bonus2 bSkillAtk,"IQ_SECOND_FAITH",4; bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",4; if (.@g >= 4) { bonus2 bSkillAtk,"IQ_SECOND_FAITH",6; bonus2 bSkillAtk,"IQ_SECOND_JUDGEMENT",6; } } } } },{},{}
Dropped By No Result

Sedora Card [Weapon]   Item ID# 4521 (Sedora_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Mortal Blow
Description
Increase critical attack damage by 15%.
Item Script
{ bonus bCritAtkRate,15; },{},{}
Dropped By
Obtainable FromOld Card Album

Seeker Card [Shield]   Item ID# 4414 (Seeker_Card)
Type
Card
Class
Shield Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Gorgon's
Description
MDEF + 10
Enables use of Level 1 Stone Curse.
Increase resistance to Stone Curse status by 30%.
Item Script
{ skill "MG_STONECURSE",1; bonus2 bResEff,Eff_Stone,3000; bonus bMdef,10; },{},{}
Dropped By
Obtainable FromOld Card Album

Senior Aries Card [Garment]   Item ID# 300098 (Aries_H_Card)
Greater Aries Card
Type
Card
Class
Garment Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Ninja's
Description
MATK +5
Increases damage of Wind Blade, Freezing Spear and Flaming Petals by 10%.

Refine Level +7: Decreases variable cast time by 5%.
Item Script
{ bonus bMatk,5; bonus2 bSkillAtk,"NJ_KOUENKA",10; bonus2 bSkillAtk,"NJ_HYOUSENSOU",10; bonus2 bSkillAtk,"NJ_HUUJIN",10; if (getrefine()>=7) { bonus bVariableCastrate,-5; } },{},{}
Dropped By

Senior Assistant Bot Card [Weapon]   Item ID# 300082 (Assistant_H_Card)
Greater Research Assistant Bot Card
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Piercing
Description
When compounded on a Spear or Two-Handed Spear class weapon:
Increases ranged physical damage by 20%.

For each 2 Refine Levels:
Increases ranged physical damage by additional 2%.
Item Script
{ if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_1HSPEAR || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSPEAR) { bonus bLongAtkRate,10; } bonus bLongAtkRate,2*(getrefine()/2); },{},{}
Dropped By

« First < 89101112131415161718 > Last »
back to top