Merge branch 'creature_model_updates' into 'master'

Creature model updates

See merge request veloren/veloren!3584
This commit is contained in:
Isse 2022-09-06 10:35:11 +00:00
commit 7ea720b2ef
151 changed files with 1400 additions and 276 deletions

View File

@ -3,7 +3,7 @@
name: Automatic,
body: RandomWith("dodarock"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_small.dodarock"),
loot: LootTable("common.loot_tables.creature.theropod.dodarock"),
inventory: (
loadout: FromBody,
),

View File

@ -718,10 +718,6 @@
keyword: "quokka",
generic: "Quokka"
),
dodarock: (
keyword: "dodarock",
generic: "Dodarock"
),
holladon: (
keyword: "holladon",
generic: "Holladon"
@ -989,7 +985,11 @@
ntouka: (
keyword: "ntouka",
generic: "Ntouka"
)
),
dodarock: (
keyword: "dodarock",
generic: "Dodarock"
),
)
),
dragon: (
@ -1143,6 +1143,22 @@
keyword: "wyvern_flame",
generic: "Flame Wyvern"
),
wyvern_cloud: (
keyword: "wyvern_cloud",
generic: "Cloud Wyvern"
),
wyvern_frost: (
keyword: "wyvern_frost",
generic: "Frost Wyvern"
),
wyvern_sea: (
keyword: "wyvern_sea",
generic: "Sea Wyvern"
),
wyvern_weald: (
keyword: "wyvern_weald",
generic: "Weald Wyvern"
),
)
),
quadruped_low: (
@ -1185,6 +1201,14 @@
keyword: "rocksnapper",
generic: "Rock Snapper"
),
rootsnapper: (
keyword: "rootsnapper",
generic: "Root Snapper"
),
reefsnapper: (
keyword: "reefsnapper",
generic: "Reef Snapper"
),
pangolin: (
keyword: "pangolin",
generic: "Pangolin"

View File

@ -157,54 +157,262 @@
),
(FlameWyvern, Male): (
head: (
offset: (-5.5, -5.0, 0.0),
offset: (-7.5, -5.0, 0.0),
central: ("npc.wyvern_flame.male.head"),
),
beak: (
offset: (-2.5, 0.0, -5.0),
offset: (-6.5, 0.0, -7.0),
central: ("npc.wyvern_flame.male.beak"),
),
neck: (
offset: (-2.5, 0.0, -3.5),
offset: (-3.5, 0.0, -5.0),
central: ("npc.wyvern_flame.male.neck"),
),
chest: (
offset: (-6.5, -12.0, -9.0),
offset: (-8.5, -12.0, -10.0),
central: ("npc.wyvern_flame.male.chest"),
),
tail_front: (
offset: (-2.5, -12.0, -7.0),
offset: (-3.5, -12.0, -8.5),
central: ("npc.wyvern_flame.male.tail_front"),
),
tail_rear: (
offset: (-4.5, -29.0, -8.0),
offset: (-5.5, -27.0, -8.0),
central: ("npc.wyvern_flame.male.tail_rear"),
)
),
(FlameWyvern, Female): (
head: (
offset: (-5.5, -5.0, 0.0),
offset: (-7.5, -5.0, 0.0),
central: ("npc.wyvern_flame.male.head"),
),
beak: (
offset: (-2.5, 0.0, -5.0),
offset: (-6.5, 0.0, -7.0),
central: ("npc.wyvern_flame.male.beak"),
),
neck: (
offset: (-2.5, 0.0, -3.5),
offset: (-3.5, 0.0, -5.0),
central: ("npc.wyvern_flame.male.neck"),
),
chest: (
offset: (-6.5, -12.0, -9.0),
offset: (-8.5, -12.0, -10.0),
central: ("npc.wyvern_flame.male.chest"),
),
tail_front: (
offset: (-2.5, -12.0, -7.0),
offset: (-3.5, -12.0, -8.5),
central: ("npc.wyvern_flame.male.tail_front"),
),
tail_rear: (
offset: (-4.5, -29.0, -8.0),
offset: (-5.5, -27.0, -8.0),
central: ("npc.wyvern_flame.male.tail_rear"),
)
),
})
(CloudWyvern, Male): (
head: (
offset: (-3.5, -5.0, 0.0),
central: ("npc.wyvern_cloud.male.head"),
),
beak: (
offset: (-2.5, 0.0, -6.0),
central: ("npc.wyvern_cloud.male.beak"),
),
neck: (
offset: (-2.5, 0.0, -5.0),
central: ("npc.wyvern_cloud.male.neck"),
),
chest: (
offset: (-6.5, -12.0, -10.0),
central: ("npc.wyvern_cloud.male.chest"),
),
tail_front: (
offset: (-10.5, -14.0, -7.5),
central: ("npc.wyvern_cloud.male.tail_front"),
),
tail_rear: (
offset: (-11.5, -29.0, -7.0),
central: ("npc.wyvern_cloud.male.tail_rear"),
)
),
(CloudWyvern, Female): (
head: (
offset: (-3.5, -5.0, 0.0),
central: ("npc.wyvern_cloud.male.head"),
),
beak: (
offset: (-2.5, 0.0, -6.0),
central: ("npc.wyvern_cloud.male.beak"),
),
neck: (
offset: (-2.5, 0.0, -5.0),
central: ("npc.wyvern_cloud.male.neck"),
),
chest: (
offset: (-6.5, -12.0, -10.0),
central: ("npc.wyvern_cloud.male.chest"),
),
tail_front: (
offset: (-10.5, -14.0, -7.5),
central: ("npc.wyvern_cloud.male.tail_front"),
),
tail_rear: (
offset: (-11.5, -29.0, -7.0),
central: ("npc.wyvern_cloud.male.tail_rear"),
)
),
(FrostWyvern, Male): (
head: (
offset: (-15.5, -5.0, 0.0),
central: ("npc.wyvern_frost.male.head"),
),
beak: (
offset: (-2.5, 1.0, -5.0),
central: ("npc.wyvern_frost.male.beak"),
),
neck: (
offset: (-3.5, 0.0, -5.0),
central: ("npc.wyvern_frost.male.neck"),
),
chest: (
offset: (-6.5, -12.0, -10.0),
central: ("npc.wyvern_frost.male.chest"),
),
tail_front: (
offset: (-3.5, -12.0, -7.5),
central: ("npc.wyvern_frost.male.tail_front"),
),
tail_rear: (
offset: (-8.5, -26.0, -7.0),
central: ("npc.wyvern_frost.male.tail_rear"),
)
),
(FrostWyvern, Female): (
head: (
offset: (-15.5, -5.0, 0.0),
central: ("npc.wyvern_frost.male.head"),
),
beak: (
offset: (-2.5, 1.0, -5.0),
central: ("npc.wyvern_frost.male.beak"),
),
neck: (
offset: (-3.5, 0.0, -5.0),
central: ("npc.wyvern_frost.male.neck"),
),
chest: (
offset: (-6.5, -12.0, -10.0),
central: ("npc.wyvern_frost.male.chest"),
),
tail_front: (
offset: (-3.5, -12.0, -7.5),
central: ("npc.wyvern_frost.male.tail_front"),
),
tail_rear: (
offset: (-8.5, -26.0, -7.0),
central: ("npc.wyvern_frost.male.tail_rear"),
)
),
(SeaWyvern, Male): (
head: (
offset: (-3.5, -2.0, 4.0),
central: ("npc.wyvern_sea.male.head"),
),
beak: (
offset: (-3.5, 3.0, -3.0),
central: ("npc.wyvern_sea.male.beak"),
),
neck: (
offset: (-3.5, -2.0, -6.0),
central: ("npc.wyvern_sea.male.neck"),
),
chest: (
offset: (-6.5, -12.0, -10.0),
central: ("npc.wyvern_sea.male.chest"),
),
tail_front: (
offset: (-2.5, -13.0, -4.5),
central: ("npc.wyvern_sea.male.tail_front"),
),
tail_rear: (
offset: (-10.5, -39.0, -4.0),
central: ("npc.wyvern_sea.male.tail_rear"),
)
),
(SeaWyvern, Female): (
head: (
offset: (-3.5, -2.0, 4.0),
central: ("npc.wyvern_sea.male.head"),
),
beak: (
offset: (-3.5, 3.0, -3.0),
central: ("npc.wyvern_sea.male.beak"),
),
neck: (
offset: (-3.5, -2.0, -6.0),
central: ("npc.wyvern_sea.male.neck"),
),
chest: (
offset: (-6.5, -12.0, -10.0),
central: ("npc.wyvern_sea.male.chest"),
),
tail_front: (
offset: (-2.5, -13.0, -4.5),
central: ("npc.wyvern_sea.male.tail_front"),
),
tail_rear: (
offset: (-10.5, -39.0, -4.0),
central: ("npc.wyvern_sea.male.tail_rear"),
)
),
(WealdWyvern, Male): (
head: (
offset: (-4.5, -7.0, 0.0),
central: ("npc.wyvern_weald.male.head"),
),
beak: (
offset: (-2.5, 1.0, -9.0),
central: ("npc.wyvern_weald.male.beak"),
),
neck: (
offset: (-2.5, 0.0, -2.0),
central: ("npc.wyvern_weald.male.neck"),
),
chest: (
offset: (-6.5, -12.0, -10.0),
central: ("npc.wyvern_weald.male.chest"),
),
tail_front: (
offset: (-2.5, -12.0, -6.5),
central: ("npc.wyvern_weald.male.tail_front"),
),
tail_rear: (
offset: (-10.5, -34.0, -6.0),
central: ("npc.wyvern_weald.male.tail_rear"),
)
),
(WealdWyvern, Female): (
head: (
offset: (-4.5, -7.0, 0.0),
central: ("npc.wyvern_weald.male.head"),
),
beak: (
offset: (-2.5, 1.0, -9.0),
central: ("npc.wyvern_weald.male.beak"),
),
neck: (
offset: (-2.5, 0.0, -2.0),
central: ("npc.wyvern_weald.male.neck"),
),
chest: (
offset: (-6.5, -12.0, -10.0),
central: ("npc.wyvern_weald.male.chest"),
),
tail_front: (
offset: (-2.5, -12.0, -6.5),
central: ("npc.wyvern_weald.male.tail_front"),
),
tail_rear: (
offset: (-10.5, -34.0, -6.0),
central: ("npc.wyvern_weald.male.tail_rear"),
)
),
})

