Changed so companion can level up on its own

This commit is contained in:
WBHarry 2025-08-12 21:31:58 +02:00
parent 0103a6519b
commit 4272146e7f
13 changed files with 216 additions and 40 deletions

View file

@ -404,7 +404,27 @@ export const defaultCompanionTier = {
start: 2,
end: 10
},
initialAchievements: {},
initialAchievements: {
experience: {
nr: 1,
modifier: 2
}
},
/* Improved this. Quick solution for companions */
extraAchievements: {
5: {
experience: {
nr: 1,
modifier: 2
}
},
8: {
experience: {
nr: 1,
modifier: 2
}
}
},
availableOptions: 1,
domainCardByLevel: 0,
options: {