33 lines
948 B
Plaintext
33 lines
948 B
Plaintext
%YAML 1.1
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
--- !u!114 &11400000
|
|
MonoBehaviour:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 0}
|
|
m_Enabled: 1
|
|
m_EditorHideFlags: 0
|
|
m_Script: {fileID: 11500000, guid: 0d7a5c708683ce14686bcc528ef04d64, type: 3}
|
|
m_Name: Random Movement Action
|
|
m_EditorClassIdentifier:
|
|
EnterConditions: 6
|
|
ExitConditions: 59712
|
|
CooldownConditions: 830
|
|
CooldownLength: 10
|
|
UseCooldown: 1
|
|
HideSettingsFoldout: 0
|
|
DefaultSettingsFoldout: 1
|
|
CustomSettingsFoldout: 1
|
|
InfoSettingsFoldout: 0
|
|
ActionName: Random Movement
|
|
ActionDescription: Gives AI the ability to generate a random position within the
|
|
set radius, travel to it, wait according to the wait seconds, and then continue
|
|
its behavior.
|
|
MinWaypointRadius: 6
|
|
MaxWaypointRadius: 8
|
|
MinWaitSeconds: 0.25
|
|
MaxWaitSeconds: 1
|
|
OddsToMove: 0.25
|