Project_WL/Assets/FarmingIsland/Prefabs/Farming/Farm.prefab

68 lines
1.9 KiB
Plaintext

%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &8711184755032419631
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8711184755032419630}
- component: {fileID: 8711184755032419617}
m_Layer: 0
m_Name: Farm
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8711184755032419630
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8711184755032419631}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &8711184755032419617
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8711184755032419631}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 7232f609eabb7964bac24d523b8a9a83, type: 3}
m_Name:
m_EditorClassIdentifier:
length: 6
width: 5
soilPrefab: {fileID: 5018156130693198873, guid: efffeed220ddc384183aa432d9d49104,
type: 3}
cropData: {fileID: 11400000, guid: 2f1c44ab0555d3a4bb2d0f7100e40d56, type: 2}
drawFarmTiles: 1
plantingDistance: 2
plantingRadius: 1.2
wateringDistance: 1.8
wateringRadius: 1
harvestingDistance: 1.5
harvestingRadius: 0.9
soilDryColor1: {r: 0.7725, g: 0.5647, b: 0.3176, a: 1}
soilWetColor1: {r: 0.6031, g: 0.4109, b: 0.2737, a: 1}
soilDryColor2: {r: 0.73, g: 0.5465, b: 0.3285, a: 1}
soilWetColor2: {r: 0.56, g: 0.3934, b: 0.2744, a: 1}
soilWetTime: 1
soilDryTime: 0.5
sproutGrowTime: 1
plantGrowTime: 1
cropGrowTime: 0.5