Elder Crown

Item ID 18812 Name Elder Crown
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
Weapon Level 0 Identifier Elder_Crown
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 5 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item 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;