|
@@ -126,7 +126,7 @@ public class Award
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- float flowerRate = (float)Auxiliary.FmlParse(DiamondFml, "l", ManaCenter.Level.ToString(), "f", ManaGarden.MyFlower.ToString());
|
|
|
+ float flowerRate = (float)Auxiliary.FmlParse(FlowerFml, "l", ManaCenter.Level.ToString(), "f", ManaGarden.MyFlower.ToString());
|
|
|
|
|
|
if (Random.Range(0, 1f) <= flowerRate)
|
|
|
{
|
|
@@ -628,7 +628,7 @@ public class ManaMiniGame : Regist
|
|
|
public static float DiamondTimer;
|
|
|
|
|
|
public static float OpTime = 1.5f;
|
|
|
- public static float GameTime = 15;
|
|
|
+ public static float GameTime = 45;
|
|
|
public static float PanaltyTime = 1;
|
|
|
public static float NewOpTime;
|
|
|
|
|
@@ -824,7 +824,7 @@ public class ManaMiniGame : Regist
|
|
|
{
|
|
|
ManaCenter.MiniLock = false;
|
|
|
|
|
|
- ManaCenter.MiniTimer = Mathf.Lerp(10, 12, Random.Range(0, 1f));
|
|
|
+ ManaCenter.MiniTimer = Mathf.Lerp(180, 300, Random.Range(0, 1f));
|
|
|
}
|
|
|
|
|
|
if (ManaCenter.MiniTimer <= 0)
|