Horror of Thanatos Card
| Item ID | 300275 | Name | Horror of Thanatos Card |
|
MATK -10%
_______________________ For each 3 Refine Levels: MATK +3% _______________________ Refine Level +11: MATK +5% _______________________ Type: Card Compound on: Shield Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Tha_Horror_Card | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Off 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 |
.@r = getrefine();
bonus bMatkRate,-10+3*(.@r/3);
if (.@r>=11) {
bonus bMatkRate,5;
}
|
||||