aboutsummaryrefslogtreecommitdiffstats
path: root/Assets/Prefabs/Enemies/Zombie.prefab
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Prefabs/Enemies/Zombie.prefab')
-rw-r--r--Assets/Prefabs/Enemies/Zombie.prefab329
1 files changed, 329 insertions, 0 deletions
diff --git a/Assets/Prefabs/Enemies/Zombie.prefab b/Assets/Prefabs/Enemies/Zombie.prefab
new file mode 100644
index 0000000..3725290
--- /dev/null
+++ b/Assets/Prefabs/Enemies/Zombie.prefab
@@ -0,0 +1,329 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!1 &4799600927363337844
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 199732719703436395}
+ - component: {fileID: 3542940353895036420}
+ - component: {fileID: 7876354948243592078}
+ - component: {fileID: -1788752809794239346}
+ - component: {fileID: 4349160083341462742}
+ - component: {fileID: -849362167687110816}
+ - component: {fileID: 861919842}
+ m_Layer: 10
+ m_Name: Zombie
+ m_TagString: Enemy
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &199732719703436395
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 4799600927363337844}
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: -4.71, y: -0.12, z: 0}
+ m_LocalScale: {x: 5, y: 6, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children:
+ - {fileID: 2602158014784719401}
+ m_Father: {fileID: 0}
+ m_RootOrder: 0
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!212 &3542940353895036420
+SpriteRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 4799600927363337844}
+ m_Enabled: 1
+ m_CastShadows: 0
+ m_ReceiveShadows: 0
+ m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
+ m_MotionVectors: 1
+ m_LightProbeUsage: 1
+ m_ReflectionProbeUsage: 1
+ m_RayTracingMode: 0
+ m_RayTraceProcedural: 0
+ m_RenderingLayerMask: 1
+ m_RendererPriority: 0
+ m_Materials:
+ - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
+ m_StaticBatchInfo:
+ firstSubMesh: 0
+ subMeshCount: 0
+ m_StaticBatchRoot: {fileID: 0}
+ m_ProbeAnchor: {fileID: 0}
+ m_LightProbeVolumeOverride: {fileID: 0}
+ m_ScaleInLightmap: 1
+ m_ReceiveGI: 1
+ m_PreserveUVs: 0
+ m_IgnoreNormalsForChartDetection: 0
+ m_ImportantGI: 0
+ m_StitchLightmapSeams: 1
+ m_SelectedEditorRenderState: 0
+ m_MinimumChartSize: 4
+ m_AutoUVMaxDistance: 0.5
+ m_AutoUVMaxAngle: 89
+ m_LightmapParameters: {fileID: 0}
+ m_SortingLayerID: 0
+ m_SortingLayer: 0
+ m_SortingOrder: 0
+ m_Sprite: {fileID: -1785555725, guid: 5b8b5784d85f20e4db4cd6c05e225e16, type: 3}
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
+ m_FlipX: 0
+ m_FlipY: 0
+ m_DrawMode: 0
+ m_Size: {x: 1, y: 1}
+ m_AdaptiveModeThreshold: 0.5
+ m_SpriteTileMode: 0
+ m_WasSpriteAssigned: 1
+ m_MaskInteraction: 0
+ m_SpriteSortPoint: 0
+--- !u!50 &7876354948243592078
+Rigidbody2D:
+ serializedVersion: 4
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 4799600927363337844}
+ m_BodyType: 0
+ m_Simulated: 1
+ m_UseFullKinematicContacts: 0
+ m_UseAutoMass: 0
+ m_Mass: 1
+ m_LinearDrag: 0
+ m_AngularDrag: 0.05
+ m_GravityScale: 1
+ m_Material: {fileID: 0}
+ m_Interpolate: 0
+ m_SleepingMode: 1
+ m_CollisionDetection: 0
+ m_Constraints: 0
+--- !u!114 &-1788752809794239346
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 4799600927363337844}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 6751c31468656894092c67dc838ac9a6, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ gravityScale: 1.5
+ baseStats:
+ maxHealth: 3
+ speedMultiplier: 1
+ maxJumps: 1
+ jumpForce: 500
+ damage: 0
+ groundCheckPoint: {fileID: 2602158014784719401}
+ stats:
+ maxHealth: 0
+ speedMultiplier: 0
+ maxJumps: 0
+ jumpForce: 0
+ damage: 0
+ health: 0
+--- !u!95 &4349160083341462742
+Animator:
+ serializedVersion: 4
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 4799600927363337844}
+ m_Enabled: 1
+ m_Avatar: {fileID: 0}
+ m_Controller: {fileID: 9100000, guid: e0579059f0698394b91f11d7e4bc1e7f, type: 2}
+ m_CullingMode: 0
+ m_UpdateMode: 0
+ m_ApplyRootMotion: 0
+ m_LinearVelocityBlending: 0
+ m_StabilizeFeet: 0
+ m_WarningMessage:
+ m_HasTransformHierarchy: 1
+ m_AllowConstantClipSamplingOptimization: 1
+ m_KeepAnimatorControllerStateOnDisable: 0
+--- !u!60 &-849362167687110816
+PolygonCollider2D:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 4799600927363337844}
+ m_Enabled: 1
+ m_Density: 1
+ m_Material: {fileID: 0}
+ m_IsTrigger: 1
+ m_UsedByEffector: 0
+ m_UsedByComposite: 0
+ m_Offset: {x: 0, y: 0}
+ m_SpriteTilingProperty:
+ border: {x: 0, y: 0, z: 0, w: 0}
+ pivot: {x: 0.5, y: 0.5}
+ oldSize: {x: 1, y: 1}
+ newSize: {x: 1, y: 1}
+ adaptiveTilingThreshold: 0.5
+ drawMode: 0
+ adaptiveTiling: 0
+ m_AutoTiling: 0
+ m_Points:
+ m_Paths:
+ - - {x: 0.25018322, y: -0.06131868}
+ - {x: 0.24924393, y: 0.0015283437}
+ - {x: 0.22211315, y: 0.002368521}
+ - {x: 0.21988362, y: 0.063510455}
+ - {x: 0.25186226, y: 0.06274653}
+ - {x: 0.25161874, y: 0.187289}
+ - {x: 0.2205683, y: 0.18843195}
+ - {x: 0.22007418, y: 0.25069618}
+ - {x: 0.18764253, y: 0.25115567}
+ - {x: 0.18764482, y: 0.28205344}
+ - {x: 0.09530307, y: 0.28201076}
+ - {x: 0.09450532, y: 0.311815}
+ - {x: 0.061127104, y: 0.31222564}
+ - {x: 0.060848728, y: 0.28091303}
+ - {x: -0.00024937838, y: 0.28107005}
+ - {x: -0.00025748226, y: 0.31361726}
+ - {x: -0.032501988, y: 0.31319395}
+ - {x: -0.03265647, y: 0.28087482}
+ - {x: -0.000997629, y: 0.2799999}
+ - {x: -0.0018962752, y: 0.25150684}
+ - {x: -0.032325733, y: 0.25013807}
+ - {x: -0.03171337, y: 0.12631121}
+ - {x: -0.15582198, y: 0.12842382}
+ - {x: -0.15540715, y: 0.09379548}
+ - {x: -0.21932296, y: 0.094253585}
+ - {x: -0.21885613, y: 0.063113414}
+ - {x: -0.24998015, y: 0.062444802}
+ - {x: -0.25039995, y: 0.00088302046}
+ - {x: -0.27987364, y: 0.0011970717}
+ - {x: -0.27994964, y: -0.030269377}
+ - {x: -0.31295708, y: -0.030762669}
+ - {x: -0.31404734, y: -0.061027683}
+ - {x: -0.3455596, y: -0.06082694}
+ - {x: -0.34401655, y: -0.12470007}
+ - {x: -0.31336495, y: -0.12609637}
+ - {x: -0.31247422, y: -0.15902151}
+ - {x: -0.21927421, y: -0.1619498}
+ - {x: -0.21915987, y: -0.2160559}
+ - {x: -0.24730948, y: -0.21943486}
+ - {x: -0.25000498, y: -0.24972314}
+ - {x: -0.28085735, y: -0.2524482}
+ - {x: -0.28032187, y: -0.2813004}
+ - {x: -0.31228638, y: -0.2812647}
+ - {x: -0.31371298, y: -0.37360686}
+ - {x: -0.34307098, y: -0.3741853}
+ - {x: -0.3440319, y: -0.40417448}
+ - {x: -0.31298617, y: -0.40494636}
+ - {x: -0.31475353, y: -0.46806902}
+ - {x: -0.34250525, y: -0.4673577}
+ - {x: -0.34196597, y: -0.5}
+ - {x: -0.24850044, y: -0.50065035}
+ - {x: -0.24751453, y: -0.3760564}
+ - {x: -0.2184577, y: -0.37525386}
+ - {x: -0.21846609, y: -0.3111339}
+ - {x: -0.187082, y: -0.31284425}
+ - {x: -0.18542004, y: -0.28503302}
+ - {x: -0.124415, y: -0.28176644}
+ - {x: -0.12281474, y: -0.25150424}
+ - {x: -0.09448738, y: -0.24960592}
+ - {x: -0.09406432, y: -0.21682861}
+ - {x: -0.0023855101, y: -0.21927963}
+ - {x: -0.0006275065, y: -0.2522452}
+ - {x: 0.028823482, y: -0.25205347}
+ - {x: 0.03030616, y: -0.31061852}
+ - {x: 0.06150809, y: -0.3122098}
+ - {x: 0.061172117, y: -0.37348002}
+ - {x: 0.033905327, y: -0.37436426}
+ - {x: 0.030949412, y: -0.43594742}
+ - {x: -0.0027501024, y: -0.43901345}
+ - {x: -0.0013702288, y: -0.49865782}
+ - {x: 0.12571864, y: -0.49936068}
+ - {x: 0.12487145, y: -0.4688261}
+ - {x: 0.09383451, y: -0.46857587}
+ - {x: 0.09376809, y: -0.43731087}
+ - {x: 0.1251156, y: -0.43759334}
+ - {x: 0.12617117, y: -0.40669215}
+ - {x: 0.15567595, y: -0.40729666}
+ - {x: 0.15592104, y: -0.28043506}
+ - {x: 0.1255914, y: -0.27999204}
+ - {x: 0.12477123, y: -0.21882217}
+ - {x: 0.09544516, y: -0.21841311}
+ - {x: 0.09299556, y: -0.18694769}
+ - {x: 0.06319696, y: -0.18533382}
+ - {x: 0.0653142, y: -0.15644352}
+ - {x: 0.09549953, y: -0.15402734}
+ - {x: 0.12503016, y: -0.093180865}
+ - {x: 0.18853198, y: -0.15594384}
+ - {x: 0.21840577, y: -0.21926005}
+ - {x: 0.24813324, y: -0.2488403}
+ - {x: 0.31373888, y: -0.24786459}
+ - {x: 0.3137243, y: -0.219399}
+ - {x: 0.34449852, y: -0.21778946}
+ - {x: 0.3438207, y: -0.15590215}
+ - {x: 0.31342927, y: -0.15432817}
+ - {x: 0.31132627, y: -0.1250647}
+ - {x: 0.27915064, y: -0.12528598}
+ - {x: 0.27996275, y: -0.06255028}
+--- !u!70 &861919842
+CapsuleCollider2D:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 4799600927363337844}
+ m_Enabled: 1
+ m_Density: 1
+ m_Material: {fileID: 0}
+ m_IsTrigger: 0
+ m_UsedByEffector: 0
+ m_UsedByComposite: 0
+ m_Offset: {x: 0.012937165, y: -0.08984017}
+ m_Size: {x: 0.58601534, y: 0.82031965}
+ m_Direction: 0
+--- !u!1 &8191793094342821551
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 2602158014784719401}
+ m_Layer: 10
+ m_Name: GroundPoint
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &2602158014784719401
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 8191793094342821551}
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: -0.001, y: -0.499, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 199732719703436395}
+ m_RootOrder: 0
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}