ID #15425
Armor
Taurus Mail [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 100
Weight: 1000
Slots: 1
Armor level: 1
Defense: 100
Weight: 1000
Slots: 1
Armor level: 1
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
1000
Defense
100
Requirements
Armor Level
1
Scripts
Script .@r = getrefine(); bonus bUnbreakableArmor; bonus bMdef,5; bonus bBaseAtk,50; bonus bFlee,20; bonus bMaxHP,1000; if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) { bonus bBaseAtk,80; bonus bDefEle,Ele_Holy; if (.@r>=8) bonus2 bSubSkill,"NPC_CRITICALSLASH",100; }
.@r = getrefine();
bonus bUnbreakableArmor;
bonus bMdef,5;
bonus bBaseAtk,50;
bonus bFlee,20;
bonus bMaxHP,1000;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {
bonus bBaseAtk,80;
bonus bDefEle,Ele_Holy;
if (.@r>=8)
bonus2 bSubSkill,"NPC_CRITICALSLASH",100;
}