Firafflesia Card
| Item ID | 300638 | Name | Firafflesia Card |
|
ATK +8%.
_______________________ Refine Level +7: Increases Physical Damage against monsters of Demi-Human race by 12%. _______________________ Refine Level +9: Increases Physical Damage against monsters of Demi-Human race by an additional 8%. _______________________ Type: Card Compound on: Shoes Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | aegis_300638 | ||
| 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 bAtkRate,8;
if (.@r>=7) {
bonus2 bAddRace,RC_DemiHuman,12;
if (.@r>=9) {
bonus2 bAddRace,RC_DemiHuman,8;
}
}
|
||||