Addition of level 1 and 2 brooch jewels.
This commit is contained in:
@@ -21,9 +21,13 @@ package com.l2jmobius.gameserver.enums;
|
||||
*/
|
||||
public enum BroochJewel
|
||||
{
|
||||
RUBY_LV1(38855, 17814, 0.01),
|
||||
RUBY_LV2(38856, 17814, 0.035),
|
||||
RUBY_LV3(38857, 17815, 0.075),
|
||||
RUBY_LV4(38858, 17816, 0.125),
|
||||
RUBY_LV5(38859, 17817, 0.2),
|
||||
SHAPPHIRE_LV1(38927, 17818, 0.01),
|
||||
SHAPPHIRE_LV2(38928, 17818, 0.035),
|
||||
SHAPPHIRE_LV3(38929, 17819, 0.075),
|
||||
SHAPPHIRE_LV4(38930, 17820, 0.125),
|
||||
SHAPPHIRE_LV5(38931, 17821, 0.2);
|
||||
|
Reference in New Issue
Block a user