View File

@ -261,19 +261,19 @@
lateral: ("npc.wyvern_flame.male.wing_in_r"),
),
wing_mid_l: (
offset: (-17.0, -27.0, -2.0),
offset: (-17.0, -26.5, -2.0),
lateral: ("npc.wyvern_flame.male.wing_mid_r"),
),
wing_mid_r: (
offset: (0.0, -27.0, -2.0),
offset: (0.0, -26.5, -2.0),
lateral: ("npc.wyvern_flame.male.wing_mid_r"),
),
wing_out_l: (
offset: (-18.0, -27.0, -2.0),
offset: (-24.0, -26.5, -2.0),
lateral: ("npc.wyvern_flame.male.wing_out_r"),
),
wing_out_r: (
offset: (0.0, -27.0, -2.0),
offset: (-9.0, -26.5, -2.0),
lateral: ("npc.wyvern_flame.male.wing_out_r"),
),
leg_l: (
@ -303,19 +303,19 @@
lateral: ("npc.wyvern_flame.male.wing_in_r"),
),
wing_mid_l: (
offset: (-17.0, -27.0, -2.0),
offset: (-17.0, -26.5, -2.0),
lateral: ("npc.wyvern_flame.male.wing_mid_r"),
),
wing_mid_r: (
offset: (0.0, -27.0, -2.0),
offset: (0.0, -26.5, -2.0),
lateral: ("npc.wyvern_flame.male.wing_mid_r"),
),
wing_out_l: (
offset: (-18.0, -27.0, -2.0),
offset: (-24.0, -26.5, -2.0),
lateral: ("npc.wyvern_flame.male.wing_out_r"),
),
wing_out_r: (
offset: (0.0, -27.0, -2.0),
offset: (-9.0, -26.5, -2.0),
lateral: ("npc.wyvern_flame.male.wing_out_r"),
),
leg_l: (
@ -335,4 +335,340 @@
lateral: ("npc.wyvern_flame.male.foot_r"),
)
),
(CloudWyvern, Male): (
wing_in_l: (
offset: (-24.0, -9.0, -4.0),
lateral: ("npc.wyvern_cloud.male.wing_in_r"),
),
wing_in_r: (
offset: (0.0, -9.0, -4.0),
lateral: ("npc.wyvern_cloud.male.wing_in_r"),
),
wing_mid_l: (
offset: (-17.0, -26.5, -2.0),
lateral: ("npc.wyvern_cloud.male.wing_mid_r"),
),
wing_mid_r: (
offset: (0.0, -26.5, -2.0),
lateral: ("npc.wyvern_cloud.male.wing_mid_r"),
),
wing_out_l: (
offset: (-24.0, -26.5, -2.0),
lateral: ("npc.wyvern_cloud.male.wing_out_r"),
),
wing_out_r: (
offset: (-9.0, -26.5, -2.0),
lateral: ("npc.wyvern_cloud.male.wing_out_r"),
),
leg_l: (
offset: (-3.5, -5.0, -8.0),
lateral: ("npc.wyvern_cloud.male.leg_r"),
),
leg_r: (
offset: (-3.5, -5.0, -8.0),
lateral: ("npc.wyvern_cloud.male.leg_r"),
),
foot_l: (
offset: (-3.5, -6.5, -13.0),
lateral: ("npc.wyvern_cloud.male.foot_r"),
),
foot_r: (
offset: (-3.5, -6.5, -13.0),
lateral: ("npc.wyvern_cloud.male.foot_r"),
)
),
(CloudWyvern, Female): (
wing_in_l: (
offset: (-24.0, -9.0, -4.0),
lateral: ("npc.wyvern_cloud.male.wing_in_r"),
),
wing_in_r: (
offset: (0.0, -9.0, -4.0),
lateral: ("npc.wyvern_cloud.male.wing_in_r"),
),
wing_mid_l: (
offset: (-17.0, -26.5, -2.0),
lateral: ("npc.wyvern_cloud.male.wing_mid_r"),
),
wing_mid_r: (
offset: (0.0, -26.5, -2.0),
lateral: ("npc.wyvern_cloud.male.wing_mid_r"),
),
wing_out_l: (
offset: (-24.0, -26.5, -2.0),
lateral: ("npc.wyvern_cloud.male.wing_out_r"),
),
wing_out_r: (
offset: (-9.0, -26.5, -2.0),
lateral: ("npc.wyvern_cloud.male.wing_out_r"),
),
leg_l: (
offset: (-3.5, -5.0, -8.0),
lateral: ("npc.wyvern_cloud.male.leg_r"),
),
leg_r: (
offset: (-3.5, -5.0, -8.0),
lateral: ("npc.wyvern_cloud.male.leg_r"),
),
foot_l: (
offset: (-3.5, -6.5, -13.0),
lateral: ("npc.wyvern_cloud.male.foot_r"),
),
foot_r: (
offset: (-3.5, -6.5, -13.0),
lateral: ("npc.wyvern_cloud.male.foot_r"),
)
),
(FrostWyvern, Male): (
wing_in_l: (
offset: (-24.0, -9.0, -4.0),
lateral: ("npc.wyvern_frost.male.wing_in_r"),
),
wing_in_r: (
offset: (0.0, -9.0, -4.0),
lateral: ("npc.wyvern_frost.male.wing_in_r"),
),
wing_mid_l: (
offset: (-17.0, -26.5, -2.0),
lateral: ("npc.wyvern_frost.male.wing_mid_r"),
),
wing_mid_r: (
offset: (0.0, -26.5, -2.0),
lateral: ("npc.wyvern_frost.male.wing_mid_r"),
),
wing_out_l: (
offset: (-24.0, -26.5, -2.0),
lateral: ("npc.wyvern_frost.male.wing_out_r"),
),
wing_out_r: (
offset: (-9.0, -26.5, -2.0),
lateral: ("npc.wyvern_frost.male.wing_out_r"),
),
leg_l: (
offset: (-3.5, -5.0, -8.0),
lateral: ("npc.wyvern_frost.male.leg_r"),
),
leg_r: (
offset: (-3.5, -5.0, -8.0),
lateral: ("npc.wyvern_frost.male.leg_r"),
),
foot_l: (
offset: (-3.5, -6.5, -13.0),
lateral: ("npc.wyvern_frost.male.foot_r"),
),
foot_r: (
offset: (-3.5, -6.5, -13.0),
lateral: ("npc.wyvern_frost.male.foot_r"),
)
),
(FrostWyvern, Female): (
wing_in_l: (
offset: (-24.0, -9.0, -4.0),
lateral: ("npc.wyvern_frost.male.wing_in_r"),
),
wing_in_r: (
offset: (0.0, -9.0, -4.0),
lateral: ("npc.wyvern_frost.male.wing_in_r"),
),
wing_mid_l: (
offset: (-17.0, -26.5, -2.0),
lateral: ("npc.wyvern_frost.male.wing_mid_r"),
),
wing_mid_r: (
offset: (0.0, -26.5, -2.0),
lateral: ("npc.wyvern_frost.male.wing_mid_r"),
),
wing_out_l: (
offset: (-24.0, -26.5, -2.0),
lateral: ("npc.wyvern_frost.male.wing_out_r"),
),
wing_out_r: (
offset: (-9.0, -26.5, -2.0),
lateral: ("npc.wyvern_frost.male.wing_out_r"),
),
leg_l: (
offset: (-3.5, -5.0, -8.0),
lateral: ("npc.wyvern_frost.male.leg_r"),
),
leg_r: (
offset: (-3.5, -5.0, -8.0),
lateral: ("npc.wyvern_frost.male.leg_r"),
),
foot_l: (
offset: (-3.5, -6.5, -13.0),
lateral: ("npc.wyvern_frost.male.foot_r"),
),
foot_r: (
offset: (-3.5, -6.5, -13.0),
lateral: ("npc.wyvern_frost.male.foot_r"),
)
),
(SeaWyvern, Male): (
wing_in_l: (
offset: (-24.0, -9.0, -4.0),
lateral: ("npc.wyvern_sea.male.wing_in_r"),
),
wing_in_r: (
offset: (0.0, -9.0, -4.0),
lateral: ("npc.wyvern_sea.male.wing_in_r"),
),
wing_mid_l: (
offset: (-17.0, -26.5, -2.0),
lateral: ("npc.wyvern_sea.male.wing_mid_r"),
),
wing_mid_r: (
offset: (0.0, -26.5, -2.0),
lateral: ("npc.wyvern_sea.male.wing_mid_r"),
),
wing_out_l: (
offset: (-24.0, -26.5, -2.0),
lateral: ("npc.wyvern_sea.male.wing_out_r"),
),
wing_out_r: (
offset: (-9.0, -26.5, -2.0),
lateral: ("npc.wyvern_sea.male.wing_out_r"),
),
leg_l: (
offset: (-3.0, -4.5, -8.0),
lateral: ("npc.wyvern_sea.male.leg_r"),
),
leg_r: (
offset: (-3.0, -4.5, -8.0),
lateral: ("npc.wyvern_sea.male.leg_r"),
),
foot_l: (
offset: (-5.5, -6.5, -13.0),
lateral: ("npc.wyvern_sea.male.foot_r"),
),
foot_r: (
offset: (-3.5, -6.5, -13.0),
lateral: ("npc.wyvern_sea.male.foot_r"),
)
),
(SeaWyvern, Female): (
wing_in_l: (
offset: (-24.0, -9.0, -4.0),
lateral: ("npc.wyvern_sea.male.wing_in_r"),
),
wing_in_r: (
offset: (0.0, -9.0, -4.0),
lateral: ("npc.wyvern_sea.male.wing_in_r"),
),
wing_mid_l: (
offset: (-17.0, -26.5, -2.0),
lateral: ("npc.wyvern_sea.male.wing_mid_r"),
),
wing_mid_r: (
offset: (0.0, -26.5, -2.0),
lateral: ("npc.wyvern_sea.male.wing_mid_r"),
),
wing_out_l: (
offset: (-24.0, -26.5, -2.0),
lateral: ("npc.wyvern_sea.male.wing_out_r"),
),
wing_out_r: (
offset: (-9.0, -26.5, -2.0),
lateral: ("npc.wyvern_sea.male.wing_out_r"),
),
leg_l: (
offset: (-3.0, -4.5, -8.0),
lateral: ("npc.wyvern_sea.male.leg_r"),
),
leg_r: (
offset: (-3.0, -4.5, -8.0),
lateral: ("npc.wyvern_sea.male.leg_r"),
),
foot_l: (
offset: (-5.5, -6.5, -13.0),
lateral: ("npc.wyvern_sea.male.foot_r"),
),
foot_r: (
offset: (-3.5, -6.5, -13.0),
lateral: ("npc.wyvern_sea.male.foot_r"),
)
),
(WealdWyvern, Male): (
wing_in_l: (
offset: (-24.0, -9.0, -4.0),
lateral: ("npc.wyvern_weald.male.wing_in_r"),
),
wing_in_r: (
offset: (0.0, -9.0, -4.0),
lateral: ("npc.wyvern_weald.male.wing_in_r"),
),
wing_mid_l: (
offset: (-17.0, -27.0, -2.0),
lateral: ("npc.wyvern_weald.male.wing_mid_r"),
),
wing_mid_r: (
offset: (0.0, -27.0, -2.0),
lateral: ("npc.wyvern_weald.male.wing_mid_r"),
),
wing_out_l: (
offset: (-18.0, -23.0, -2.0),
lateral: ("npc.wyvern_weald.male.wing_out_r"),
),
wing_out_r: (
offset: (0.0, -23.0, -2.0),
lateral: ("npc.wyvern_weald.male.wing_out_r"),
),
leg_l: (
offset: (-3.0, -4.5, -8.0),
lateral: ("npc.wyvern_weald.male.leg_r"),
),
leg_r: (
offset: (-3.0, -4.5, -8.0),
lateral: ("npc.wyvern_weald.male.leg_r"),
),
foot_l: (
offset: (-3.5, -6.5, -13.0),
lateral: ("npc.wyvern_weald.male.foot_r"),
),
foot_r: (
offset: (-3.5, -6.5, -13.0),
lateral: ("npc.wyvern_weald.male.foot_r"),
)
),
(WealdWyvern, Female): (
wing_in_l: (
offset: (-24.0, -9.0, -4.0),
lateral: ("npc.wyvern_weald.male.wing_in_r"),
),
wing_in_r: (
offset: (0.0, -9.0, -4.0),
lateral: ("npc.wyvern_weald.male.wing_in_r"),
),
wing_mid_l: (
offset: (-17.0, -27.0, -2.0),
lateral: ("npc.wyvern_weald.male.wing_mid_r"),
),
wing_mid_r: (
offset: (0.0, -27.0, -2.0),
lateral: ("npc.wyvern_weald.male.wing_mid_r"),
),
wing_out_l: (
offset: (-18.0, -23.0, -2.0),
lateral: ("npc.wyvern_weald.male.wing_out_r"),
),
wing_out_r: (
offset: (0.0, -23.0, -2.0),
lateral: ("npc.wyvern_weald.male.wing_out_r"),
),
leg_l: (
offset: (-3.0, -4.5, -8.0),
lateral: ("npc.wyvern_weald.male.leg_r"),
),
leg_r: (
offset: (-3.0, -4.5, -8.0),
lateral: ("npc.wyvern_weald.male.leg_r"),
),
foot_l: (
offset: (-3.5, -6.5, -13.0),
lateral: ("npc.wyvern_weald.male.foot_r"),
),
foot_r: (
offset: (-3.5, -6.5, -13.0),
lateral: ("npc.wyvern_weald.male.foot_r"),
)
),
})

