diff --git a/config/gcyr.yaml b/config/gcyr.yaml new file mode 100644 index 000000000..926f62bff --- /dev/null +++ b/config/gcyr.yaml @@ -0,0 +1,60 @@ +satellites: + # Damage of the laser satellite to entities per tick. + # Default: 2.0 + laserSatelliteDamagePerTickStep: 2.0 + + # Time between laser satellite mining attempts. + # Default: 2 + laserSatelliteMiningTickStep: 2 + +server: + # Wether the oxygen mechanics are enabled. + # Default: true + enableOxygen: true + + # Damage to entities per tick without oxygen. + # Default: 1.0 + oxygenDamage: 1.0 + + # Damage to overheated entities per tick + # Default: 2.0 + heatDamage: 2.0 + + # Damage to freezing entities per tick. + # Default: 2.0 + freezeDamage: 2.0 + + # Maximum distance the oxygen spreader can spread oxygen in. + # Default: 128 + maxOxygenatedBlockChecks: 128 + + # The temperature in space. + # Default: -270.0 + spaceTemperature: -270.0 + +machine: + # Damage caused by standing in an active dyson system controller's beam. (per tick) + # Default: 5.0 + dysonControllerBeamDamage: 5.0 + +rocket: + # How much fuel is required to travel to a moon or back? + # note: this is platform-specific. + # Default: 8 buckets. + moonFuelAmount: 8000 + + # How much fuel is required to travel to a planet in the same solar system? + # note: this is platform-specific. + # Default: 14 buckets. + solarSystemFuelAmount: 14000 + + # How much fuel is required to travel to a planet in the same galaxy? + # note: this is platform-specific. + # Default: 26 buckets. + galaxyFuelAmount: 26000 + + # How much fuel is required to travel to a planet anywhere? + # note: this is platform-specific. + # Default: 8 buckets. + anywhereFuelAmount: 48000 + diff --git a/mods b/mods index 78b5f7a66..d4cc1ce51 160000 --- a/mods +++ b/mods @@ -1 +1 @@ -Subproject commit 78b5f7a66fa2fe65c30a87617f32d74108196354 +Subproject commit d4cc1ce510c68572d2690c1abe36c3ff4e880f55