veloren/assets/common/manifests/ship_manifest.ron

97 lines
2.3 KiB
Rust
Raw Normal View History

({
DefaultAirship: (
bone0: (
2021-03-22 01:43:49 +00:00
offset: (-17.5, -39.0, 1.0),
2021-06-04 01:09:50 +00:00
central: ("airship_human.structure"),
),
bone1: (
2021-03-22 01:43:49 +00:00
offset: (-8.5, -2.0, -8.5),
2021-06-04 01:09:50 +00:00
central: ("airship_human.propeller-l"),
),
bone2: (
2021-03-22 01:43:49 +00:00
offset: (-8.5, -2.0, -8.5),
2021-06-04 01:09:50 +00:00
central: ("airship_human.propeller-r"),
),
2021-03-22 01:43:49 +00:00
bone3: (
2023-04-18 09:52:12 +00:00
offset: (-1.5, -10.0, -4.5),
2021-06-04 01:09:50 +00:00
central: ("airship_human.rudder"),
2021-03-22 01:43:49 +00:00
),
2023-02-22 08:52:40 +00:00
custom_indices: {
2023-02-22 12:38:55 +00:00
1: Air(ChairSingle, 4),
2023-04-17 13:38:41 +00:00
2: Air(Helm, 0),
2023-04-18 09:52:12 +00:00
3: Air(DoorWide, 4),
8: Air(DoorWide, 0),
9: Air(CraftingBench, 0),
11: Air(RepairBench, 0),
12: Air(DismantlingBench, 4),
15: Air(Anvil, 2),
17: Air(CookingPot, 0),
18: Air(WallLamp, 4),
23: Air(FireBowlGround, 4),
2023-02-22 08:52:40 +00:00
},
),
AirBalloon: (
bone0: (
offset: (-14.5, -16.0, 0.0),
2021-06-04 01:09:50 +00:00
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: (
2021-06-04 01:09:50 +00:00
offset: (-1.5, -6.0, -5.0),
central: ("air_balloon.rudder"),
),
2023-02-22 08:52:40 +00:00
custom_indices: {
1: Air(ChairSingle, 4),
},
),
2021-09-01 22:48:50 +00:00
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"),
),
custom_indices: {
1: Air(Helm, 0),
},
),
})