ID #460027
Armor
Titan Shield [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 100
Weight: 2500
Slots: 1
Armor level: 1
Required level: 1
Defense: 100
Weight: 2500
Slots: 1
Armor level: 1
Required 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
2500
Defense
100
Requirements
Armor Level
1
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMdef,10; if (.@r>=9) { if (readparam(bStr)>=108) bonus2 bSubEle,Ele_Wind,20; if (readparam(bAgi)>=108) bonus2 bSubEle,Ele_Water,20; if (readparam(bVit)>=108) bonus2 bSubEle,Ele_Neutral,20; if (readparam(bInt)>=108) bonus2 bSubEle,Ele_Earth,20; if (readparam(bDex)>=108) bonus2 bSubEle,Ele_Fire,20; if (readparam(bLuk)>=108) bonus bFlee2,20; } if (.@r>=12) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bSubEle,Ele_All,5; }
.@r = getrefine();
bonus bMdef,10;
if (.@r>=9) {
if (readparam(bStr)>=108)
bonus2 bSubEle,Ele_Wind,20;
if (readparam(bAgi)>=108)
bonus2 bSubEle,Ele_Water,20;
if (readparam(bVit)>=108)
bonus2 bSubEle,Ele_Neutral,20;
if (readparam(bInt)>=108)
bonus2 bSubEle,Ele_Earth,20;
if (readparam(bDex)>=108)
bonus2 bSubEle,Ele_Fire,20;
if (readparam(bLuk)>=108)
bonus bFlee2,20;
}
if (.@r>=12) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bSubEle,Ele_All,5;
}