diff --git a/BlueWater/Assets/02.Scripts/Tycoon/Class.meta b/BlueWater/Assets/02.Scripts/Tycoon/Class.meta new file mode 100644 index 000000000..fd2900be4 --- /dev/null +++ b/BlueWater/Assets/02.Scripts/Tycoon/Class.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 14f5489c7746e4d34a85a1fc995b6428 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/BlueWater/Assets/02.Scripts/Tycoon/Class/NpcData.cs b/BlueWater/Assets/02.Scripts/Tycoon/Class/NpcData.cs new file mode 100644 index 000000000..d47387051 --- /dev/null +++ b/BlueWater/Assets/02.Scripts/Tycoon/Class/NpcData.cs @@ -0,0 +1,40 @@ +namespace BlueWaterProject.Class +{ + public class NpcData + { + public int Idx { get; set; } + public string Name { get; set; } + public int Speed { get; set; } + public int Hurry { get; set; } + public int Wait { get; set; } + public int BaseHappyPoint { get; set; } + public int Taste1 { get; set; } + public int Taste2 { get; set; } + public int Taste3 { get; set; } + public int Picky1 { get; set; } + public int Picky2 { get; set; } + public int Picky3 { get; set; } + public int Bully { get; set; } + public int Tip { get; set; } + public int Dialogue { get; set; } + + public NpcData(NpcData other) + { + Idx = other.Idx; + Name = other.Name; + Speed = other.Speed; + Hurry = other.Hurry; + Wait = other.Wait; + BaseHappyPoint = other.BaseHappyPoint; + Taste1 = other.Taste1; + Taste2 = other.Taste2; + Taste3 = other.Taste3; + Picky1 = other.Picky1; + Picky2 = other.Picky2; + Picky3 = other.Picky3; + Bully = other.Bully; + Tip = other.Tip; + Dialogue = other.Dialogue; + } + } +} \ No newline at end of file diff --git a/BlueWater/Assets/02.Scripts/Tycoon/Class/NpcData.cs.meta b/BlueWater/Assets/02.Scripts/Tycoon/Class/NpcData.cs.meta new file mode 100644 index 000000000..4ce084128 --- /dev/null +++ b/BlueWater/Assets/02.Scripts/Tycoon/Class/NpcData.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 4e8e322d862c4b7cbe26bf09e6dcbb2b +timeCreated: 1711598702 \ No newline at end of file diff --git a/BlueWater/Packages/com.distantlands.cozy.core/Content/Art/Materials/Fog.mat b/BlueWater/Packages/com.distantlands.cozy.core/Content/Art/Materials/Fog.mat old mode 100755 new mode 100644 diff --git a/BlueWater/Packages/com.distantlands.cozy.core/Content/Art/Materials/Skybox.mat b/BlueWater/Packages/com.distantlands.cozy.core/Content/Art/Materials/Skybox.mat old mode 100755 new mode 100644 diff --git a/BlueWater/Packages/com.distantlands.cozy.core/Content/Art/Materials/Stylized Clouds.mat b/BlueWater/Packages/com.distantlands.cozy.core/Content/Art/Materials/Stylized Clouds.mat old mode 100755 new mode 100644 diff --git a/BlueWater/Packages/com.distantlands.cozy.core/Content/Resources/Profiles/Weather Profiles/Custom/Rain/Thunder Storm.asset b/BlueWater/Packages/com.distantlands.cozy.core/Content/Resources/Profiles/Weather Profiles/Custom/Rain/Thunder Storm.asset index 126783dbd..a29a97981 100644 --- a/BlueWater/Packages/com.distantlands.cozy.core/Content/Resources/Profiles/Weather Profiles/Custom/Rain/Thunder Storm.asset +++ b/BlueWater/Packages/com.distantlands.cozy.core/Content/Resources/Profiles/Weather Profiles/Custom/Rain/Thunder Storm.asset @@ -14,7 +14,7 @@ MonoBehaviour: m_EditorClassIdentifier: minWeatherTime: 0.125 maxWeatherTime: 0.16666667 - likelihood: 0.5 + likelihood: 2 forecastNext: - {fileID: 11400000, guid: f30a613607a7f8445bc71b218439e842, type: 2} - {fileID: 11400000, guid: bdd1347dde22706479c95f562ff4de57, type: 2}