Skip to content

BasePlayer

Properties

Name Type Description Notes
age Integer 0: Unspecified / 1: 16 or lower y.o. / 2: from 16 to 19 y.o. / 3: 20 or bigger y.o. [default to 3]
characterLimit Integer Maximum number of characters that the current user can have (but it always returnes 0) [default to 0]
characterWeaponCount Integer Count of character-specific weapons that the current player has [default to 0]
comment String Player comment specified in player profile [default to null]
continuousDays Integer Login-continue days count [default to 0]
createdAt String Generic timestamp response type (Ex. 2023-01-20T00:49:57) [default to 2023-01-20T00:49:57]
currentAchievementId Integer Achievement of the current player [default to 133300100]
facilityLimit Integer Maximum number of facilities that the current player can have (default) [default to null]
facilityLimitCount Integer Maximum number of facilities that the current player can have (gem extended count) [default to 0]
friendLimit Integer Maximum number of friends that the current player can have [default to null]
gold Integer Number of coins that the current player has [default to null]
id Integer Internal player id (maybe incremental) [default to null]
ipAddr String IP address of the current player [default to null]
itemLimit Integer Maximum number of items that the current user can have (but it always returnes 0) [default to 0]
kirara Integer Number of kirara-point that the current user has [default to null]
kiraraLimit Integer Maximum number of kirara points that the current user can have [default to null]
lastLoginAt String Generic timestamp response type (Ex. 2023-01-20T00:49:57) [default to 2023-01-20T00:49:57]
lastPartyAdded String Generic timestamp response type (Ex. 2023-01-20T00:49:57) [default to 2023-01-20T00:49:57]
level Integer Number of level that the current user has [default to null]
levelExp Integer Number of levelExp that the current user has [default to null]
limitedGem Integer Number of free gems that the current user has [default to null]
loginCount Integer Total count of login function called [default to null]
loginDays Integer Total days of the current player logged-in [default to null]
lotteryTicket Integer Number of free gacha tickets that the current user have [default to null]
myCode String Friend code used for follow [default to null]
name String Username [default to null]
partyCost Integer Maximum number of party cost that the current user can use [default to null]
recastTime Integer Recast left time to get one more stamnia (in-seconds) [default to null]
recastTimeMax Integer Recast required time to get one stamina (in-seconds) [default to 300]
roomObjectLimit Integer Maximum number of room object that the current player can have (default) [default to null]
roomObjectLimitCount Integer Maximum number of room object that the current player can have (gem extended count) [default to 0]
stamina Integer The number of stamina that the current player has [default to null]
staminaMax Integer Maximum number of stamnia that the current player can have [default to null]
staminaUpdatedAt String Generic timestamp response type (Ex. 2023-01-20T00:49:57) [default to 2023-01-20T00:49:57]
state Integer Unknown (1 in most cases) [default to 1]
supportLimit Integer [default to 8]
totalExp Integer Total exps of the current player have [default to null]
unlimitedGem Integer Number of paid gems that the current user has [default to null]
userAgent String The user agent string sent from the game client [default to null]
weaponLimit Integer Maximum number of weapons that the current player can have (default) [default to null]
weaponLimitCount Integer Maximum number of weapons that the current player can have (gem extended count) [default to 0]

[Back to Model list] [Back to API list] [Back to README]