Sealed Queen Scaraba Card
| Item ID | 27209 | Name | Sealed Queen Scaraba Card |
|
Increases Damage against Scaraba monsters by 15%.
Defeating Scaraba monsters has a chance to drop a Scaraba Summon Scroll. _______________________ Refine Level +15: Increases Damage against Scaraba race monsters by additional 25%. _______________________ Warning - Silit Pong does not work on removing this card! _______________________ Type: Card Compound on: Weapon Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | SLD_Q_Scaraba_Card | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 1 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus2 bAddMonsterDropItem,12806,30;
if (getrefine()>=15) {
bonus2 bAddRace2,RC2_SCARABA,25;
}
else {
bonus2 bAddRace2,RC2_SCARABA,15;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bAddClass,Class_Boss,5+(2*(getequiprefinerycnt(EQI_HEAD_TOP)/3)); |