feat: obtaining Focus XP via lens #551

Closed
VampireKitten wants to merge 4 commits from focus-xp-increases into main
Showing only changes of commit ce9b3393fa - Show all commits

View File

@ -733,7 +733,7 @@ const addFocusXpIncreases = (inventory: IInventoryDatabaseDocument, focusXpPlus:
AP_WARD,
AP_UMBRA,
AP_ANY
};
}
if (focusXpPlus) {
inventory.FocusXP ??= { AP_ATTACK: 0, AP_DEFENSE: 0, AP_TACTIC: 0, AP_POWER: 0, AP_WARD: 0 };