Toxit Card
| Item ID | 300659 | Name | Toxit Card |
|
P.ATK +7.
_______________________ When Grade of compounded equipment is A: Increases Physical Damage against monsters of every element by 10%. _______________________ When Weapon Level of compounded equipment is 5: Increases Physical Damage against monsters of Boss class by 2% per 3 Refine Levels. _______________________ When equipped with Bloody Slasher Card: Increases Physical Damage against monsters of Boss class by 7%. _______________________ Type: Card Compound on: Weapon Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | aegis_300659 | ||
| 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 |
bonus bPAtk,7;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL) == 5) {
bonus2 bAddClass,Class_Boss,2*getrefine()/3;
}
if (getenchantgrade()>=ENCHANTGRADE_A) {
bonus2 bAddEle,Ele_All,10;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bAddClass,Class_Boss,7; bonus2 bAddClass,Class_Normal,7; |
||||
|
bonus2 bAddSize,Size_All,8; |