forked from SpaceStation14-Shenanigans/Monolith
Compare commits
3 Commits
main
...
grid-inertia
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b1d783c3a | |||
| 6a3f564ed9 | |||
| c2e41495b2 |
@@ -237,7 +237,7 @@ public sealed partial class CCVars
|
||||
/// </summary>
|
||||
[CVarControl(AdminFlags.VarEdit)]
|
||||
public static readonly CVarDef<float> ImpactStructuralDamage =
|
||||
CVarDef.Create("shuttle.impact.structural_damage", 5f, CVar.SERVERONLY);
|
||||
CVarDef.Create("shuttle.impact.structural_damage", 3f, CVar.SERVERONLY);
|
||||
|
||||
/// <summary>
|
||||
/// Kinetic energy required to spawn sparks
|
||||
@@ -258,7 +258,7 @@ public sealed partial class CCVars
|
||||
/// </summary>
|
||||
[CVarControl(AdminFlags.VarEdit)]
|
||||
public static readonly CVarDef<float> ImpactSlowdown =
|
||||
CVarDef.Create("shuttle.impact.slowdown", 3.2f, CVar.SERVERONLY); //Previously: 1.6f
|
||||
CVarDef.Create("shuttle.impact.slowdown", 2.5f, CVar.SERVERONLY); //Previously: 1.6f
|
||||
|
||||
/// <summary>
|
||||
/// Minimum velocity change from impact for special throw effects (e.g. stuns, beakers breaking) to occur
|
||||
|
||||
Reference in New Issue
Block a user