Space-Smash-Out/Assets/ScriptedAssets/BaseProperties/BaseShip.asset

36 lines
914 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: d4e63b7217e6a2f499d6da3911f6da33, type: 3}
m_Name: BaseShip
m_EditorClassIdentifier:
thrustAcceleration: 1200
steerVelocity: 360
normalMaxVelocity: 18
absolutMaxVelocity: 27
antiDriftAmount: 8
minAntiDriftFactor: 0.01
normalDrag: 5
maximumDrag: 10
torqueDrag: 0.2
maxBoostCapacity: 4
minBoostCapacity: 0.5
boostMagnitude: 2
outsideBoostRate: 0
boostAntiGravityFactor: 0.62
stunLooseControlFactor: 0.1
tacklingGraceTime: 0.6
tackledGraceTime: 0.3
tackledCriticalStunTime: 0.6
tackledBodyStunTime: 0.3
criticalTacklePowerFactor: 300
normalTacklePowerFactor: 100