~starkingdoms/starkingdoms

ref: a6342c7d29ba5e79a479036ae036fc89c787e939 starkingdoms/crates/unified/assets/config/parts/basic_thruster.part.toml -rw-r--r-- 512 bytes
a6342c7dghostly_zsh fix: planets rely purely on springs now, so it should be possible to push them around now 17 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[part]
name = "Basic_Thruster"
sprite_connected = "textures/cargo_on.png"
sprite_disconnected = "textures/cargo_off.png"
emissivity = 0.1
specific_heat = 500.0
radiation_area = 20.0

[physics]
width = 50
height = 50
mass = 100

[[thruster]]
id = "main"
apply_force_at_local = [ 0, 0 ]
thrust_vector = [ 0.0, -4000.0 ]
exhaust_temperature = 1000.0
heat_constant = 10.0

[[joint]]
id = "Top"
target = { translation = [ 0.0, 55.0, 0.0 ], rotation = 0.0 }
snap = { translation = [ 0.0, 25.0, 0.0 ], rotation = 0.0 }