Added kits.yml

This commit is contained in:
Laurin
2025-12-08 23:37:37 +01:00
committed by GitHub
parent fef0072007
commit a3b521940c
8 changed files with 371 additions and 2 deletions

View File

@@ -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(