ID #18950
Armor
Gerhard Von Deviruchi [1]
Buy Price: N/A
Sell Price: N/A
Anniversary ballon of XIII generation of Gearhard Von Deviruchi.
_______________________
INT +1
DEX +1
MATK +5%
_______________________
Base INT at least 99:
MATK +2%
_______________________
Base INT at least 120:
MATK +3%
_______________________
When you have cute pet Deviruchi:
Decreases After Skill Delay by 2%
_______________________
When intimacy is Cordial:
Decreases After Skill Delay by 3%.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 30
Armor Level: 1
Refineable: No
_______________________
Requirement: None
_______________________
INT +1
DEX +1
MATK +5%
_______________________
Base INT at least 99:
MATK +2%
_______________________
Base INT at least 120:
MATK +3%
_______________________
When you have cute pet Deviruchi:
Decreases After Skill Delay by 2%
_______________________
When intimacy is Cordial:
Decreases After Skill Delay by 3%.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 30
Armor Level: 1
Refineable: No
_______________________
Requirement: None
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
300
Requirements
Armor Level
1
Min Level
1
Scripts
Script bonus bInt,1; bonus bDex,1; if (readparam(bInt) >= 120) bonus bMatkRate,10; else if (readparam(bInt) >= 99) bonus bMatkRate,7; else bonus bMatkRate,5; if (getpetinfo(PETINFO_EGGID) == 9023) { if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_LOYAL) bonus bDelayrate,-5; else bonus bDelayrate,-2; }
bonus bInt,1;
bonus bDex,1;
if (readparam(bInt) >= 120)
bonus bMatkRate,10;
else if (readparam(bInt) >= 99)
bonus bMatkRate,7;
else
bonus bMatkRate,5;
if (getpetinfo(PETINFO_EGGID) == 9023) {
if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_LOYAL)
bonus bDelayrate,-5;
else
bonus bDelayrate,-2;
}