ID #18812
Armor
Elder Crown [1]
Buy Price: N/A
Sell Price: N/A
Crown made from Elder Branch.
_______________________
INT +2
MDEF +5
_______________________
Random chance a defeated Plant monster will drop Elder Branch.
_______________________
Refine Level +6:
Increases the drops chance of Elder Branch.
_______________________
Refine Level +9:
further increases the drops chance of Elder Branch.
_______________________
Type: Headgear
Defense: 5
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement: None
_______________________
INT +2
MDEF +5
_______________________
Random chance a defeated Plant monster will drop Elder Branch.
_______________________
Refine Level +6:
Increases the drops chance of Elder Branch.
_______________________
Refine Level +9:
further increases the drops chance of Elder Branch.
_______________________
Type: Headgear
Defense: 5
Position: Upper
Weight: 10
Armor Level: 1
_______________________
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
100
Defense
5
Requirements
Armor Level
1
Scripts
Script .@r = getrefine(); bonus bInt,2; bonus bMdef,5; .@val = 10; if (.@r >= 6) { .@val += 10; if (.@r >= 9) .@val += 10; } bonus3 bAddMonsterDropItem,7939,RC_Plant,.@val;
.@r = getrefine();
bonus bInt,2;
bonus bMdef,5;
.@val = 10;
if (.@r >= 6) {
.@val += 10;
if (.@r >= 9)
.@val += 10;
}
bonus3 bAddMonsterDropItem,7939,RC_Plant,.@val;