mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-02 16:21:01 -04:00
Track ladderAchievementDifficulty in multiplayer human level sessions
This commit is contained in:
parent
f1b0b4f9c5
commit
040f7c94ab
1 changed files with 5 additions and 0 deletions
|
@ -169,6 +169,11 @@ _.extend LevelSessionSchema.properties,
|
|||
chat:
|
||||
type: 'array'
|
||||
|
||||
ladderAchievementDifficulty:
|
||||
type: 'integer'
|
||||
minimum: 0
|
||||
description: 'What ogre AI difficulty, 0-4, this human session has beaten in a multiplayer arena.'
|
||||
|
||||
meanStrength:
|
||||
type: 'number'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue