ID #28410
Armor
Sapphire Wrist [1]
Buy Price: N/A
Sell Price: N/A
A blue bracelet made of Sapphire stone.
_______________________
INT +5, DEX +5
LUK +5
DEF +3
_______________________
For each 4 Base Level:
Decreases Variable Casting Time of Acid Demonstration by 1%.
_______________________
For each 20 Base Level:
Increases damage of Spore Explosion by 5%.
_______________________
For each 2 Level of Potion Pitcher:
INT +1, DEX +1
LUK +1, MATK +20
_______________________
Type: Accessory
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 50
_______________________
INT +5, DEX +5
LUK +5
DEF +3
_______________________
For each 4 Base Level:
Decreases Variable Casting Time of Acid Demonstration by 1%.
_______________________
For each 20 Base Level:
Increases damage of Spore Explosion by 5%.
_______________________
For each 2 Level of Potion Pitcher:
INT +1, DEX +1
LUK +1, MATK +20
_______________________
Type: Accessory
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 50
Basic Information
Type
Armor
Weight
500
Defense
3
Requirements
Armor Level
1
Min Level
50
Scripts
Script bonus bDex,5; bonus bLuk,5; bonus bInt,5; bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",BaseLevel/5; bonus2 bVariableCastrate,"CR_ACIDDEMONSTRATION",-(BaseLevel/4); .@n = getskilllv("CR_SLIMPITCHER"); bonus bDex,.@n/2; bonus bLuk,.@n/2; bonus bInt,.@n/2; bonus bMatk,(.@n/2)*20;
bonus bDex,5;
bonus bLuk,5;
bonus bInt,5;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",BaseLevel/5;
bonus2 bVariableCastrate,"CR_ACIDDEMONSTRATION",-(BaseLevel/4);
.@n = getskilllv("CR_SLIMPITCHER");
bonus bDex,.@n/2;
bonus bLuk,.@n/2;
bonus bInt,.@n/2;
bonus bMatk,(.@n/2)*20;