Change balancing of atmos gas tank bombs (#36780)
* i will put functionality in salt later * la * to 10
This commit is contained in:
parent
e480387347
commit
b44c6cd050
|
|
@ -91,7 +91,7 @@ public sealed partial class GasTankComponent : Component, IGasMixtureHolder
|
|||
/// Increases explosion for each scale kPa above threshold.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public float TankFragmentScale = 2 * Atmospherics.OneAtmosphere;
|
||||
public float TankFragmentScale = 2.25f * Atmospherics.OneAtmosphere;
|
||||
|
||||
[DataField]
|
||||
public EntProtoId ToggleAction = "ActionToggleInternals";
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
temperature: 293.15
|
||||
tankLowPressure: 30.0
|
||||
- type: Explosive
|
||||
explosionType: Default
|
||||
explosionType: MicroBomb
|
||||
maxIntensity: 20
|
||||
- type: MeleeWeapon
|
||||
wideAnimationRotation: 45
|
||||
|
|
|
|||
Loading…
Reference in New Issue