Renewal
.:Renewal Item Database:.
Card

Corruption Root Card [Weapon]   Item ID# 4603 (CorruptionRoot_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Evil Spirit
Description
ATK +20
Has a high chance of inflicting Stone Curse, Sleep or Curse on all targets within a 5x5 cells when dealing melee physical attacks.
Item Script
{ bonus bBaseAtk,20; bonus5 bAutoSpell,"NPC_WIDESTONE",1,50,BF_SHORT,0; bonus5 bAutoSpell,"NPC_WIDESLEEP",1,50,BF_SHORT,0; bonus5 bAutoSpell,"NPC_WIDECURSE",1,50,BF_SHORT,0; },{},{}
Dropped By

Coyote Card [Footgear]   Item ID# 27179 (Coyote_Card)
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Wild Fang
Description
MaxHP -12%, MaxSP -6%.
Enables uninterruptable skill cast.

Refine Level +10: MaxHP +6%, MaxSP +3%.
Item Script
{ bonus bNoCastCancel; .@hp = -12; .@sp = -6; if (getrefine() >= 10) { .@hp += 6; .@sp += 3; } bonus bMaxHPrate,.@hp; bonus bMaxSPrate,.@sp; },{},{}
Dropped By

Crab Card [Weapon]   Item ID# 4153 (Crab_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Cancer
Description
Inflict 30% more damage on Asters.
ATK + 5
[+ Shell Fish & Aster Card]
Inflict 30% more damage on Water Property enemies.
30% chance of gaining 'Raw Fish' item each time a Fish monster is killed.

More Information on Combo:
Item Script
{ bonus bBaseAtk,5; bonus2 bAddDamageClass,1266,30; },{},{}
Dropped By
Obtainable FromOld Card Album

Cramp Card [Headgear]   Item ID# 4296 (Cramp_Card)
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Greedy
Description
Add a 1% chance of gaining a certain amount of Zeny each time a monster is killed.
[+ Tarou Card]
STR + 3

More Information on Combo:
Item Script
{ bonus2 bGetZenyNum,500,3; },{},{}
Dropped By
Obtainable FromOld Card Album

Cranial Level 1    Item ID# 4849 (Cranial1)
Cranial Lv1
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
Increase resistance against Demihuman and other Players by 5%
Item Script
{ bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; },{},{}
Dropped By No Result

Creamy Card [Accessory]   Item ID# 4040 (Creamy_Card)
Type
Card
Class
Accessory Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Teleport
Description
Enables use of Level 1 Teleportation.
Item Script
{ skill "AL_TELEPORT",1; },{},{}
Dropped By

Creamy Fear Card [Armor]   Item ID# 4298 (Cremy_Fear_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Mayhem
Description
Add a 6% chance of auto casting 'Confusion' on an enemy when the user receives physical attack.
Item Script
{ bonus2 bAddEffWhenHit,Eff_Confusion,600; },{},{}
Dropped By
Obtainable FromOld Card Album

Creative of Varmundt Lv1    Item ID# 310929 (Barmund_Crt1)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Essence of Varmundt's Creativity.

CRT +1

For each 20 base CRT:
ATK +3, P.ATK +1
Increases critical damage by 3%.

[Enchanted Equipment's Grade]

For each 20 base CRT:
[Grade D]: P.ATK +1
[Grade C]: P.ATK +1
[Grade B]: P.ATK +1
[Grade A]: P.ATK +1
Item Script
expand to view script
{ .@param = (readparam(bCrt)/20); .@g = getenchantgrade(); bonus bCrt,1; bonus bCritAtkRate,3*.@param; bonus bPAtk,.@param; bonus bBaseAtk,3*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,2*.@param; } } } } },{},{}
Dropped By No Result

Creative of Varmundt Lv2    Item ID# 310930 (Barmund_Crt2)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Essence of Varmundt's Creativity.

CRT +2

For each 20 base CRT:
ATK +4, P.ATK +2
Increases critical damage by 4%.

[Enchanted Equipment's Grade]

For each 20 base CRT:
[Grade D]: P.ATK +1
[Grade C]: P.ATK +1
[Grade B]: P.ATK +1
[Grade A]: P.ATK +2
Item Script
expand to view script
{ .@param = (readparam(bCrt)/20); .@g = getenchantgrade(); bonus bCrt,2; bonus bCritAtkRate,4*.@param; bonus bPAtk,2*.@param; bonus bBaseAtk,4*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,2*.@param; } } } } },{},{}
Dropped By No Result

Creative of Varmundt Lv3    Item ID# 310932 (Barmund_Crt3)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Essence of Varmundt's Creativity.

CRT +3

For each 20 base CRT:
ATK +5, P.ATK +2
Increases critical damage by 5%.

[Enchanted Equipment's Grade]

For each 20 base CRT:
[Grade D]: P.ATK +1
[Grade C]: P.ATK +1
[Grade B]: P.ATK +1
[Grade A]: P.ATK +2
Item Script
expand to view script
{ .@param = (readparam(bCrt)/20); .@g = getenchantgrade(); bonus bCrt,3; bonus bCritAtkRate,5*.@param; bonus bPAtk,2*.@param; bonus bBaseAtk,5*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,2*.@param; } } } } },{},{}
Dropped By No Result

Creative Stone (Dual)    Item ID# 311015 (Crt_Robe_D)
Creative Stone(Dual)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
CRT +5
Item Script
{ bonus bCrt,5; },{},{}
Dropped By No Result

Creator Flamel Card [Armor]   Item ID# 4563 (Creator_Card)
Creator Card
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Acid
Description
CRIT +20.
When base STR at least 110: Additional CRIT +20.
Has a chance of autocasting Level 5 Acid Terror when the user receives physical attacks.
Item Script
{ bonus bCritical,(readparam(bStr)>=110)?40:20; bonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",5,100,BF_WEAPON,1; },{},{}
Dropped By

« First < 567891011121314 >
back to top