~starkingdoms/starkingdoms

ref: 945d5a61277189a0d4aaef8e76a219de9cfc57e3 starkingdoms/crates/server/parts.toml -rw-r--r-- 359 bytes
945d5a61TerraMaster85 work on planet textures 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[parts.Hearty]
mass = 1.0
energy_capacity = 2000
thruster_force = 0.3
thruster_energy = 1

[parts.LandingThruster]
mass = 0.9
energy_capacity = 1000
thruster_force = 5
thruster_energy = 2

[parts.Chassis]
mass = 0.5
energy_capacity = 0
thruster_force = 0
thruster_energy = 0

[parts.Hub]
mass = 1
energy_capacity = 3000
thruster_force = 0
thruster_energy = 0