perk等级上限下调至20
This commit is contained in:
parent
71530a0eb7
commit
c1390ab7a8
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class ReforgingTableMenu extends AbstractContainerMenu {
|
|||
public static final int DAMAGE_PERK_SLOT = 3;
|
||||
public static final int RESULT_SLOT = 4;
|
||||
|
||||
public static final int MAX_PERK_LEVEL = 50;
|
||||
public static final int MAX_PERK_LEVEL = 20;
|
||||
public static final int MAX_UPGRADE_POINT = 100;
|
||||
|
||||
public final DataSlot ammoPerkLevel = DataSlot.standalone();
|
||||
|
|
Loading…
Add table
Reference in a new issue