diff --git a/assets/server/manifests/ship_manifest.ron b/assets/server/manifests/ship_manifest.ron index 9c3a71c9e0..d964d990b4 100644 --- a/assets/server/manifests/ship_manifest.ron +++ b/assets/server/manifests/ship_manifest.ron @@ -7,29 +7,29 @@ offset: (-17.5, -39.0, 1.0), //phys_offset: (0.25, 0.25, 0.25), phys_offset: (0.0, 0.0, 0.0), - central: ("Human_Airship"), + central: ("airship_human.structure"), ), bone1: ( offset: (-8.5, -2.0, -8.5), phys_offset: (0.0, 0.0, 0.0), - central: ("propeller-l"), + central: ("airship_human.propeller-l"), ), bone2: ( offset: (-8.5, -2.0, -8.5), phys_offset: (0.0, 0.0, 0.0), - central: ("propeller-r"), + central: ("airship_human.propeller-r"), ), bone3: ( offset: (-1.5, -11.0, -5.5), phys_offset: (0.0, 0.0, 0.0), - central: ("rudder"), + central: ("airship_human.rudder"), ), ), AirBalloon: ( bone0: ( offset: (-14.5, -16.0, 0.0), phys_offset: (0.0, 0.0, 0.0), - central: ("Air_Balloon"), + central: ("air_balloon.structure"), ), bone1: ( offset: (0.0, 0.0, 0.0), @@ -42,9 +42,9 @@ central: ("empty"), ), bone3: ( - offset: (-1.5, 37.0, -6.5), + offset: (-1.5, -6.0, -5.0), phys_offset: (0.0, 0.0, 0.0), - central: ("Air_Balloon_rudder"), + central: ("air_balloon.rudder"), ), ), }) diff --git a/assets/server/voxel/Air_Balloon.vox b/assets/server/voxel/Air_Balloon.vox deleted file mode 100644 index 6dd6bdea46..0000000000 Binary files a/assets/server/voxel/Air_Balloon.vox and /dev/null differ diff --git a/assets/server/voxel/Air_Balloon_rudder.vox b/assets/server/voxel/air_balloon/rudder.vox similarity index 73% rename from assets/server/voxel/Air_Balloon_rudder.vox rename to assets/server/voxel/air_balloon/rudder.vox index c8923b0d7a..6c1c365919 100644 Binary files a/assets/server/voxel/Air_Balloon_rudder.vox and b/assets/server/voxel/air_balloon/rudder.vox differ diff --git a/assets/server/voxel/air_balloon/structure.vox b/assets/server/voxel/air_balloon/structure.vox new file mode 100644 index 0000000000..d2e0721bb7 Binary files /dev/null and b/assets/server/voxel/air_balloon/structure.vox differ diff --git a/assets/server/voxel/airship.vox b/assets/server/voxel/airship.vox deleted file mode 100644 index 10c79d32e7..0000000000 Binary files a/assets/server/voxel/airship.vox and /dev/null differ diff --git a/assets/server/voxel/propeller-l.vox b/assets/server/voxel/airship_human/propeller-l.vox similarity index 100% rename from assets/server/voxel/propeller-l.vox rename to assets/server/voxel/airship_human/propeller-l.vox diff --git a/assets/server/voxel/propeller-r.vox b/assets/server/voxel/airship_human/propeller-r.vox similarity index 100% rename from assets/server/voxel/propeller-r.vox rename to assets/server/voxel/airship_human/propeller-r.vox diff --git a/assets/server/voxel/rudder.vox b/assets/server/voxel/airship_human/rudder.vox similarity index 100% rename from assets/server/voxel/rudder.vox rename to assets/server/voxel/airship_human/rudder.vox diff --git a/assets/server/voxel/Human_Airship.vox b/assets/server/voxel/airship_human/structure.vox similarity index 100% rename from assets/server/voxel/Human_Airship.vox rename to assets/server/voxel/airship_human/structure.vox diff --git a/assets/voxygen/voxel/biped_large_central_manifest.ron b/assets/voxygen/voxel/biped_large_central_manifest.ron index a576bcc9e6..e002711ae2 100644 --- a/assets/voxygen/voxel/biped_large_central_manifest.ron +++ b/assets/voxygen/voxel/biped_large_central_manifest.ron @@ -54,19 +54,19 @@ ), (Cyclops, Male): ( head: ( - offset: (-7.0, -7.0, -6.5), + offset: (-7.0, -7.5, -7.0), central: ("npc.cyclops.male.head"), ), torso_upper: ( - offset: (-8.0, -6.0, -6.0), + offset: (-9.0, -10.0, -10.5), central: ("npc.cyclops.male.torso_upper"), ), torso_lower: ( - offset: (-6.0, -5.5, -12.0), + offset: (-8.0, -6.0, -10.0), central: ("npc.cyclops.male.torso_lower"), ), jaw: ( - offset: (0.0, 0.0, 0.0), + offset: (-4.0, 0.0, -2.0), central: ("npc.cyclops.male.jaw"), ), tail: ( @@ -80,19 +80,19 @@ ), (Cyclops, Female): ( head: ( - offset: (-7.0, -7.0, -6.5), + offset: (-7.0, -7.5, -7.0), central: ("npc.cyclops.male.head"), ), torso_upper: ( - offset: (-8.0, -6.0, -6.0), + offset: (-9.0, -10.0, -10.5), central: ("npc.cyclops.male.torso_upper"), ), torso_lower: ( - offset: (-6.0, -5.5, -12.0), + offset: (-8.0, -6.0, -10.0), central: ("npc.cyclops.male.torso_lower"), ), jaw: ( - offset: (0.0, 0.0, 0.0), + offset: (-4.0, 0.0, -2.0), central: ("npc.cyclops.male.jaw"), ), tail: ( diff --git a/assets/voxygen/voxel/biped_large_lateral_manifest.ron b/assets/voxygen/voxel/biped_large_lateral_manifest.ron index ff75e8d3a1..0ba3855037 100644 --- a/assets/voxygen/voxel/biped_large_lateral_manifest.ron +++ b/assets/voxygen/voxel/biped_large_lateral_manifest.ron @@ -69,69 +69,69 @@ ), (Cyclops, Male): ( shoulder_l: ( - offset: (-3.0, -4.0, -7.0), + offset: (-6.5, -7.5, -7.0), lateral: ("npc.cyclops.male.shoulder_l"), ), shoulder_r: ( - offset: (-3.0, -4.0, -7.0), + offset: (-6.5, -7.5, -7.0), lateral: ("npc.cyclops.male.shoulder_r"), ), hand_l: ( - offset: (-3.5, -3.5, -12.0), + offset: (-10.5, -5.5, -15.0), lateral: ("npc.cyclops.male.hand_l"), ), hand_r: ( - offset: (-3.5, -3.5, -12.0), + offset: (-3.5, -5.5, -15.0), lateral: ("npc.cyclops.male.hand_r"), ), leg_l: ( - offset: (-6.0, -3.5, -7.0), + offset: (-3.0, -3.5, -3.5), lateral: ("npc.cyclops.male.leg_l"), ), leg_r: ( - offset: (0.0, -3.5, -7.0), + offset: (-3.0, -3.5, -3.5), lateral: ("npc.cyclops.male.leg_r"), ), foot_l: ( - offset: (-3.0, -5.0, -5.0), + offset: (-3.0, -5.5, -6.0), lateral: ("npc.cyclops.male.foot_l"), ), foot_r: ( - offset: (-3.0, -5.0, -5.0), + offset: (-3.0, -5.5, -6.0), lateral: ("npc.cyclops.male.foot_r"), ), ), (Cyclops, Female): ( shoulder_l: ( - offset: (-3.0, -4.0, -7.0), + offset: (-6.5, -7.5, -7.0), lateral: ("npc.cyclops.male.shoulder_l"), ), shoulder_r: ( - offset: (-3.0, -4.0, -7.0), + offset: (-6.5, -7.5, -7.0), lateral: ("npc.cyclops.male.shoulder_r"), ), hand_l: ( - offset: (-3.5, -3.5, -12.0), + offset: (-10.5, -5.5, -15.0), lateral: ("npc.cyclops.male.hand_l"), ), hand_r: ( - offset: (-3.5, -3.5, -12.0), + offset: (-3.5, -5.5, -15.0), lateral: ("npc.cyclops.male.hand_r"), ), leg_l: ( - offset: (-6.0, -3.5, -7.0), + offset: (-3.0, -3.5, -3.5), lateral: ("npc.cyclops.male.leg_l"), ), leg_r: ( - offset: (0.0, -3.5, -7.0), + offset: (-3.0, -3.5, -3.5), lateral: ("npc.cyclops.male.leg_r"), ), foot_l: ( - offset: (-3.0, -5.0, -5.0), + offset: (-3.0, -5.5, -6.0), lateral: ("npc.cyclops.male.foot_l"), ), foot_r: ( - offset: (-3.0, -5.0, -5.0), + offset: (-3.0, -5.5, -6.0), lateral: ("npc.cyclops.male.foot_r"), ), ), diff --git a/assets/voxygen/voxel/biped_weapon_manifest.ron b/assets/voxygen/voxel/biped_weapon_manifest.ron index 70e4fe635f..831bec2328 100644 --- a/assets/voxygen/voxel/biped_weapon_manifest.ron +++ b/assets/voxygen/voxel/biped_weapon_manifest.ron @@ -369,7 +369,7 @@ vox_spec: ("weapon.axe.parashu", (-1.5, -12.0, -6.0)), color: None ), - // 1h Axes + // 1h Axes "common.items.weapons.axe_1h.bloodsteel-0": ( vox_spec: ("weapon.axe_1h.bloodsteel-0", (-1.5, -2.0, -3.0)), color: None @@ -442,7 +442,7 @@ vox_spec: ("weapon.axe_1h.wood-1", (-1.5, -2.0, -3.0)), color: None ), - // Hammers + // Hammers "common.items.tool.craftsman_hammer": ( vox_spec: ("weapon.hammer.craftsman", (-2.5, -5.5, -4.5)), color: None @@ -1003,7 +1003,7 @@ color: None ), "common.items.npc_weapons.hammer.cyclops_hammer": ( - vox_spec: ("weapon.hammer.2hhammer_cyclops-0", (-5.0, -6.5, -7.0)), + vox_spec: ("weapon.hammer.2hhammer_cyclops-0", (-5.0, -6.5, -10.0)), color: None ), "common.items.npc_weapons.hammer.troll_hammer": ( diff --git a/assets/voxygen/voxel/npc/basilisk/male/foot_bl.vox b/assets/voxygen/voxel/npc/basilisk/male/foot_bl.vox deleted file mode 100644 index 45d19917a7..0000000000 Binary files a/assets/voxygen/voxel/npc/basilisk/male/foot_bl.vox and /dev/null differ diff --git a/assets/voxygen/voxel/npc/basilisk/male/foot_br.vox b/assets/voxygen/voxel/npc/basilisk/male/foot_br.vox index d0e298640d..bcb8f55700 100644 Binary files a/assets/voxygen/voxel/npc/basilisk/male/foot_br.vox and b/assets/voxygen/voxel/npc/basilisk/male/foot_br.vox differ diff --git a/assets/voxygen/voxel/npc/basilisk/male/foot_fl.vox b/assets/voxygen/voxel/npc/basilisk/male/foot_fl.vox deleted file mode 100644 index 93e97a9f76..0000000000 Binary files a/assets/voxygen/voxel/npc/basilisk/male/foot_fl.vox and /dev/null differ diff --git a/assets/voxygen/voxel/npc/basilisk/male/foot_fr.vox b/assets/voxygen/voxel/npc/basilisk/male/foot_fr.vox index 4ce008ec6d..79afcec2af 100644 Binary files a/assets/voxygen/voxel/npc/basilisk/male/foot_fr.vox and b/assets/voxygen/voxel/npc/basilisk/male/foot_fr.vox differ diff --git a/assets/voxygen/voxel/npc/cyclops/male/foot_r.vox b/assets/voxygen/voxel/npc/cyclops/male/foot_r.vox index 9d077f94e9..77f5953d3a 100644 Binary files a/assets/voxygen/voxel/npc/cyclops/male/foot_r.vox and b/assets/voxygen/voxel/npc/cyclops/male/foot_r.vox differ diff --git a/assets/voxygen/voxel/npc/cyclops/male/hand_r.vox b/assets/voxygen/voxel/npc/cyclops/male/hand_r.vox index 2a6f8b5567..e85a6bfcee 100644 Binary files a/assets/voxygen/voxel/npc/cyclops/male/hand_r.vox and b/assets/voxygen/voxel/npc/cyclops/male/hand_r.vox differ diff --git a/assets/voxygen/voxel/npc/cyclops/male/leg_r.vox b/assets/voxygen/voxel/npc/cyclops/male/leg_r.vox index c9043c784b..4d706a0b37 100644 Binary files a/assets/voxygen/voxel/npc/cyclops/male/leg_r.vox and b/assets/voxygen/voxel/npc/cyclops/male/leg_r.vox differ diff --git a/assets/voxygen/voxel/npc/cyclops/male/shoulder_r.vox b/assets/voxygen/voxel/npc/cyclops/male/shoulder_r.vox index 1dc1eb45eb..5fb4bddb9e 100644 Binary files a/assets/voxygen/voxel/npc/cyclops/male/shoulder_r.vox and b/assets/voxygen/voxel/npc/cyclops/male/shoulder_r.vox differ diff --git a/assets/voxygen/voxel/quadruped_low_central_manifest.ron b/assets/voxygen/voxel/quadruped_low_central_manifest.ron index 596ba1061e..5d7d4b376b 100644 --- a/assets/voxygen/voxel/quadruped_low_central_manifest.ron +++ b/assets/voxygen/voxel/quadruped_low_central_manifest.ron @@ -626,53 +626,53 @@ ), (Basilisk, Male): ( upper: ( - offset: (-7.5, 0.0, -11.0), + offset: (-5.5, 0.0, -5.0), central: ("npc.basilisk.male.head_upper"), ), lower: ( - offset: (-13.5, -2.0, -4.0), + offset: (-12.5, -6.5, -6.0), central: ("npc.basilisk.male.head_lower"), ), jaw: ( - offset: (-6.5, 0.0, -15.0), + offset: (-5.5, 0.0, -3.0), central: ("npc.basilisk.male.jaw"), ), chest: ( - offset: (-13.5, -13.0, -12.5), + offset: (-12.5, -11.0, -12.0), central: ("npc.basilisk.male.chest"), ), tail_rear: ( - offset: (-3.5, -20.0, -4.0), + offset: (-3.5, -19.0, -5.0), central: ("npc.basilisk.male.tail_rear"), ), tail_front: ( - offset: (-10.5, -24.0, -7.0), + offset: (-5.5, -12.0, -7.5), central: ("npc.basilisk.male.tail_front"), ), ), (Basilisk, Female): ( upper: ( - offset: (-5.5, 0.0, -11.0), + offset: (-5.5, 0.0, -5.0), central: ("npc.basilisk.male.head_upper"), ), lower: ( - offset: (-8.5, 0.0, -4.0), + offset: (-12.5, -6.5, -6.0), central: ("npc.basilisk.male.head_lower"), ), jaw: ( - offset: (-2.5, 0.0, -15.0), + offset: (-5.5, 0.0, -3.0), central: ("npc.basilisk.male.jaw"), ), chest: ( - offset: (-6.5, -13.0, -12.5), + offset: (-12.5, -11.0, -12.0), central: ("npc.basilisk.male.chest"), ), tail_rear: ( - offset: (-3.5, -20.0, -4.0), + offset: (-3.5, -19.0, -5.0), central: ("npc.basilisk.male.tail_rear"), ), tail_front: ( - offset: (-4.5, -24.0, -7.0), + offset: (-5.5, -12.0, -7.5), central: ("npc.basilisk.male.tail_front"), ), ), diff --git a/assets/voxygen/voxel/quadruped_low_lateral_manifest.ron b/assets/voxygen/voxel/quadruped_low_lateral_manifest.ron index 3ccb29e206..bff3549ecd 100644 --- a/assets/voxygen/voxel/quadruped_low_lateral_manifest.ron +++ b/assets/voxygen/voxel/quadruped_low_lateral_manifest.ron @@ -433,37 +433,37 @@ ), (Basilisk, Male): ( front_left: ( - offset: (-15.0, 0.0, -9.0), - lateral: ("npc.basilisk.male.foot_fl", true), + offset: (-13.0, 0.0, -13.0), + lateral: ("npc.basilisk.male.foot_fr", false), ), front_right: ( - offset: (0.0, 0.0, -9.0), - lateral: ("npc.basilisk.male.foot_fr", true), + offset: (0.0, 0.0, -13.0), + lateral: ("npc.basilisk.male.foot_fr", false), ), back_left: ( - offset: (-15.0, 0.0, -9.0), - lateral: ("npc.basilisk.male.foot_bl", true), + offset: (-11.0, -6.5, -13.0), + lateral: ("npc.basilisk.male.foot_br", false), ), back_right: ( - offset: (0.0, 0.0, -9.0), - lateral: ("npc.basilisk.male.foot_br", true), + offset: (0.0, -6.5, -13.0), + lateral: ("npc.basilisk.male.foot_br", false), ), ), (Basilisk, Female): ( front_left: ( - offset: (-15.0, 0.0, -9.0), - lateral: ("npc.basilisk.male.foot_fl", true), + offset: (-13.0, 0.0, -13.0), + lateral: ("npc.basilisk.male.foot_fr", false), ), front_right: ( - offset: (0.0, 0.0, -9.0), + offset: (0.0, 0.0, -13.0), lateral: ("npc.basilisk.male.foot_fr", false), ), back_left: ( - offset: (-15.0, 0.0, -9.0), - lateral: ("npc.basilisk.male.foot_bl", true), + offset: (-12.0, -6.5, -13.0), + lateral: ("npc.basilisk.male.foot_br", false), ), back_right: ( - offset: (0.0, 0.0, -9.0), + offset: (0.0, -6.5, -13.0), lateral: ("npc.basilisk.male.foot_br", false), ), ), diff --git a/assets/voxygen/voxel/weapon/hammer/2hhammer_cyclops-0.vox b/assets/voxygen/voxel/weapon/hammer/2hhammer_cyclops-0.vox index b752d7d0fb..aae6ab161f 100644 Binary files a/assets/voxygen/voxel/weapon/hammer/2hhammer_cyclops-0.vox and b/assets/voxygen/voxel/weapon/hammer/2hhammer_cyclops-0.vox differ diff --git a/common/src/comp/body.rs b/common/src/comp/body.rs index 1707bd63a4..16f07b3265 100644 --- a/common/src/comp/body.rs +++ b/common/src/comp/body.rs @@ -367,6 +367,7 @@ impl Body { quadruped_low::Species::Rocksnapper => Vec3::new(1.0, 1.6, 2.9), quadruped_low::Species::Salamander => Vec3::new(1.0, 2.4, 1.3), quadruped_low::Species::Tortoise => Vec3::new(1.0, 1.6, 2.0), + quadruped_low::Species::Basilisk => Vec3::new(1.8, 2.2, 2.9), _ => Vec3::new(1.0, 1.6, 1.3), }, Body::Ship(ship) => ship.dimensions(), @@ -688,7 +689,7 @@ impl Body { pub fn mounting_offset(&self) -> Vec3 { match self { Body::Ship(ship::Body::DefaultAirship) => Vec3::from([0.0, 0.0, 10.0]), - Body::Ship(ship::Body::AirBalloon) => Vec3::from([0.0, 0.0, 10.0]), + Body::Ship(ship::Body::AirBalloon) => Vec3::from([0.0, 0.0, 5.0]), _ => Vec3::unit_z(), } } diff --git a/voxygen/anim/src/biped_large/mod.rs b/voxygen/anim/src/biped_large/mod.rs index 1db51f23b6..0db26fca2b 100644 --- a/voxygen/anim/src/biped_large/mod.rs +++ b/voxygen/anim/src/biped_large/mod.rs @@ -208,7 +208,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { head: match (body.species, body.body_type) { (Ogre, Male) => (5.0, 6.0), (Ogre, Female) => (1.0, 7.5), - (Cyclops, _) => (4.5, 7.5), + (Cyclops, _) => (9.5, 7.5), (Wendigo, _) => (3.0, 7.5), (Troll, _) => (6.0, 10.0), (Dullahan, _) => (3.0, 6.0), @@ -226,7 +226,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { }, jaw: match (body.species, body.body_type) { (Ogre, _) => (0.0, 0.0), - (Cyclops, _) => (0.0, 0.0), + (Cyclops, _) => (-4.5, -6.0), (Wendigo, _) => (0.0, 0.0), (Troll, _) => (2.0, -4.0), (Dullahan, _) => (0.0, 0.0), @@ -245,7 +245,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { upper_torso: match (body.species, body.body_type) { (Ogre, Male) => (0.0, 27.5), (Ogre, Female) => (0.0, 28.0), - (Cyclops, _) => (-2.0, 27.0), + (Cyclops, _) => (-2.0, 31.0), (Wendigo, _) => (-1.0, 29.0), (Troll, _) => (-1.0, 26.5), (Dullahan, _) => (0.0, 29.0), @@ -264,7 +264,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { lower_torso: match (body.species, body.body_type) { (Ogre, Male) => (1.0, -7.0), (Ogre, Female) => (0.0, -6.0), - (Cyclops, _) => (1.0, -4.5), + (Cyclops, _) => (1.0, -8.5), (Wendigo, _) => (-1.5, -6.0), (Troll, _) => (1.0, -10.5), (Dullahan, _) => (0.0, -6.5), @@ -291,7 +291,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { shoulder: match (body.species, body.body_type) { (Ogre, Male) => (12.0, 0.5, 3.0), (Ogre, Female) => (8.0, 0.5, 2.0), - (Cyclops, _) => (9.5, 2.5, 4.5), + (Cyclops, _) => (15.0, 3.5, 1.5), (Wendigo, _) => (9.0, 0.5, 2.5), (Troll, _) => (11.0, 0.5, 4.5), (Dullahan, _) => (14.0, 0.5, 3.5), @@ -310,7 +310,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { hand: match (body.species, body.body_type) { (Ogre, Male) => (14.5, 0.0, -4.0), (Ogre, Female) => (9.0, 0.5, -4.5), - (Cyclops, _) => (10.0, 2.0, -0.5), + (Cyclops, _) => (14.0, 2.0, -5.5), (Wendigo, _) => (12.0, 0.0, -3.5), (Troll, _) => (11.5, 0.0, -5.5), (Dullahan, _) => (14.5, 0.0, -2.5), @@ -329,7 +329,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { leg: match (body.species, body.body_type) { (Ogre, Male) => (0.0, 0.0, -4.0), (Ogre, Female) => (0.0, 0.0, -2.0), - (Cyclops, _) => (0.0, -1.0, -5.0), + (Cyclops, _) => (4.5, 1.0, -8.5), (Wendigo, _) => (2.0, 2.0, -2.5), (Troll, _) => (5.0, 0.0, -6.0), (Dullahan, _) => (0.0, 0.0, -5.0), @@ -348,7 +348,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { foot: match (body.species, body.body_type) { (Ogre, Male) => (4.0, 1.0, -12.0), (Ogre, Female) => (4.0, 0.5, -13.5), - (Cyclops, _) => (4.0, 1.5, -17.0), + (Cyclops, _) => (6.0, 3.5, -15.5), (Wendigo, _) => (5.0, 2.5, -17.0), (Troll, _) => (6.0, 1.5, -13.0), (Dullahan, _) => (4.0, 2.5, -14.0), diff --git a/voxygen/anim/src/quadruped_low/mod.rs b/voxygen/anim/src/quadruped_low/mod.rs index 63d2dc644c..a9971df988 100644 --- a/voxygen/anim/src/quadruped_low/mod.rs +++ b/voxygen/anim/src/quadruped_low/mod.rs @@ -131,7 +131,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { (Sandshark, _) => (8.5, 0.5), (Hakulaq, _) => (8.0, 10.0), (Lavadrake, _) => (7.0, 8.0), - (Basilisk, _) => (11.0, 13.5), + (Basilisk, _) => (5.0, 2.5), (Deadwood, _) => (2.0, -3.0), }, head_lower: match (body.species, body.body_type) { @@ -148,7 +148,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { (Sandshark, _) => (13.5, -10.5), (Hakulaq, _) => (10.5, 1.0), (Lavadrake, _) => (11.5, -6.0), - (Basilisk, _) => (8.5, -6.5), + (Basilisk, _) => (12.5, -5.5), (Deadwood, _) => (0.0, 0.0), }, jaw: match (body.species, body.body_type) { @@ -165,7 +165,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { (Sandshark, _) => (-8.0, -5.5), (Hakulaq, _) => (-6.5, -4.0), (Lavadrake, _) => (3.0, -5.0), - (Basilisk, _) => (1.5, 1.0), + (Basilisk, _) => (0.5, -3.0), (Deadwood, _) => (-1.0, 4.0), }, chest: match (body.species, body.body_type) { @@ -182,7 +182,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { (Sandshark, _) => (0.0, 20.0), (Hakulaq, _) => (0.0, 13.5), (Lavadrake, _) => (0.0, 16.5), - (Basilisk, _) => (0.0, 16.5), + (Basilisk, _) => (0.0, 15.0), (Deadwood, _) => (0.0, 12.0), }, tail_rear: match (body.species, body.body_type) { @@ -199,7 +199,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { (Sandshark, _) => (-10.0, 0.5), (Hakulaq, _) => (-9.0, -2.0), (Lavadrake, _) => (-12.0, -2.0), - (Basilisk, _) => (-10.0, -3.0), + (Basilisk, _) => (-10.0, -4.0), (Deadwood, _) => (-15.0, 4.0), }, tail_front: match (body.species, body.body_type) { @@ -216,7 +216,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { (Sandshark, _) => (-13.0, -8.0), (Hakulaq, _) => (-6.0, -5.5), (Lavadrake, _) => (-7.0, -4.5), - (Basilisk, _) => (-2.5, -4.5), + (Basilisk, _) => (-6.5, -5.5), (Deadwood, _) => (-1.0, 4.0), }, feet_f: match (body.species, body.body_type) { @@ -233,7 +233,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { (Sandshark, _) => (5.5, 2.0, -8.0), (Hakulaq, _) => (4.5, 2.0, -4.5), (Lavadrake, _) => (4.5, 4.0, -6.5), - (Basilisk, _) => (6.5, 4.0, -7.5), + (Basilisk, _) => (6.5, 4.0, -2.0), (Deadwood, _) => (3.5, 4.0, -5.0), }, feet_b: match (body.species, body.body_type) { @@ -250,7 +250,7 @@ impl<'a> From<&'a Body> for SkeletonAttr { (Sandshark, _) => (3.5, -15.0, -14.0), (Hakulaq, _) => (3.5, -8.0, -4.5), (Lavadrake, _) => (3.5, -8.0, -6.5), - (Basilisk, _) => (4.5, -13.0, -7.5), + (Basilisk, _) => (5.5, -6.5, -2.0), (Deadwood, _) => (3.5, -6.0, -5.0), }, lean: match (body.species, body.body_type) { diff --git a/voxygen/anim/src/ship/mod.rs b/voxygen/anim/src/ship/mod.rs index f9c86cf033..80ed5ceb05 100644 --- a/voxygen/anim/src/ship/mod.rs +++ b/voxygen/anim/src/ship/mod.rs @@ -64,13 +64,33 @@ impl Default for SkeletonAttr { fn default() -> Self { Self { bone0: (0.0, 0.0, 0.0), - bone1: (-13.0, -25.0, 10.0), - bone2: (13.0, -25.0, 10.0), - bone3: (0.0, -27.5, 8.5), + bone1: (0.0, 0.0, 0.0), + bone2: (0.0, 0.0, 0.0), + bone3: (0.0, 0.0, 0.0), } } } impl<'a> From<&'a Body> for SkeletonAttr { - fn from(_: &'a Body) -> Self { Self::default() } + fn from(body: &'a Body) -> Self { + use comp::ship::Body::*; + Self { + bone0: match body { + DefaultAirship => (0.0, 0.0, 0.0), + AirBalloon => (0.0, 0.0, 0.0), + }, + bone1: match body { + DefaultAirship => (-13.0, -25.0, 10.0), + AirBalloon => (0.0, 0.0, 0.0), + }, + bone2: match body { + DefaultAirship => (13.0, -25.0, 10.0), + AirBalloon => (0.0, 0.0, 0.0), + }, + bone3: match body { + DefaultAirship => (0.0, -27.5, 8.5), + AirBalloon => (0.0, -9.0, 8.0), + }, + } + } }