Orc General Card
| Item ID | 300295 | Name | Orc General Card |
|
MATK +5%
_______________________ Refine Level +7: Increases Magical Damage against monsters of Brute race by 10%. _______________________ Refine Level +9: Increases Magical Damage against monsters of Brute race by additional 7%. _______________________ Type: Card Compound on: Shoes Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | General_Orc_Card | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Footgear | ||
| 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 |
.@r = getrefine();
bonus bMatkRate,5;
if (.@r>=7) {
bonus2 bMagicAddRace,RC_Brute,10;
}
if (.@r>=9) {
bonus2 bMagicAddRace,RC_Brute,7;
}
|
||||