Starsector 0.97a is out! (02/02/24); New blog post: Planet Search Overhaul (07/13/24)
Oh cool, is that the SCVE mod?
public static class HighScatterAmpDamageDealtMod implements DamageDealtModifier { protected ShipAPI ship; public HighScatterAmpDamageDealtMod(ShipAPI ship) { this.ship = ship; } public String modifyDamageDealt(Object param, CombatEntityAPI target, DamageAPI damage, Vector2f point, boolean shieldHit) { if (!(param instanceof DamagingProjectileAPI) && param instanceof BeamAPI) { damage.setForceHardFlux(true); } return null; } }
Does anybody know the console command to get rid rid of extreme heat on a planet?
Quote from: Deadbeat Duahia on September 17, 2023, 11:51:33 AMDoes anybody know the console command to get rid rid of extreme heat on a planet?removecondition extreme_heatyou can find the names of conditions with list conditions