Royal Guard Randel (MVP) Card
| Item ID | 27064 | Name | Royal Guard Randel (MVP) Card |
|
When equipped by Royal Guard:
DEF +350 ATK +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 Royal Guard Randel Card: Random chance to increase VIT by 100 and transform into Royal Guard Randel for 5 seconds when recieving physical damage. _______________________ Type: Card Compound on: Garment Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | RoyalGuard_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_Crusader) {
bonus bDef,350;
bonus bAtkRate,10;
}
if (BaseLevel>=165)
bonus bAllStats,10;
if (getrefine()>=10)
bonus bAllStats,10;
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
autobonus "{ bonus bVit,100; }",30,5000,BF_WEAPON,"{ active_transform 3240,5000; }";
|
||||||
|
bonus bMdef,30; bonus2 bSubEle,Ele_Neutral,50; |
||||||
|
bonus bMdef,-30; bonus2 bSubEle,Ele_Neutral,-50; |
||||||
|
bonus bMdef,-30; bonus2 bSubEle,Ele_Neutral,-50; |