Dream Guardian
| Item ID | 480332 | Name | Dream Guardian |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Ice_Dream_Tree_BR | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 100 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | 1 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bAtkRate,.@r/2;
bonus bMatkRate,.@r/2;
if (.@r>=9) {
bonus bBaseAtk,30;
bonus bMatk,30;
}
if (.@r>=11)
autobonus "{ bonus2 bMagicAtkEle,Ele_Ghost,20; bonus2 bMagicAtkEle,Ele_Water,20; }",30,10000,BF_WEAPON;
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus2 bResEff,Eff_Freeze,10000; bonus2 bAddItemHealRate,536,150; |
||||||
|
bonus bMatk,30; bonus bDelayrate,-10; bonus bVariableCastrate,-10; if (getequiprefinerycnt(EQI_GARMENT)>=11) bonus3 bAutoSpell,"PA_PRESSURE",3,70; |
||||||
|
bonus bHit,10; bonus bMatkRate,10; bonus bAspdRate,10; if (getequiprefinerycnt(EQI_GARMENT)>=11) bonus3 bAutoSpell,"SO_DIAMONDDUST",3,100; |
||||||
|
bonus bAtkRate,10;
bonus bAspdRate,10;
bonus bLongAtkRate,10;
if (getequiprefinerycnt(EQI_GARMENT)>=11) {
bonus bHit,15;
bonus bCritAtkRate,15;
bonus bFixedCast,-500;
}
|