View File

@ -37,11 +37,11 @@
),
(Treant, Male): (
head: (
offset: (-6.0, -6.5, -0.0),
offset: (-6.0, -6.5, 5.0),
central: ("npc.treant.male.head"),
),
jaw: (
offset: (-4.0, 0.0, -3.0),
offset: (-7.0, 0.0, -3.0),
central: ("npc.treant.male.jaw"),
),
torso_upper: (
@ -49,17 +49,17 @@
central: ("npc.treant.male.chest_upper"),
),
torso_lower: (
offset: (-8.0, -9.0, -8.0),
offset: (-8.0, -15.0, -10.0),
central: ("npc.treant.male.chest_lower"),
),
),
(Treant, Female): (
head: (
offset: (-6.0, -6.5, -0.0),
offset: (-6.0, -6.5, 5.0),
central: ("npc.treant.male.head"),
),
jaw: (
offset: (-4.0, 0.0, -3.0),
offset: (-7.0, 0.0, -3.0),
central: ("npc.treant.male.jaw"),
),
torso_upper: (
@ -67,7 +67,7 @@
central: ("npc.treant.male.chest_upper"),
),
torso_lower: (
offset: (-8.0, -9.0, -8.0),
offset: (-8.0, -15.0, -10.0),
central: ("npc.treant.male.chest_lower"),
),
),

