Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/StarCoreSE/TLB
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauge committed Jun 29, 2024
2 parents 583b700 + 930b881 commit da334db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SkyPiratesCoreDev/Data/Cubeblocks/CubeBlocks_Props.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
</FuelId>
<Efficiency>1</Efficiency>
</FuelConverter>
<MaxPowerConsumption>0.02</MaxPowerConsumption>
<MaxPowerConsumption>0.025</MaxPowerConsumption>
<MinPowerConsumption>0.000000001</MinPowerConsumption>
<SlowdownFactor>1</SlowdownFactor>

Expand Down
4 changes: 2 additions & 2 deletions SkyPiratesCoreDev/Data/Scripts/SkyPirates/Zeppelins.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ private void HandleBlockRemoved(IMySlimBlock slim)

public class Zeppelin
{
public const double buoyancyConstant = 70000;
public const float burnDamage = 600f;
public const double buoyancyConstant = 100000;
public const float burnDamage = 2000f;

public IMyCubeGrid grid;
public HashSet<IMyFunctionalBlock> cells = new HashSet<IMyFunctionalBlock>();
Expand Down

0 comments on commit da334db

Please sign in to comment.