-
-
Save MingweiSamuel/d5f9dc40cc5a80a9255e488f27705c56 to your computer and use it in GitHub Desktop.
[ | |
"12AssistStreakCount", | |
"abilityUses", | |
"acesBefore15Minutes", | |
"alliedJungleMonsterKills", | |
"baronBuffGoldAdvantageOverThreshold", | |
"baronTakedowns", | |
"blastConeOppositeOpponentCount", | |
"bountyGold", | |
"buffsStolen", | |
"completeSupportQuestInTime", | |
"controlWardsPlaced", | |
"controlWardTimeCoverageInRiverOrEnemyHalf", | |
"damagePerMinute", | |
"damageTakenOnTeamPercentage", | |
"dancedWithRiftHerald", | |
"deathsByEnemyChamps", | |
"dodgeSkillShotsSmallWindow", | |
"doubleAces", | |
"dragonTakedowns", | |
"earliestBaron", | |
"earliestDragonTakedown", | |
"earliestElderDragon", | |
"earlyLaningPhaseGoldExpAdvantage", | |
"effectiveHealAndShielding", | |
"elderDragonKillsWithOpposingSoul", | |
"elderDragonMultikills", | |
"enemyChampionImmobilizations", | |
"enemyJungleMonsterKills", | |
"epicMonsterKillsNearEnemyJungler", | |
"epicMonsterKillsWithin30SecondsOfSpawn", | |
"epicMonsterSteals", | |
"epicMonsterStolenWithoutSmite", | |
"fasterSupportQuestCompletion", | |
"fastestLegendary", | |
"firstTurretKilledTime", | |
"flawlessAces", | |
"fullTeamTakedown", | |
"gameLength", | |
"getTakedownsInAllLanesEarlyJungleAsLaner", | |
"goldPerMinute", | |
"hadAfkTeammate", | |
"hadOpenNexus", | |
"highestChampionDamage", | |
"highestCrowdControlScore", | |
"highestWardKills", | |
"immobilizeAndKillWithAlly", | |
"initialBuffCount", | |
"initialCrabCount", | |
"jungleCsBefore10Minutes", | |
"junglerKillsEarlyJungle", | |
"junglerTakedownsNearDamagedEpicMonster", | |
"kda", | |
"killAfterHiddenWithAlly", | |
"killedChampTookFullTeamDamageSurvived", | |
"killParticipation", | |
"killsNearEnemyTurret", | |
"killsOnLanersEarlyJungleAsJungler", | |
"killsOnOtherLanesEarlyJungleAsLaner", | |
"killsOnRecentlyHealedByAramPack", | |
"killsUnderOwnTurret", | |
"killsWithHelpFromEpicMonster", | |
"knockEnemyIntoTeamAndKill", | |
"kTurretsDestroyedBeforePlatesFall", | |
"landSkillShotsEarlyGame", | |
"laneMinionsFirst10Minutes", | |
"laningPhaseGoldExpAdvantage", | |
"legendaryCount", | |
"lostAnInhibitor", | |
"maxCsAdvantageOnLaneOpponent", | |
"maxKillDeficit", | |
"maxLevelLeadLaneOpponent", | |
"mejaisFullStackInTime", | |
"moreEnemyJungleThanOpponent", | |
"mostWardsDestroyedOneSweeper", | |
"multiKillOneSpell", | |
"multikills", | |
"multikillsAfterAggressiveFlash", | |
"multiTurretRiftHeraldCount", | |
"mythicItemUsed", | |
"outerTurretExecutesBefore10Minutes", | |
"outnumberedKills", | |
"outnumberedNexusKill", | |
"perfectDragonSoulsTaken", | |
"perfectGame", | |
"pickKillWithAlly", | |
"poroExplosions", | |
"quickCleanse", | |
"quickFirstTurret", | |
"quickSoloKills", | |
"riftHeraldTakedowns", | |
"saveAllyFromDeath", | |
"scuttleCrabKills", | |
"shortestTimeToAceFromFirstTakedown", | |
"skillshotsDodged", | |
"skillshotsHit", | |
"snowballsHit", | |
"soloBaronKills", | |
"soloKills", | |
"soloTurretsLategame", | |
"stealthWardsPlaced", | |
"survivedSingleDigitHpCount", | |
"survivedThreeImmobilizesInFight", | |
"takedownOnFirstTurret", | |
"takedowns", | |
"takedownsAfterGainingLevelAdvantage", | |
"takedownsBeforeJungleMinionSpawn", | |
"takedownsFirst25Minutes", | |
"takedownsInAlcove", | |
"takedownsInEnemyFountain", | |
"teamBaronKills", | |
"teamDamagePercentage", | |
"teamElderDragonKills", | |
"teamRiftHeraldKills", | |
"teleportTakedowns", | |
"thirdInhibitorDestroyedTime", | |
"threeWardsOneSweeperCount", | |
"tookLargeDamageSurvived", | |
"turretPlatesTaken", | |
"turretsTakenWithRiftHerald", | |
"turretTakedowns", | |
"twentyMinionsIn3SecondsCount", | |
"unseenRecalls", | |
"visionScoreAdvantageLaneOpponent", | |
"visionScorePerMinute", | |
"wardsGuarded", | |
"wardTakedowns", | |
"wardTakedownsBefore20M" | |
] |
I found some more attribute that are not listed yet:
{
"killAfterHiddenWithAlly": 0,
"immobilizeAndKillWithAlly": 5,
"killedChampTookFullTeamDamageSurvived": 3,
"knockEnemyIntoTeamAndKill": 0,
"pickKillWithAlly": 0,
"saveAllyFromDeath": 3,
"survivedThreeImmobilizesInFight": 0,
"tookLargeDamageSurvived": 0
}
I got them from match EUW1_5765650307
I found some more attribute that are not listed yet:
Thanks, didn't spot this until now, added those.
For now I'm assuming everything is a float64
, although some of these only make sense as integers. All the example match jsons are here: https://github.com/MingweiSamuel/riotapi-schema/tree/master/examples/match-v5.getMatch
Found one more, mejaisFullStackInTime
Well I can imagine that riot is making changes to the challenges right now. I bet when they are finished, they will update their documentation. And maybe that is just wishful thinking
Hey it would be awesome if you could add the datatypes as some values haven't shown up on any of my http requests so far. If its too much work can you maybe post a match_id where you know that there are all challenges given