ID #550033
Weapon
Paradise Foxtail
Buy Price: N/A
Sell Price: N/A
A foxtail for beginners made by the Paradise Group.
_______________________
MATK +100
_______________________
Indestructible in battle
_______________________
Base Level at least 20:
ATK +15, MATK +15
_______________________
Base Level at least 30:
ATK +20, MATK +20
_______________________
Base Level at least 45:
ATK +25, MATK +25
_______________________
Type: One-Handed Staff
Attack: 60
Weight: 0
Weapon Level: 2
Refineable: No
_______________________
Requirement:
Base Level 10
Summoner (Doram)
_______________________
MATK +100
_______________________
Indestructible in battle
_______________________
Base Level at least 20:
ATK +15, MATK +15
_______________________
Base Level at least 30:
ATK +20, MATK +20
_______________________
Base Level at least 45:
ATK +25, MATK +25
_______________________
Type: One-Handed Staff
Attack: 60
Weight: 0
Weapon Level: 2
Refineable: No
_______________________
Requirement:
Base Level 10
Summoner (Doram)
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Range
1
Requirements
Weapon Level
2
Min Level
10
Scripts
Script bonus bUnbreakableWeapon; if (BaseLevel>=20) { bonus bBaseAtk,15; bonus bMatk,15; if (BaseLevel>=30) { bonus bBaseAtk,20; bonus bMatk,20; if (BaseLevel>=45) { bonus bBaseAtk,25; bonus bMatk,25; } } }
bonus bUnbreakableWeapon;
if (BaseLevel>=20) {
bonus bBaseAtk,15;
bonus bMatk,15;
if (BaseLevel>=30) {
bonus bBaseAtk,20;
bonus bMatk,20;
if (BaseLevel>=45) {
bonus bBaseAtk,25;
bonus bMatk,25;
}
}
}