parent
12e5fb6ea9
commit
1f2168c7a7
8
BlueWater/Assets/02.Scripts/Tycoon/Class.meta
Normal file
8
BlueWater/Assets/02.Scripts/Tycoon/Class.meta
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 14f5489c7746e4d34a85a1fc995b6428
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
40
BlueWater/Assets/02.Scripts/Tycoon/Class/NpcData.cs
Normal file
40
BlueWater/Assets/02.Scripts/Tycoon/Class/NpcData.cs
Normal file
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
3
BlueWater/Assets/02.Scripts/Tycoon/Class/NpcData.cs.meta
Normal file
3
BlueWater/Assets/02.Scripts/Tycoon/Class/NpcData.cs.meta
Normal file
@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4e8e322d862c4b7cbe26bf09e6dcbb2b
|
||||
timeCreated: 1711598702
|
0
BlueWater/Packages/com.distantlands.cozy.core/Content/Art/Materials/Fog.mat
Executable file → Normal file
0
BlueWater/Packages/com.distantlands.cozy.core/Content/Art/Materials/Fog.mat
Executable file → Normal file
0
BlueWater/Packages/com.distantlands.cozy.core/Content/Art/Materials/Skybox.mat
Executable file → Normal file
0
BlueWater/Packages/com.distantlands.cozy.core/Content/Art/Materials/Skybox.mat
Executable file → Normal file
0
BlueWater/Packages/com.distantlands.cozy.core/Content/Art/Materials/Stylized Clouds.mat
Executable file → Normal file
0
BlueWater/Packages/com.distantlands.cozy.core/Content/Art/Materials/Stylized Clouds.mat
Executable file → Normal file
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user