Bugfixing npc patrol & burst of hope spell
- Fixed an issue preventing basic npc's from patrolling to new locations - Fixed an issue preventing burst of hope from being rendered
This commit is contained in:
parent
da18f92fdf
commit
618afad67d
@ -59,6 +59,10 @@ PrefabInstance:
|
|||||||
propertyPath: impactHitVFX
|
propertyPath: impactHitVFX
|
||||||
value:
|
value:
|
||||||
objectReference: {fileID: 8771972552311404799, guid: bbf9e36a48d6c5648a13889afab076fd, type: 3}
|
objectReference: {fileID: 8771972552311404799, guid: bbf9e36a48d6c5648a13889afab076fd, type: 3}
|
||||||
|
- target: {fileID: 4737951027918891022, guid: cddaf859427e00146bf57a9ec9da9762, type: 3}
|
||||||
|
propertyPath: shouldDisableVisualsOnDelayedDestroyEntered
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 4737951027918891025, guid: cddaf859427e00146bf57a9ec9da9762, type: 3}
|
- target: {fileID: 4737951027918891025, guid: cddaf859427e00146bf57a9ec9da9762, type: 3}
|
||||||
propertyPath: sceneViewId
|
propertyPath: sceneViewId
|
||||||
value: 0
|
value: 0
|
||||||
|
@ -313,7 +313,7 @@ MonoBehaviour:
|
|||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
projectileRange: 5
|
projectileRange: 5
|
||||||
meleeRange: 2.5
|
meleeRange: 2.5
|
||||||
distanceToChangePatrolDestination: 0.9
|
distanceToChangePatrolDestination: 1.65
|
||||||
patrolAgentSpeed: 1.5
|
patrolAgentSpeed: 1.5
|
||||||
chasingAgentSpeed: 2.65
|
chasingAgentSpeed: 2.65
|
||||||
timeBetweenAttacks: 2
|
timeBetweenAttacks: 2
|
||||||
|
@ -135,7 +135,7 @@ PrefabInstance:
|
|||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 1040714684719195971, guid: 5e02787002b78154db83a830e460a4a9, type: 3}
|
- target: {fileID: 1040714684719195971, guid: 5e02787002b78154db83a830e460a4a9, type: 3}
|
||||||
propertyPath: distanceToChangePatrolDestination
|
propertyPath: distanceToChangePatrolDestination
|
||||||
value: 1
|
value: 1.75
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 1708233211970282800, guid: 5e02787002b78154db83a830e460a4a9, type: 3}
|
- target: {fileID: 1708233211970282800, guid: 5e02787002b78154db83a830e460a4a9, type: 3}
|
||||||
propertyPath: Spirit.BaseValue
|
propertyPath: Spirit.BaseValue
|
||||||
|
@ -61,7 +61,7 @@ PrefabInstance:
|
|||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 1040714684719195971, guid: 5e02787002b78154db83a830e460a4a9, type: 3}
|
- target: {fileID: 1040714684719195971, guid: 5e02787002b78154db83a830e460a4a9, type: 3}
|
||||||
propertyPath: distanceToChangePatrolDestination
|
propertyPath: distanceToChangePatrolDestination
|
||||||
value: 1
|
value: 1.75
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 1708233211970282800, guid: 5e02787002b78154db83a830e460a4a9, type: 3}
|
- target: {fileID: 1708233211970282800, guid: 5e02787002b78154db83a830e460a4a9, type: 3}
|
||||||
propertyPath: Spirit.BaseValue
|
propertyPath: Spirit.BaseValue
|
||||||
|
@ -94,7 +94,7 @@ Material:
|
|||||||
- _Mode: 0
|
- _Mode: 0
|
||||||
- _OcclusionStrength: 1
|
- _OcclusionStrength: 1
|
||||||
- _Parallax: 0.02
|
- _Parallax: 0.02
|
||||||
- _Rotation: 15.112577
|
- _Rotation: 8.095673
|
||||||
- _SmoothnessTextureChannel: 0
|
- _SmoothnessTextureChannel: 0
|
||||||
- _SpecularHighlights: 1
|
- _SpecularHighlights: 1
|
||||||
- _SrcBlend: 1
|
- _SrcBlend: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user