Add new kit & register
This commit is contained in:
@@ -19,6 +19,9 @@ data class KitConfig(
|
||||
@ConfigField(name = "blackpanther", description = "BlackPanther configurations")
|
||||
val blackPanther: Map<String, Double> = getBlackPantherConfigurations(),
|
||||
|
||||
@ConfigField(name = "blitzcrank", description = "Blitzcrank configurations")
|
||||
val blitzcrank: Map<String, Double> = getBlitzcrankConfigurations(),
|
||||
|
||||
@ConfigField(name = "gladiator", description = "Gladiator configurations")
|
||||
val gladiator: Map<String, Double> = getGladiatorConfigurations(),
|
||||
|
||||
@@ -84,6 +87,16 @@ private fun getBlackPantherConfigurations() = mapOf(
|
||||
"explosion multiplier" to 3.0
|
||||
)
|
||||
|
||||
private fun getBlitzcrankConfigurations() = mapOf(
|
||||
"ultimate damage" to 10.0,
|
||||
"ultimate radius" to 5.0,
|
||||
"ultimate stun duration" to 0.5,
|
||||
"hook range" to 8.0,
|
||||
"stun height" to 4.0,
|
||||
"stun radius" to 3.0,
|
||||
"stun slow duration" to 5.0
|
||||
)
|
||||
|
||||
private fun getGladiatorConfigurations() = mapOf(
|
||||
"cage radius" to 23.0,
|
||||
"cage height" to 10.0,
|
||||
|
||||
Reference in New Issue
Block a user