diff --git a/popcorn/Assets/MyGame/Resources/DontDestroyObject.prefab b/popcorn/Assets/MyGame/Resources/DontDestroyObject.prefab index 9604bd25..bca45d96 100644 --- a/popcorn/Assets/MyGame/Resources/DontDestroyObject.prefab +++ b/popcorn/Assets/MyGame/Resources/DontDestroyObject.prefab @@ -281,6 +281,8 @@ MonoBehaviour: walkerInterval: 13 adWalkerDuration: 60 adWalkerCount: 14 + vipCustomerCount: 6 + vipCustomerInterval: 3 tastingCustomerInterval: 5 --- !u!114 &7815373139353427344 MonoBehaviour: diff --git a/popcorn/Assets/MyGame/Scripts/Const.cs b/popcorn/Assets/MyGame/Scripts/Const.cs index 4cf73935..c3395e37 100644 --- a/popcorn/Assets/MyGame/Scripts/Const.cs +++ b/popcorn/Assets/MyGame/Scripts/Const.cs @@ -23,7 +23,7 @@ public static class Const { public static readonly int[] ShoppingTutorial = { 7, 13, 8}; public static readonly int[] ManagementTutorial = { 9 }; public static readonly float VipCustomerRewardStock = 20; // Market.ShopStockCount以下にする - public static readonly float VipCustomerRewardRate = 0.01f; + public static readonly float VipCustomerRewardRate = 0.1f; // tag public static readonly string GameDataTag = "GameData";