Galactica/content/ship.toml

40 lines
766 B
TOML
Raw Normal View History

2023-12-27 19:51:58 -08:00
[ship."Gypsum"]
2024-01-04 22:17:34 -08:00
sprite = "ship::gypsum"
2023-12-26 22:21:18 -08:00
size = 100
2023-12-30 16:57:03 -08:00
mass = 1
hull = 200
2023-12-30 17:51:57 -08:00
linear_drag = 0.2
angular_drag = 0.2
2023-12-26 22:21:18 -08:00
2023-12-30 21:05:06 -08:00
space.outfit = 200
space.engine = 50
space.weapon = 50
2023-12-28 20:19:33 -08:00
engines = [{ x = 0.0, y = -1.05, size = 50.0 }]
guns = [{ x = 0.0, y = 1 }, { x = 0.1, y = 0.80 }, { x = -0.1, y = 0.80 }]
2024-01-05 13:25:44 -08:00
collision = [
#[rustfmt:skip],
[0.53921, 1.0000],
[0.53921, 0.29343],
[0.63725, 0.29343],
[0.63725, -0.03088],
[0.90019, -0.03088],
[0.90019, -0.61776],
[0.66666, -0.61776],
[0.66666, -0.86486],
[0.24509, -0.86486],
[0.24509, -1.00000],
[-0.24509, -1.00000],
[-0.24509, -0.86486],
[-0.66666, -0.86486],
[-0.66666, -0.61776],
[-0.90019, -0.61776],
[-0.90019, -0.03088],
[-0.63725, -0.03088],
[-0.63725, 0.29343],
[-0.53921, 0.29343],
[-0.53921, 1.0000],
]