ID #27313
Card
Mutant Dolor Card
Buy Price: N/A
Sell Price: N/A
When compounded on a Katar class weapon:
Critical +7
ATK +15
_______________________
For each Refine Level:
Increases Critical Damage by 2%.
_______________________
Refine Level +10:
Increases Physical Damage against enemies of Large size by 15%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Critical +7
ATK +15
_______________________
For each Refine Level:
Increases Critical Damage by 2%.
_______________________
Refine Level +10:
Increases Physical Damage against enemies of Large size by 15%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
Mutant Dolor
Rate: 0.5%
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_KATAR) { .@r = getrefine(); bonus bCritical,7; bonus bBaseAtk,15; bonus bCritAtkRate,(2*.@r); if (.@r >= 10) { bonus2 bAddSize,Size_Large,15; } }
if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_KATAR) {
.@r = getrefine();
bonus bCritical,7;
bonus bBaseAtk,15;
bonus bCritAtkRate,(2*.@r);
if (.@r >= 10) {
bonus2 bAddSize,Size_Large,15;
}
}