veloren/assets/common/manifests/ship_manifest.ron
2023-05-09 19:43:09 +02:00

86 lines
2.0 KiB
Rust

({
DefaultAirship: (
bone0: (
offset: (-17.5, -39.0, 1.0),
central: ("airship_human.structure"),
),
bone1: (
offset: (-8.5, -2.0, -8.5),
central: ("airship_human.propeller-l"),
),
bone2: (
offset: (-8.5, -2.0, -8.5),
central: ("airship_human.propeller-r"),
),
bone3: (
offset: (-1.5, -11.0, -5.5),
central: ("airship_human.rudder"),
),
custom_indices: {
1: Air(ChairSingle, 4),
2: Air(Helm, 0),
3: Air(Door, 4),
8: Air(Door, 0),
},
),
AirBalloon: (
bone0: (
offset: (-14.5, -16.0, 0.0),
central: ("air_balloon.structure"),
),
bone1: (
offset: (0.0, 0.0, 0.0),
central: ("empty"),
),
bone2: (
offset: (0.0, 0.0, 0.0),
central: ("empty"),
),
bone3: (
offset: (-1.5, -6.0, -5.0),
central: ("air_balloon.rudder"),
),
custom_indices: {
1: Air(ChairSingle, 4),
},
),
SailBoat: (
bone0: (
offset: (-6.5, -15.5, 0.0),
central: ("sail_boat.structure"),
),
bone1: (
offset: (0.0, 0.0, 0.0),
central: ("empty"),
),
bone2: (
offset: (0.0, 0.0, 0.0),
central: ("empty"),
),
bone3: (
offset: (-1.5, -6.0, -5.0),
central: ("empty"),
),
),
Galleon: (
bone0: (
offset: (-16, -16, -3.0),
central: ("galleon.structure"),
),
bone1: (
offset: (0.0, 0.0, 0.0),
central: ("empty"),
),
bone2: (
offset: (0.0, 0.0, 0.0),
central: ("empty"),
),
bone3: (
offset: (0.0, 0.0, 0.0),
central: ("empty"),
),
),
})