Addition of level 1 and 2 brooch jewels.

This commit is contained in:
MobiusDev
2017-06-15 19:05:00 +00:00
parent 4a32851386
commit 722bbb52c9
6 changed files with 63 additions and 3 deletions

View File

@@ -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);