Custom Cards: Difference between revisions

From Maroll Wiki
Jump to navigation Jump to search
Line 15: Line 15:
|'''Anopheles'''
|'''Anopheles'''
|[[File:Anopheles Card.png|100x100px]]
|[[File:Anopheles Card.png|100x100px]]
|
|ATK + 15
|
'''[Blacksmith, Whitesmith]'''
Mdef +10
|bonus bBaseAtk,15;
if(BaseJob==Job_Blacksmith) bonus bMdef,10;
|
|
|
|
Line 22: Line 25:
|'''Armeyer Dinze'''
|'''Armeyer Dinze'''
|[[File:Armeyer Dinze.png|100x100px]]
|[[File:Armeyer Dinze.png|100x100px]]
|
|Enables use of Level 1 Identify.
|
|skill "MC_IDENTIFY",1;
|
|
|-
|'''Baroness of Retribution'''
|[[File:Baroness of Retribution.png|100x100px]]
|
|
|
|
|
|
Line 36: Line 32:
|'''Blazer'''
|'''Blazer'''
|[[File:Blazer.png|100x100px]]
|[[File:Blazer.png|100x100px]]
|
|Add a 5% resistance against
|
'''Fire''' Property atacks.
MDEF + 2
|bonus2 bSubEle,Ele_Fire,5;
bonus bMdef,2;
|
|
|
|
Line 43: Line 42:
|'''Cloud Hermit'''
|'''Cloud Hermit'''
|[[File:Cloud Hermit.png|100x100px]]
|[[File:Cloud Hermit.png|100x100px]]
|
|Add a 5% resistance against
|
'''Wind''' Property atacks.
MDEF + 2
|bonus2 bSubEle,Ele_Wind,5;
bonus bMdef,2;
|
|
|
|
Line 50: Line 52:
|'''Dragon Egg'''
|'''Dragon Egg'''
|[[File:Dragon Egg.png|100x100px]]
|[[File:Dragon Egg.png|100x100px]]
|
|Def + 2
|
|bonus bDef,2;
|
|
|
|
Line 57: Line 59:
|'''Dumpling Child'''
|'''Dumpling Child'''
|[[File:Dumpling Child.png|100x100px]]
|[[File:Dumpling Child.png|100x100px]]
|
|Dex +3
|
Int -1
'''[Super Novice]'''Enables use of '''Lv.1 Double Casting.'''
|bonus bDex,3;
bonus bInt,-1;
if(BaseJob==Job_SuperNovice) skill "PF_DOUBLECASTING",1;
|
|
|
|
Line 71: Line 77:
|'''Galion'''
|'''Galion'''
|[[File:Galion.png|100x100px]]
|[[File:Galion.png|100x100px]]
|
|Dex +2
|
Aspd  +2%
|bonus bDex,2;
bonus bAspdRate,2;
|
|
|
|
Line 78: Line 86:
|'''Gargoyle'''
|'''Gargoyle'''
|[[File:Gargoyle.png|100x100px]]
|[[File:Gargoyle.png|100x100px]]
|
|Ranged Attack Damage + 5%.
|
|bonus bLongAtkRate,5;
|
|
|
|
Line 92: Line 100:
|'''Grove'''
|'''Grove'''
|[[File:Grove.png|100x100px]]
|[[File:Grove.png|100x100px]]
|
|Increases '''Double Strafing''' damage by 5%.
|
'''[Rogue, Stalker]'''
Increases '''Double Strafing''' damage by 5%
|bonus2 bSkillAtk,46,(BaseJob==Job_Rogue?10:5);
|
|
|
|
Line 106: Line 116:
|'''Hermit Plant'''
|'''Hermit Plant'''
|[[File:Hermit Plant.png|100x100px]]
|[[File:Hermit Plant.png|100x100px]]
|
|Increases the effectiveness of heal by 10%.
|
|bonus bHealPower,10;
|
|
|
|
Line 113: Line 123:
|'''Hylozoist'''
|'''Hylozoist'''
|[[File:Hylozoist.png|100x100px]]
|[[File:Hylozoist.png|100x100px]]
|
|Enables use of '''Lv.1 Ressurection.'''
|
|skill "ALL_RESURRECTION",1;
|
|
|
|
Line 127: Line 137:
|'''Joker'''
|'''Joker'''
|[[File:Joker Card.png|100x100px]]
|[[File:Joker Card.png|100x100px]]
|
|Enables use of Level 3 Hiding.
|
|skill "RG_PLAGIARISM",3;
|
|
|
|
Line 141: Line 151:
|'''Orc Archer'''
|'''Orc Archer'''
|[[File:Orc Archer.png|100x100px]]
|[[File:Orc Archer.png|100x100px]]
|
|Increases '''Claymore Trap''' and '''Freezing Trap'''
|
damage by 50%.
'''[Hunter, Sniper]'''Int +3
|bonus2 bSkillAtk,123,50;
bonus2 bSkillAtk,121,50;
if(BaseJob==Job_Hunter) bonus bInt,3;
|
|
|
|
Line 148: Line 162:
|'''Plasma'''
|'''Plasma'''
|[[File:Plasma .png|100x100px]]
|[[File:Plasma .png|100x100px]]
|
|Increases '''Soul Strike''' damage by 50%.
|
|bonus2 bSkillAtk,13,50;
|
|
|
|
Line 155: Line 169:
|'''Raydric Archer'''
|'''Raydric Archer'''
|[[File:Raydric Archer.png|100x100px]]
|[[File:Raydric Archer.png|100x100px]]
|
|Ranged Attack Damage + 3%.
|
Critical Rate + 3%
|bonus bLongAtkRate,3;
bonus bCritical,3;
|
|
|
|
Line 162: Line 178:
|'''Sage Worm'''
|'''Sage Worm'''
|[[File:Sage Worm .png|100x100px]]
|[[File:Sage Worm .png|100x100px]]
|
|Enables use of '''Lv.1 Health Conversion.'''
|
|skill "PF_HPCONVERSION",1;
|
|
|
|
Line 174: Line 190:
|
|
|-
|-
|'''Sleeper'''
|
|[[File:Sleeper.png|100x100px]]
|
|
|
|
|
Line 183: Line 199:
|'''Snowier'''
|'''Snowier'''
|[[File:Snowier.png|100x100px]]
|[[File:Snowier.png|100x100px]]
|
|Add a 5% resistance against
|
'''Water''' Property atacks.
MDEF + 2
|bonus2 bSubEle,Ele_Water,5;
bonus bMdef,2;
|
|
|
|
Line 197: Line 216:
|'''Stem Worm'''
|'''Stem Worm'''
|[[File:Stem Worm.png|100x100px]]
|[[File:Stem Worm.png|100x100px]]
|
|Reduce Casting Time of '''Earth Spike''' by 25%.
|
Inflict 50% more damage with '''Earth Spike'''.
|bonus2 bSkillAtk,"WZ_EARTHSPIKE",50;
bonus2 bCastrate,"WZ_EARTHSPIKE",-25;
|
|
|
|
Line 204: Line 225:
|'''Tengu'''
|'''Tengu'''
|[[File:Tengu.png|100x100px]]
|[[File:Tengu.png|100x100px]]
|
|Int +1
|
Dex +1
Str +1
|bonus bDex,1;
bonus bInt,1;
bonus bStr,1;
|
|
|
|
Line 211: Line 236:
|'''Wraith'''
|'''Wraith'''
|[[File:Wraith.png|100x100px]]
|[[File:Wraith.png|100x100px]]
|
|Enables use of '''Loud Exclamation.'''
|
|skill "MC_LOUD",1;
|
|
|
|
Line 241: Line 266:
|
|
|-
|-
|'''Baroness of Retribution'''
|[[File:Baroness of Retribution.png|100x100px]]
|Reflect 10% of all Physical Melee Damage back to the enemy which inflicted it
|bonus bShortWeaponDamageReturn,10;
|
|
|
|
|
|-
|
|'''Lava Golem'''
|
|[[File:Lava Golem.png|100x100px]]
|
|Make an armor indestructible (except in upgrade attempts).
Destroy an enemy's armor by 3% chance.
MDef -5.
|bonus bBreakArmorRate,300;
bonus bUnbreakableArmor;
bonus bMdef-5;
|[http://marollkingdom.com/cp/?module=item&action=view&id=4072 Golem Card][[File:Card.png|frameless]]
|Increase damage on DemiHuman monster by 10%.
|-
|'''Gig'''
|[[File:Gig.png|100x100px]]
|MDef +3
Maximum HP + 5%
|bonus bMdef,3;
bonus bMaxHPrate,5;
|[http://marollkingdom.com/cp/?module=item&action=view&id=4239 Iron Fist][[File:Card.png|frameless]]
|Gain immunity to the Stone Curse status.
|}
|}


