Space-Smash-Out/Assets/ScriptedAssets/Characters/RedShip.asset
Jakob Feldmann 64162cb4a1 feat: whole project restructuring
This can be seen as the initial state of the project after the released demo.

The changes include:
- New ship models
- Singleton manager structure to keep project scaleable in the future
     - Managing players, their settings, character choices, statistics, match setups, controls etc. in a separate decoupled scene
- Main menu with transitions to the arena scene
- Beginnings of a custom audio solution
- Logging with Log4Net

It is really a complete overhaul of the projects structure and management.
2024-04-01 23:06:39 +02:00

36 lines
974 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: f5cabb9de76fbfa49b5ccac30cd25c68, type: 3}
m_Name: RedShip
m_EditorClassIdentifier:
shipObject: {fileID: 1372816401649438144, guid: 46f84e56340e83e4ba7c6abbccd2ae3f, type: 3}
shipName: RedMenace
thrustAcceleration: 1500
steerVelocity: 300
normalMaxVelocity: 25
absolutMaxVelocity: 45
antiDriftAmount: 9
minAntiDriftFactor: 0.01
normalDrag: 3
maximumDrag: 6
torqueDrag: 10
maxBoostCapacity: 3
minBoostCapacity: 0.6
boostMagnitude: 2.5
outsideBoostRate: 0
boostAntiGravityFactor: 0.8
stunLooseControlFactor: 0.1
tackleCriticalStunTime: 0.6
tackleBodyStunTime: 0.2
criticalTacklePowerFactor: 60
normalTacklePowerFactor: 20