Improve function comments
This commit is contained in:
parent
52a5380c33
commit
9bc9d46e84
@ -89,10 +89,10 @@ export class BotLevelGenerator
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the highest level a bot can be relative to the players level, but no further than the max size from globals.exp_table
|
* Get the lowest level a bot can be relative to the players level, but no lower than 1
|
||||||
* @param playerLevel Players current level
|
* @param playerLevel Players current level
|
||||||
* @param relativeDeltaMax max delta above player level to go
|
* @param relativeDeltaMin Min delta below player level to go
|
||||||
* @returns highest level possible for bot
|
* @returns lowest level possible for bot
|
||||||
*/
|
*/
|
||||||
protected getLowestRelativeBotLevel(
|
protected getLowestRelativeBotLevel(
|
||||||
playerLevel: number,
|
playerLevel: number,
|
||||||
|
Loading…
Reference in New Issue
Block a user