mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-14 16:27:19 +00:00
change some params
This commit is contained in:
parent
2e02d0dab2
commit
4b6223a025
2 changed files with 2 additions and 2 deletions
|
@ -23337,7 +23337,7 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
explosionForce: 500
|
||||
upwardsModifier: 3
|
||||
radius: 10
|
||||
radius: 15
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
|
@ -178,7 +178,7 @@ namespace SanAndreasUnity.Behaviours.Vehicles
|
|||
explosionCenter,
|
||||
Mathf.Sqrt(this.HandlingData.Mass) * VehicleManager.Instance.explosionChassisForceMultiplier,
|
||||
explosionRadius,
|
||||
this.HandlingData.Mass * 0.9f);
|
||||
this.HandlingData.Mass * 0.8f);
|
||||
}
|
||||
|
||||
// create explosion effect
|
||||
|
|
Loading…
Reference in a new issue