Scarlet Beret
| Item ID | 400528 | Name | Scarlet Beret |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Escarlate_Hat_BR | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 130 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bUnbreakableHelm;
bonus bBaseAtk,20*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-15;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,15;
if (.@r>=11) {
bonus bFixedCast,-200;
bonus2 bMagicAddSize,Size_Small,15;
bonus2 bMagicAddSize,Size_Medium,15;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
skill "WL_CRIMSONROCK",5; bonus2 bMagicAtkEle,Ele_Fire,3*(getequiprefinerycnt(EQI_HAND_R)/2); |
||||
|
bonus3 bAutoSpell,"WL_CRIMSONROCK",3,50; bonus2 bSkillAtk,"WL_HELLINFERNO",4*(getequiprefinerycnt(EQI_HAND_R)/2); |