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
+4 -1
View File
@@ -2189,8 +2189,11 @@ public class PlayerCharacter extends AbstractCharacter {
}
//public int getInventoryCapacity() {
// return statStrBase * 3;
//}
public int getInventoryCapacity() {
return statStrBase * 3;
return 1000;
}
public int getInventoryCapacityRemaining() {