Added kits.yml
This commit is contained in:
@@ -50,6 +50,23 @@ data class KitConfig(
|
||||
rattlesnake + tesla + voodoo
|
||||
}
|
||||
|
||||
fun getConfigForKit(id: String): Map<String, Double>
|
||||
{
|
||||
return when (id.lowercase()) {
|
||||
"anchor" -> anchor
|
||||
"armorer" -> armorer
|
||||
"blackpanther" -> blackPanther
|
||||
"gladiator" -> gladiator
|
||||
"goblin" -> goblin
|
||||
"icemage" -> iceMage
|
||||
"poseidon" -> poseidon
|
||||
"rattlesnake" -> rattlesnake
|
||||
"tesla" -> tesla
|
||||
"voodoo" -> voodoo
|
||||
else -> emptyMap()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private fun getAnchorConfigurations() = mapOf(
|
||||
|
||||
Reference in New Issue
Block a user