
RENEWAL / ITEMS
Sealed Queen Scaraba Card
#27209Card
SLD_Q_Scaraba_Card
TypeCard
Card placementWeapon
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
Class: Card
Compounds On: Weapon
Weight: 1
Increases physical damage on Scaraba monsters by 15%.
Adds a chance of gaining Scaraba Scroll when a monster is killed.
If compounded equipment is refined to +15 or above, increases physical damage on Scaraba monsters by 25% instead.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Weapon
- Trade
Item effect script
bonus2 bAddMonsterDropItem,12806,30;
if (getrefine()>=15) {
bonus2 bAddRace2,RC2_SCARABA,25;
}
else {
bonus2 bAddRace2,RC2_SCARABA,15;
}