Line 276: Line 321:
|[[File:Christmas Cookie.png|100x100px]]
|[[File:Christmas Cookie.png|100x100px]]
|LUK + 3
|LUK + 3
Perfect Dodge + 2
Mdef + 2
|bonus bLuk,3;  
|bonus bLuk,3;  
bonus bFlee2,2;
bonus bMdef,2;
|
|[http://marollkingdom.com/cp/?module=item&action=view&id=4293 Cookie Card][[File:Card.png|frameless]]
|
|Inflict 50% more damage with Holy Light.
|-
|-
|'''Explosion'''
|'''Explosion'''
Line 298: Line 343:
|'''Gullinbursti'''
|'''Gullinbursti'''
|[[File:Gullinbursti.png|100x100px]]
|[[File:Gullinbursti.png|100x100px]]
|
|VIT + 3
|
Maximum HP + 5%
|
|bonus bVit,3;
|
bonus bMaxHPrate,5;
|[http://marollkingdom.com/cp/?module=item&action=view&id=4078 Savage Card][[File:Card.png|frameless]]
|Maximum HP + 10%
|-
|-
|'''Iron Fist'''
|'''Iron Fist'''
|[[File:Iron Fist.png|100x100px]]
|[[File:Iron Fist.png|100x100px]]
|
|Mdef +2
|
Maximum HP + 8%
|
|bonus bMdef,2;
|
bonus bMaxHPrate,8;
|[http://marollkingdom.com/cp/?module=item&action=view&id=4165 Gig Card][[File:Card.png|frameless]]
|Gain immunity to the Stone Curse status.
|-
|-
|'''Mini Demon'''
|'''Mini Demon'''
Line 362: Line 411:
|'''Magmaring'''
|'''Magmaring'''
|[[File:Magmaring.png|100x100px]]
|[[File:Magmaring.png|100x100px]]
|
|Mdef +15
|
Def -5
|bonus bMdef,15;
bonus bDef,-5;
|
|
|
|
Line 369: Line 420:
|'''Roween'''
|'''Roween'''
|[[File:Roween.png|100x100px]]
|[[File:Roween.png|100x100px]]
|Aspd+1% per refine of
the garment
|bonus bAspdRate,getrefine();
|
|
|
|
|-
|'''Sleeper'''
|[[File:Sleeper.png|100x100px]]
|Enables use of '''Level 1 Tunnel Drive.'''
'''[Hiding Lv. 10]'''
Enables use of '''Level 5 Tunnel Drive.'''
|skill "RG_TUNNELDRIVE",(getskilllv(51)>=10?5:1);
|
|
|
|
|-
|-
|
|'''Rotar Zairo'''
|
|[[File:Rotar Zairo.png|100x100px]]
|
|Reduce damage from Long Range attacks by 15%.
|
|bonus bLongAtkDef,15;
|
|
|
|
Line 421: Line 482:
|'''Knocker'''
|'''Knocker'''
|[[File:Knocker.png|100x100px]]
|[[File:Knocker.png|100x100px]]
|
|Dex +1
|
Int -1
Hit +5
|bonus bDex,1;
bonus bInt,-1;
bonus bHit,5;
|
|
|
|
Line 482: Line 547:
|'''Anubis'''
|'''Anubis'''
|[[File:Anubis.png|100x100px]]
|[[File:Anubis.png|100x100px]]
|
|Maximum SP + 8%
|
|bonus bMaxSPrate,8;
|
|
|
|
Line 489: Line 554:
|'''Aqua Elemental'''
|'''Aqua Elemental'''
|[[File:Aqua Elemental.png|100x100px]]
|[[File:Aqua Elemental.png|100x100px]]
|
|Gain protection from the Freeze status.
|
Add a 10% resistance against Earth Property attacks.
|bonus2 bResEff,Eff_Freeze,10000;
bonus2 bSubEle,Ele_Earth,10;
|
|
|
|
Line 524: Line 591:
|'''Draco'''
|'''Draco'''
|[[File:Draco.png|100x100px]]
|[[File:Draco.png|100x100px]]
|
|Increases Attack Speed by 5%.
|
Add a 5% resistance against Neutral Property attacks.
|bonus bAspdRate,5;
bonus2 bSubEle,Ele_Neutral,5;
|
|
|
|
Line 531: Line 600:
|'''Executioner'''
|'''Executioner'''
|[[File:Executioner.png|100x100px]]
|[[File:Executioner.png|100x100px]]
|
|Reduce damage from DemiHuman monster by 15%.
|
Add 5% chance of auto casting '''Stone Curse''' when the user receives Physical Damage.
|bonus2 bSubRace,RC_DemiHuman,15; bonus2 bSubRace,RC_Player_Human,15;
bonus2 bAddEffWhenHit,Eff_Stone,500;
|
|
|
|
Line 545: Line 616:
|'''Khalitzburg'''
|'''Khalitzburg'''
|[[File:Khalitzburg.png|100x100px]]
|[[File:Khalitzburg.png|100x100px]]
|
|Gain immunity to the
|
'''Curse''' status.
 
Maximum HP - 500
|bonus bMaxHP,-500;
bonus2 bResEff,Eff_Curse,10000;
|
|
|
|
Line 561: Line 636:
|'''Mysteltainn'''
|'''Mysteltainn'''
|[[File:Mysteltainn.png|100x100px]]
|[[File:Mysteltainn.png|100x100px]]
|Gain immunity to the
|Reduce damage from DemiHuman monster by 15%.
'''Curse''' status.
Add 5% chance of auto casting '''Curse''' when the user receives Physical Damage.
 
|bonus2 bSubRace,RC_DemiHuman,15; bonus2 bSubRace,RC_Player_Human,15;
Maximum HP - 500
bonus2 bAddEffWhenHit,Eff_Curse,500;
|bonus bMaxHP,-500;
bonus2 bResEff,Eff_Curse,10000;
|
|
|
|
Line 572: Line 645:
|'''Penomena'''
|'''Penomena'''
|[[File:Penomena.png|100x100px]]
|[[File:Penomena.png|100x100px]]
|
|Decreases damage from Neutral Property by 35%.
|
|bonus2 bSubEle,Ele_Neutral,35;
|
|
|
|
Line 755: Line 828:
|
|
|-
|-
|'''Gig'''
|
|[[File:Gig.png|100x100px]]
|
|
|
|
|
Line 764: Line 837:
|'''Goblin Archer'''
|'''Goblin Archer'''
|[[File:Goblin Archer.png|100x100px]]
|[[File:Goblin Archer.png|100x100px]]
|
|Increase Critical Rate + 10 damage with Long Range Physical attack.
|
|bonus bCriticalLong,10;
|
|
|
|
Line 797: Line 870:
|
|
|-
|-
|'''Lava Golem'''
|
|[[File:Lava Golem.png|100x100px]]
|
|
|
|
|
Line 813: Line 886:
|'''Mao Guai'''
|'''Mao Guai'''
|[[File:Mao Guai.png|100x100px]]
|[[File:Mao Guai.png|100x100px]]
|
|Int +1
|
Str +1
'''[Sage, Professor]'''Increases Attack Speed by +5%.
|bonus bInt,1;
bonus bStr,1;
if(BaseJob==Job_Sage) bonus bAspdRate,5;
|
|
|
|
Line 867: Line 944:
|
|
|-
|-
|'''Rotar Zairo'''
|
|[[File:Rotar Zairo.png|100x100px]]
|
|
|
|
|
Line 897: Line 974:
|'''Shell Fish'''
|'''Shell Fish'''
|[[File:Shell Fish.png|100x100px]]
|[[File:Shell Fish.png|100x100px]]
|
|Mdef 1.
|
'''[Priest, High Priest]'''
Mdef +2.
|bonus bMdef,(BaseJob == Job_Priest?3,1);
|
|
|
|

Revision as of 14:56, 17 April 2024

-Each unique monster dwelling within the dungeons of Midgard Kingdom has a chance of dropping its corresponding card.

Midgard Kingdom

Accessory

Accessory
Name Sprite Effect Script Combo Combo Bonus
Anopheles Anopheles Card.png ATK + 15

[Blacksmith, Whitesmith] Mdef +10

bonus bBaseAtk,15;

if(BaseJob==Job_Blacksmith) bonus bMdef,10;

Armeyer Dinze Armeyer Dinze.png Enables use of Level 1 Identify. skill "MC_IDENTIFY",1;
Blazer Blazer.png Add a 5% resistance against

Fire Property atacks. MDEF + 2

bonus2 bSubEle,Ele_Fire,5;

bonus bMdef,2;

Cloud Hermit Cloud Hermit.png Add a 5% resistance against

Wind Property atacks. MDEF + 2

bonus2 bSubEle,Ele_Wind,5;

bonus bMdef,2;

Dragon Egg Dragon Egg.png Def + 2 bonus bDef,2;
Dumpling Child Dumpling Child.png Dex +3

Int -1 [Super Novice]Enables use of Lv.1 Double Casting.

bonus bDex,3;

bonus bInt,-1; if(BaseJob==Job_SuperNovice) skill "PF_DOUBLECASTING",1;

Galapago Galapago.png
Galion Galion.png Dex +2

Aspd +2%

bonus bDex,2;

bonus bAspdRate,2;

Gargoyle Gargoyle.png Ranged Attack Damage + 5%. bonus bLongAtkRate,5;
Gremlin Gremlin.png
Grove Grove.png Increases Double Strafing damage by 5%.

[Rogue, Stalker] Increases Double Strafing damage by 5%

bonus2 bSkillAtk,46,(BaseJob==Job_Rogue?10:5);
Hell Poodle Hell Poodle.png
Hermit Plant Hermit Plant.png Increases the effectiveness of heal by 10%. bonus bHealPower,10;
Hylozoist Hylozoist.png Enables use of Lv.1 Ressurection. skill "ALL_RESURRECTION",1;
Jing Guai Jing Guai .png
Joker Joker Card.png Enables use of Level 3 Hiding. skill "RG_PLAGIARISM",3;
Mimic Mimic.png
Orc Archer Orc Archer.png Increases Claymore Trap and Freezing Trap

damage by 50%. [Hunter, Sniper]Int +3

bonus2 bSkillAtk,123,50;

bonus2 bSkillAtk,121,50; if(BaseJob==Job_Hunter) bonus bInt,3;

Plasma Plasma .png Increases Soul Strike damage by 50%. bonus2 bSkillAtk,13,50;
Raydric Archer Raydric Archer.png Ranged Attack Damage + 3%.

Critical Rate + 3%

bonus bLongAtkRate,3;

bonus bCritical,3;

Sage Worm Sage Worm .png Enables use of Lv.1 Health Conversion. skill "PF_HPCONVERSION",1;
Sea-Otter Sea-Otter.png
Snowier Snowier.png Add a 5% resistance against

Water Property atacks. MDEF + 2

bonus2 bSubEle,Ele_Water,5;

bonus bMdef,2;

Spring Rabbit Spring Rabbit.png
Stem Worm Stem Worm.png Reduce Casting Time of Earth Spike by 25%.

Inflict 50% more damage with Earth Spike.

bonus2 bSkillAtk,"WZ_EARTHSPIKE",50;

bonus2 bCastrate,"WZ_EARTHSPIKE",-25;

Tengu Tengu.png Int +1

Dex +1 Str +1

bonus bDex,1;

bonus bInt,1; bonus bStr,1;

Wraith Wraith.png Enables use of Loud Exclamation. skill "MC_LOUD",1;

Armor

Name Sprite Effect Script Combo Combo Bonus
Earth Deleter Earth Deleter.png
Sky Deleter Sky Deleter.png
Baroness of Retribution Baroness of Retribution.png Reflect 10% of all Physical Melee Damage back to the enemy which inflicted it bonus bShortWeaponDamageReturn,10;
Lava Golem Lava Golem.png Make an armor indestructible (except in upgrade attempts).

Destroy an enemy's armor by 3% chance. MDef -5.

bonus bBreakArmorRate,300;

bonus bUnbreakableArmor; bonus bMdef-5;

Golem CardCard.png Increase damage on DemiHuman monster by 10%.
Gig Gig.png MDef +3

Maximum HP + 5%

bonus bMdef,3;

bonus bMaxHPrate,5;

Iron FistCard.png Gain immunity to the Stone Curse status.

Footgear

Name Sprite Effect Script Combo Combo Bonus
Am Mut Am Mut.png
Ancient Worm Ancient Worm.png
Christmas Cookie Christmas Cookie.png LUK + 3

Mdef + 2

bonus bLuk,3;

bonus bMdef,2;

Cookie CardCard.png Inflict 50% more damage with Holy Light.
Explosion Explosion.png
Gajomart Gajomart.png
Gullinbursti Gullinbursti.png VIT + 3

Maximum HP + 5%

bonus bVit,3;

bonus bMaxHPrate,5;

Savage CardCard.png Maximum HP + 10%
Iron Fist Iron Fist.png Mdef +2

Maximum HP + 8%

bonus bMdef,2;

bonus bMaxHPrate,8;

Gig CardCard.png Gain immunity to the Stone Curse status.
Mini Demon Mini Demon.png
Skeleton General Skeleton General.png Increase damage on DemiHuman

monster by 5%.

bonus2 bAddRace,RC_DemiHuman,5;

bonus2 bAddRace,RC_Player_Human,5;

Zombie Prisoner Zombie Prisoner.png Reduce damage from DemiHuman

monster by 5%.

bonus2 bSubRace,RC_DemiHuman,5;

bonus2 bSubRace,RC_Player_Human,5;

Garment

Name Sprite Effect Script Combo Combo Bonus
Harpy Harpy.png - -
Magmaring Magmaring.png Mdef +15

Def -5

bonus bMdef,15;

bonus bDef,-5;

Roween Roween.png Aspd+1% per refine of

the garment

bonus bAspdRate,getrefine();
Sleeper Sleeper.png Enables use of Level 1 Tunnel Drive.

[Hiding Lv. 10] Enables use of Level 5 Tunnel Drive.

skill "RG_TUNNELDRIVE",(getskilllv(51)>=10?5:1);
Rotar Zairo Rotar Zairo.png Reduce damage from Long Range attacks by 15%. bonus bLongAtkDef,15;

Headgear

Name Sprite Effect Script Combo Combo Bonus
Cramp Cramp.png Str +1

Atk +5

bonus bStr,1;

bonus bBaseAtk,5;

Tarou CardCard.png Str +3
Dryad Dryad.png MDef +2

Add a 10% resistance against Earth Property attacks.

bonus2 bSubEle,Ele_Earth,10;

bonus bMdef,2;

Giant Hornet Giant Hornet.png MDef +2

Add a 10% resistance against Wind Property attacks.

bonus2 bSubEle,Ele_Wind,10;

bonus bMdef,2;

Knocker Knocker.png Dex +1

Int -1 Hit +5

bonus bDex,1;

bonus bInt,-1; bonus bHit,5;

Leaf Cat Leaf Cat.png MDef +2

Add a 10% resistance against Water Property attacks.

bonus2 bSubEle,Ele_Water,10;

bonus bMdef,2;

Leib Olmai Leib Olmai.png MDef +2

Add a 10% resistance against Fire Property attacks.

bonus2 bSubEle,Ele_Fire,10;

bonus bMdef,2;

Myst Case Myst Case.png Inflict 10% more damage with Mammonite. bonus2 bSkillAtk,"MC_MAMMONITE",10;

Shield

Name Sprite Effect Script Combo Combo Bonus
Alice Alice.png Reduce damage from DemiHuman monster by 25%.

Increase damage on DemiHuman monster by 5%.

bonus2 bSubRace,RC_DemiHuman,25;

bonus2 bSubRace,RC_Player_Human,25; bonus2 bAddRace,RC_DemiHuman,5; bonus2 bAddRace,RC_Player_Human,5;

Anubis Anubis.png Maximum SP + 8% bonus bMaxSPrate,8;
Aqua Elemental Aqua Elemental.png Gain protection from the Freeze status.

Add a 10% resistance against Earth Property attacks.

bonus2 bResEff,Eff_Freeze,10000;

bonus2 bSubEle,Ele_Earth,10;

Bigfoot Bigfoot.png Maximum HP + 10% bonus bMaxHPrate,10;
Centipede Centipede.png
Cornus Cornus.png
Dark Shadow Dark Shadow.png
Draco Draco.png Increases Attack Speed by 5%.

Add a 5% resistance against Neutral Property attacks.

bonus bAspdRate,5;

bonus2 bSubEle,Ele_Neutral,5;

Executioner Executioner.png Reduce damage from DemiHuman monster by 15%.

Add 5% chance of auto casting Stone Curse when the user receives Physical Damage.

bonus2 bSubRace,RC_DemiHuman,15; bonus2 bSubRace,RC_Player_Human,15;

bonus2 bAddEffWhenHit,Eff_Stone,500;

Hodremlin Hodremlin.png
Khalitzburg Khalitzburg.png Gain immunity to the

Curse status.

Maximum HP - 500

bonus bMaxHP,-500;

bonus2 bResEff,Eff_Curse,10000;

Medusa Medusa.png Gain immunity to the Stone Curse status.

Add a 10% resistance against Fire Property attacks.

bonus2 bSubEle,Ele_Fire,10;

bonus2 bResEff,Eff_Stone,10000;

Mysteltainn Mysteltainn.png Reduce damage from DemiHuman monster by 15%.

Add 5% chance of auto casting Curse when the user receives Physical Damage.

bonus2 bSubRace,RC_DemiHuman,15; bonus2 bSubRace,RC_Player_Human,15;

bonus2 bAddEffWhenHit,Eff_Curse,500;

Penomena Penomena.png Decreases damage from Neutral Property by 35%. bonus2 bSubEle,Ele_Neutral,35;
Rafflesia Rafflesia.png
Sky Petite Sky Petite.png
Teddy Bear Teddy Bear.png

Weapon

Name Sprite Effect Script Combo Combo Bonus
Anacondaq Anacondaq.png Poison an enemy when you Attack (Chance 3%)

Silence an enemy when you Attack (Chance 3%) Atk +10

bonus2 bAddEff,Eff_Silence,300;

bonus2 bAddEff,Eff_Poison,300; bonus bBaseAtk,10;

Aster Aster.png
Beetle King Beetle King.png
Bloody Murderer Bloody Murderer.png Increase damage on DemiHuman monster by 10%.

Enable a 5% chance of gaining 5% of the damageinflicted on an enemy as HP with each attack.

bonus2 bAddRace,RC_DemiHuman,10;

bonus2 bAddRace,RC_Player_Human,10; bonus2 bHpDrainRate,50,5;

Caramel Caramel.png
Caterpillar Caterpillar.png VIT + 2

Maximum HP + 50

bonus bVit,2;

bonus bMaxHP,100;

Crab Crab.png
Cruiser Cruiser.png
Desert Wolf Desert Wolf Card.png INT +1 bonus bInt,1; Baby Desert Wolf CardCard.png
Deviace Deviace.png
Diabolic Diabolic.png Deviruchi CardCard.png
Dolor of Thanatos Dolor of Thanatos.png
Drainliar Drainliar.png Blind an enemy when you Attack (Chance 3%)

Curse an enemy when you Attack (Chance 3%) Atk +10

bonus2 bAddEff,Eff_Curse,300;

bonus2 bAddEff,Eff_Blind,300; bonus bBaseAtk,10;

Driller Driller.png
Dullahan Dullahan.png
Earth Petite Earth Petite.png
False Angel False Angel.png
Flora Flora.png
Goblin Archer Goblin Archer.png Increase Critical Rate + 10 damage with Long Range Physical attack. bonus bCriticalLong,10;
Goblin Goblin.png
Goblin Steamrider Goblin Steamrider.png
Kaho Kaho.png
Kobold Archer Kobold Archer.png
Mandragora Mandragora.png
Mao Guai Mao Guai.png Int +1

Str +1 [Sage, Professor]Increases Attack Speed by +5%.

bonus bInt,1;

bonus bStr,1; if(BaseJob==Job_Sage) bonus bAspdRate,5;

Minorous Minorous.png
Nereid Nereid.png
Orc Lady Orc Lady.png
Orc Skeleton Orc Skeleton.png
Panzer Goblin Panzer Goblin.png
Peco Peco Egg Peco Peco Egg.png
Phendark Phendark.png
Santa Poring Santa Poring.png
Scorpion Scorpion.png
Seal Seal.png
Shell Fish Shell Fish.png Mdef 1.

[Priest, High Priest] Mdef +2.

bonus bMdef,(BaseJob == Job_Priest?3,1);
Skeggiold Skeggiold.png
Strouf Strouf.png
Tri Joint Tri Joint.png
Vadon Vadon.png
Zombie Master Zombie Master.png

Maroll Kingdom

Headgear

Headgear
Name Sprite Effect Script Combo Combo Bonus
Bongun Master Bongun Master Card.png Critical Rate +2%

Flee +5

bonus bFlee,5;

bonus bCritical,2;

Bongun CardCard.png Critical Rate +6%

Str +1

Eisenia Eisenia Card.png Def +2 bonus bDef,2; Fabre CardCard.png Maximum HP + 500
Fire Ghost Fire Ghost Card.png Add a 30% resistance against Stun, Curse, Blind, Stone Curse. bonus2 bResEff,Eff_Blind,3000;

bonus2 bResEff,Eff_Stun,3000; bonus2 bResEff,Eff_Curse,3000; bonus2 bResEff,Eff_Stone,3000;

Opera Phantom MaskOpera Phantom Mask.png Add a 20% resistance against Stun, Curse, Blind, Stone Curse.
Silver Clock Silver Clock Card.png Reflect single target Magic back at the caster

(Success Chance 5%).

bonus bMagicDamageReturn,5; Golden ClockCard.png Has a chance to gain DEF +20 for 10 seconds

when the wearer receives physical or magical damage.

Munak Master Munak Master.png Dex +1

Increase resistance to Fire Property attacks by 5%.

bonus bDex,1;

bonus2 bSubEle,Ele_Fire,10;

Munak CardCard.png Gain immunity to the Stone Curse status.

Increase resistance to Fire Property attacks by 20%.

Paliniar Paliniar.png Inflict 15% more damage on Ghost Property. bonus2 bAddEle,Ele_Ghost,10; Big Ribbon [1]Big Ribbon.png Mdef+3, per refine level of Big Ribbon.
Strix Duke Strix Duke.png Increases power of Spiral Pierce skill by 10%

Dex -2

bonus2 bSkillAtk,"LK_SPIRALPIERCE",10;

bonus bDex,-2;

Owl Baron CardCard.png Autocasts Level 1 Lex Aeterna on target when using

Spear Boomerang skill on target by 25%.

Armor

Armor
Name Sprite Effect Script Combo Combo Bonus
Big Bell Card Big Bell Card.png Reduce Casting Time by 10%.

Sp -100

bonus bCastrate,-10;

bonus bMaxSP,-100;

Alarm MaskAlarm Mask.png Add a resistance to the Blind status

Int +2

Galewitch Galewitch Card.png Perfect Dodge + 5 bonus bFlee2,5; Magic EyesMagic Eyes.png Decrease SP Consumption by 50%.
Golden Clock Golden Clock.png Reflect 10% melee damage back to enemies.

Receive 10% more damage from normal monster.

bonus bShortWeaponDamageReturn,10;

bonus2 bSubClass,Class_Normal,-10;

Silver ClockCard.png Has a chance to gain DEF +20 for

10 seconds when the wearer receives physical or magical damage.

Otodus Otodus.png Add a 10% chance of auto casting

Level 4 Endure on the user when the user receives Physical Damage.

bonus3 bAutoSpellWhenHit,"SM_ENDURE",4,100;
Poisonous Flora Poisonous Flora.png Add a 5% chance of auto casting Level 5 Poison React

when the user receives Physical Damage.

bonus3 bAutoSpellWhenHit,"AS_POISONREACT",1,50;
Pyrella Pyrella.png Add a 35% resistance against Fire Property attacks.

Add a 35% resistance against Water Property attacks.

bonus2 bSubEle,Ele_Fire,35;

bonus2 bSubEle,Ele_Water,35;

Shambler Shambler.png Maximum HP + 500 bonus bMaxHP,500; Poo Poo HatPoo Poo Hat.png Reduces damage from DemiHuman monster by 5%.
Soheon Soheon.png Aspd +1%

Maximum SP + 1%

Atk +1%

bonus2 bAddClass,Class_All,1;

bonus bAspdRate,1;

bonus bMaxSPrate,1;

Sohee CardCard.png SP Recovery + 30%

Weapon

Weapon
Name Sprite Effect Script Combo Combo Bonus
Ghost Soldier Skeleton Ghost Soldier Skeleton.png Critical Rate + 5%

Inflict 5% more damage with Critical attacks.

bonus bCritAtkRate,5;

bonus bCritical,5;

Soldier Skeleton CardCard.png Inflict 10% more damage with Critical attacks.

Critical Rate + 5%

Striga Striga.png Mdef +3 bonus bMdef,3; Willow CardCard.png Mdef +10
Umbral Kaho Umbral Kaho.png Receive 2% less damage from Medium size monster. bonus2 bSubSize,Size_Medium,2;
Zanolian Zanolian.png Increases damage inflicted on all enemies by 10%. bonus2 bAddClass,Class_All,10;

Shield

Shield
Name Sprite Effect Script Combo Combo Bonus
Cursed Blue Box Cursed Blue Box.png Add a chance of gaining "Old Purple Box"

each time a monster is killed.

bonus2 bAddMonsterDropItem,617,10;
Fulkbuk Fulbuk.png Maximum HP + 8% bonus bMaxHPrate,8;
Hard Thief Bug Hard Theif Bug.png Add a 10% resistance against Neutral Property attacks.

Def +5

bonus bDef,5;

bonus2 bSubEle,Ele_Neutral,10;

Footgear

Footgear
Name Sprite Effect Script Combo Combo Bonus
Dark Skeleton Dark Skeleton.png Maximum SP + 8% bonus bMaxSPrate,8; Skeleton ManteauSkeleton Manteau.png INT + 3

VIT + 3

AGI + 4

Ghost Archer Skeleton Ghsot Archer SKeleton Card.png Ranged Attack Damage + 10%. bonus bLongAtkRate,10; Archer Skeleton CardCard.png Ranged Attack Damage + 15%.
Palinurus Palinurus.png Increases damage inflicted on all enemies by 5%.

Sp -50

bonus2 bAddClass,Class_All,5;

bonus bMaxSP,-50;

Sting CardCard.png Reduces damage from all enemies by 15%.

Garment

Garment
Name Sprite Effect Script Combo Combo Bonus
Evolved Whisper Evolved Whisper Card.png Dex +2 bonus bDex,2; Evolved Whisper MaskEvolved Whisper Mask.png Increase resistance to Neutral Property attacks by 10%.
Filth Fly Filth Fly Card.png Flee +15

Mdef +3

bonus bFlee,15;

bonus bMdef,3;

Steel Chonchon CardCard.png Increase resistance to Wind Property attacks by 30%.
Haunttail Haunttail.png Increase resistance to Neutral Property attacks by 25%.

Increase damage taken from Long Range attacks by 10%.

bonus2 bSubEle,Ele_Neutral,25;

bonus bLongAtkDef,-10;

Cat O' Nine Tails CardCard.png Reflect single target Magic back at the caster

(Success Chance 5%).

Tarouchu Tarouchu.png Hit +10

Atk +20

bonus bHit,10;

bonus bBaseAtk,20;

Tarou CardCard.png Str +4

Increase resistance to Neutral Property attacks by 10%.

Accessory

Accessory
Name Sprite Effect Script Combo Combo Bonus
Blackword Blackword Card.png Add a 5% chance of auto casting

Level 3 Strip Helm on enemy when attacking.

bonus3 bAutoSpell,"RG_STRIPHELM",3,50;
Ice Hydra Ice Hydra.png Add a 5% chance of auto casting Level 3 Frost Nova

on the user when the user receives Physical Damage.

bonus4 bAutoSpellWhenHit,"WZ_FROSTNOVA",3,50,0; Megalodon CardCard.png Gain protection from the Freeze status
Mares of Diomedes Mares of Diomedes.png Aspd +3%

Hit -5

bonus bAspdRate,3;

bonus bHit,-5;

Nightmare CardCard.png Aspd +2%

Hit +5

Poisonous Caramel Poisonous Caramel.png Enables use of Level 4 Venom Dust. skill "AS_VENOMDUST",4;
Poisonous Scorpion Poisonous Scorpion.png HIT + 5

Increase damage on Poison Property enemies by 5%.

bonus bHit,5;

bonus2 bAddEle,Ele_Poison,5;

Gas MaskGas Mask.png Increase damage on Poison Property enemies by 10%