@@ -1628,7 +1628,7 @@ enum class PersonaType(
16281628 StringBuilder ().moveRandomly(" mole" , id, 40 , " 180s" , 5 , 14.0 )
16291629 .toString()
16301630 },
1631- RABBIT (weight = 0.9 , personaEvolution = PersonaEvolution (weight = 0.001 , PersonaEvolutionType . RABBIT ) ) {
1631+ RABBIT (weight = 0.9 ) {
16321632 override fun loadSvg (name : String , animationId : Long , level : Long , mode : Mode ): String {
16331633 return rabbitSvg.replace(" *{act}" , act(animationId))
16341634 .replace(" *{id}" , animationId.toString())
@@ -1648,7 +1648,7 @@ enum class PersonaType(
16481648 StringBuilder ().moveRandomly(" rabbit" , id, 40 , " 180s" , 5 , 10.0 )
16491649 .toString()
16501650 },
1651- RABBIT_BROWN_RUDOLPH (weight = 0.007 , personaEvolution = PersonaEvolution (weight = 0.01 , PersonaEvolutionType . RABBIT ) ) {
1651+ RABBIT_BROWN_RUDOLPH (weight = 0.007 ) {
16521652 override fun loadSvg (name : String , animationId : Long , level : Long , mode : Mode ): String {
16531653 return rabbitBrownRudolphSvg.replace(" *{act}" , act(animationId))
16541654 .replace(" *{id}" , animationId.toString())
@@ -1688,7 +1688,7 @@ enum class PersonaType(
16881688 StringBuilder ().moveRandomly(" rabbit" , id, 40 , " 180s" , 5 , 10.0 )
16891689 .toString()
16901690 },
1691- RABBIT_TUBE (weight = 0.01 , personaEvolution = PersonaEvolution (weight = 0.02 , PersonaEvolutionType . RABBIT ) ) {
1691+ RABBIT_TUBE (weight = 0.01 ) {
16921692 override fun loadSvg (name : String , animationId : Long , level : Long , mode : Mode ): String {
16931693 return rabbitTubeSvg.replace(" *{act}" , act(animationId))
16941694 .replace(" *{id}" , animationId.toString())
0 commit comments