Binary file not shown.

BIN
assets/voxygen/voxel/npc/dodarock/male/chest_back.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/dodarock/male/chest_front.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/npc/dodarock/male/foot_r.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/dodarock/male/hand_r.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/npc/dodarock/male/head_lower.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/dodarock/male/jaw.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/dodarock/male/leg_r.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/dodarock/male/neck.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/dodarock/male/tail_back.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/dodarock/male/tail_front.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/npc/reefsnapper/male/chest.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/reefsnapper/male/foot_br.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/reefsnapper/male/foot_fr.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/reefsnapper/male/head_lower.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/reefsnapper/male/head_upper.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/reefsnapper/male/jaw.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/reefsnapper/male/tail_front.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/reefsnapper/male/tail_rear.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/rootsnapper/male/chest.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/rootsnapper/male/foot_br.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/rootsnapper/male/foot_fr.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/rootsnapper/male/head_lower.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/rootsnapper/male/head_upper.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/rootsnapper/male/jaw.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/rootsnapper/male/tail_front.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/rootsnapper/male/tail_rear.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/npc/wyvern_cloud/male/beak.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/wyvern_cloud/male/chest.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/wyvern_cloud/male/foot_r.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/wyvern_cloud/male/head.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/wyvern_cloud/male/jaw.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/wyvern_cloud/male/leg_r.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/wyvern_cloud/male/neck.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/wyvern_cloud/male/tail_front.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/wyvern_cloud/male/tail_rear.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/wyvern_cloud/male/wing_in_r.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/wyvern_cloud/male/wing_mid_r.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/wyvern_cloud/male/wing_out_r.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/npc/wyvern_frost/male/beak.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/npc/wyvern_frost/male/chest.vox (Stored with Git LFS) Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More