Mechanic Howard (MVP) Card
| Item ID | 27061 | Name | Mechanic Howard (MVP) Card |
|
When equipped by Mechanic:
HIT +10 Increases Ranged Physical Damage by 15%. _______________________ Base Level at least 165: All Basic Stats +10 _______________________ Refine Level of equipped Garment is +10 or higher: All Basic Stats +10 _______________________ When equipped with Mechanic Harword Card: Random chance to increase LUK by 100 and transform into Mechanic Harword for 5 seconds when recieving physical damage. _______________________ Type: Card Compound on: Garment Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Mechanic_Card_J | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Garment | ||
| 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 | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) {
bonus bHit,20;
bonus bAtkRate,15;
}
if (BaseLevel>=165)
bonus bAllStats,10;
if (getrefine()>=10)
bonus bAllStats,10;
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
autobonus "{ bonus bLuk,100; }",30,5000,BF_WEAPON,"{ active_transform 3223,5000; }";
|
||||||
|
bonus bAtkRate,15; bonus2 bSubEle,Ele_Neutral,50; |
||||||
|
bonus bAtkRate,-15; bonus2 bSubEle,Ele_Neutral,-50; |
||||||
|
bonus bAtkRate,-15; bonus2 bSubEle,Ele_Neutral,-50; |