standard 1000 inventory weight && fixed XP rates 5x/10x

This commit is contained in:
2024-02-07 15:52:42 -06:00
parent d70f9f6dc3
commit 2e4bf0823c
4 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ public class InfoCmd extends AbstractDevCmd {
output += newline;
output += "Inventory Weight:" + (targetPC.getCharItemManager().getInventoryWeight() + targetPC.getCharItemManager().getEquipWeight());
output += newline;
output += "Max Inventory Weight:" + ((int) targetPC.statStrBase * 3);
output += "Max Inventory Weight:" + targetPC.getInventoryCapacity();
output += newline;
output += "ALTITUDE :" + targetPC.getAltitude();
output += newline;