mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'slipped/betterthings' into 'master'
better quad anims, new animals, theropods, golem See merge request veloren/veloren!1384
This commit is contained in:
commit
6f2161c740
9
assets/common/items/armor/starter/glider.ron
Normal file
9
assets/common/items/armor/starter/glider.ron
Normal file
@ -0,0 +1,9 @@
|
||||
ItemDef(
|
||||
name: "Swift Glider",
|
||||
description: "Thank goodness for big pockets",
|
||||
kind: Glider(
|
||||
(
|
||||
kind: "Blue",
|
||||
),
|
||||
),
|
||||
)
|
@ -286,6 +286,14 @@
|
||||
"bonerattler": {
|
||||
"keyword": "bonerattler",
|
||||
"generic": "Bonerattler"
|
||||
},
|
||||
"deer": {
|
||||
"keyword": "deer",
|
||||
"generic": "Deer"
|
||||
},
|
||||
"hirdrasil": {
|
||||
"keyword": "hirdrasil",
|
||||
"generic": "Hirdrasil"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -461,6 +469,38 @@
|
||||
"frog": {
|
||||
"keyword": "frog",
|
||||
"generic": "Frog"
|
||||
},
|
||||
"rat": {
|
||||
"keyword": "rat",
|
||||
"generic": "Rat"
|
||||
},
|
||||
"axolotl": {
|
||||
"keyword": "axolotl",
|
||||
"generic": "Axolotl"
|
||||
},
|
||||
"gecko": {
|
||||
"keyword": "gecko",
|
||||
"generic": "Gecko"
|
||||
},
|
||||
"turtle": {
|
||||
"keyword": "turtle",
|
||||
"generic": "Turtle"
|
||||
},
|
||||
"squirrel": {
|
||||
"keyword": "squirrel",
|
||||
"generic": "Squirrel"
|
||||
},
|
||||
"fungome": {
|
||||
"keyword": "fungome",
|
||||
"generic": "Fungome"
|
||||
},
|
||||
"porcupine": {
|
||||
"keyword": "porcupine",
|
||||
"generic": "Porcupine"
|
||||
},
|
||||
"beaver": {
|
||||
"keyword": "beaver",
|
||||
"generic": "Beaver"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -550,37 +590,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"critter": {
|
||||
"theropod": {
|
||||
"body": {
|
||||
"keyword": "critter",
|
||||
"keyword": "theropod",
|
||||
"names": [
|
||||
"Remy"
|
||||
]
|
||||
},
|
||||
"species": {
|
||||
"rat": {
|
||||
"keyword": "rat",
|
||||
"generic": "Rat"
|
||||
"archaeos": {
|
||||
"keyword": "archaeos",
|
||||
"generic": "Archaeos"
|
||||
},
|
||||
"axolotl": {
|
||||
"keyword": "axolotl",
|
||||
"generic": "Axolotl"
|
||||
},
|
||||
"gecko": {
|
||||
"keyword": "gecko",
|
||||
"generic": "Gecko"
|
||||
},
|
||||
"turtle": {
|
||||
"keyword": "turtle",
|
||||
"generic": "Turtle"
|
||||
},
|
||||
"squirrel": {
|
||||
"keyword": "squirrel",
|
||||
"generic": "Squirrel"
|
||||
},
|
||||
"fungome": {
|
||||
"keyword": "fungome",
|
||||
"generic": "Fungome"
|
||||
"odonto": {
|
||||
"keyword": "odonto",
|
||||
"generic": "Odonto"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -2,241 +2,241 @@
|
||||
(Ogre, Male): (
|
||||
head: (
|
||||
offset: (-8.0, -6.0, -6.5),
|
||||
center: ("npc.ogre.male.head"),
|
||||
central: ("npc.ogre.male.head"),
|
||||
),
|
||||
torso_upper: (
|
||||
offset: (-8.0, -6.0, -8.0),
|
||||
center: ("npc.ogre.male.torso_upper"),
|
||||
central: ("npc.ogre.male.torso_upper"),
|
||||
),
|
||||
torso_lower: (
|
||||
offset: (-6.0, -5.5, -10.0),
|
||||
center: ("npc.ogre.male.torso_lower"),
|
||||
central: ("npc.ogre.male.torso_lower"),
|
||||
),
|
||||
jaw: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
tail: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
second: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
main: (
|
||||
offset: (-5.0, -5.5, -5.0),
|
||||
center: ("npc.ogre.male.hammer"),
|
||||
central: ("npc.ogre.male.hammer"),
|
||||
)
|
||||
),
|
||||
(Ogre, Female): (
|
||||
head: (
|
||||
offset: (-9.0, -5.5, -6.0),
|
||||
center: ("npc.ogre.female..head"),
|
||||
central: ("npc.ogre.female..head"),
|
||||
),
|
||||
torso_upper: (
|
||||
offset: (-6.0, -5.0, -6.0),
|
||||
center: ("npc.ogre.female.torso_upper"),
|
||||
central: ("npc.ogre.female.torso_upper"),
|
||||
),
|
||||
torso_lower: (
|
||||
offset: (-5.0, -4.5, -6.0),
|
||||
center: ("npc.ogre.female.torso_lower"),
|
||||
central: ("npc.ogre.female.torso_lower"),
|
||||
),
|
||||
jaw: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
tail: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
second: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
main: (
|
||||
offset: (-2.5, -5.5, -5.0),
|
||||
center: ("npc.ogre.female.main"),
|
||||
central: ("npc.ogre.female.main"),
|
||||
)
|
||||
),
|
||||
(Cyclops, Male): (
|
||||
head: (
|
||||
offset: (-7.0, -7.0, -6.5),
|
||||
center: ("npc.cyclops.male.head"),
|
||||
central: ("npc.cyclops.male.head"),
|
||||
),
|
||||
torso_upper: (
|
||||
offset: (-8.0, -6.0, -6.0),
|
||||
center: ("npc.cyclops.male.torso_upper"),
|
||||
central: ("npc.cyclops.male.torso_upper"),
|
||||
),
|
||||
torso_lower: (
|
||||
offset: (-6.0, -5.5, -12.0),
|
||||
center: ("npc.cyclops.male.torso_lower"),
|
||||
central: ("npc.cyclops.male.torso_lower"),
|
||||
),
|
||||
jaw: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
tail: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
second: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
main: (
|
||||
offset: (-5.0, -6.5, -4.0),
|
||||
center: ("npc.cyclops.male.hammer"),
|
||||
central: ("npc.cyclops.male.hammer"),
|
||||
)
|
||||
),
|
||||
(Cyclops, Female): (
|
||||
head: (
|
||||
offset: (-7.0, -7.0, -6.5),
|
||||
center: ("npc.cyclops.male.head"),
|
||||
central: ("npc.cyclops.male.head"),
|
||||
),
|
||||
torso_upper: (
|
||||
offset: (-8.0, -6.0, -6.0),
|
||||
center: ("npc.cyclops.male.torso_upper"),
|
||||
central: ("npc.cyclops.male.torso_upper"),
|
||||
),
|
||||
torso_lower: (
|
||||
offset: (-6.0, -5.5, -12.0),
|
||||
center: ("npc.cyclops.male.torso_lower"),
|
||||
central: ("npc.cyclops.male.torso_lower"),
|
||||
),
|
||||
jaw: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
tail: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
second: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
main: (
|
||||
offset: (-5.0, -6.5, -4.0),
|
||||
center: ("npc.cyclops.female.hammer"),
|
||||
central: ("npc.cyclops.female.hammer"),
|
||||
)
|
||||
),
|
||||
(Wendigo, Male): (
|
||||
head: (
|
||||
offset: (-15.0, -4.5, -9.5),
|
||||
center: ("npc.wendigo.male.head"),
|
||||
central: ("npc.wendigo.male.head"),
|
||||
),
|
||||
torso_upper: (
|
||||
offset: (-6.0, -5.5, -6.5),
|
||||
center: ("npc.wendigo.male.torso_upper"),
|
||||
central: ("npc.wendigo.male.torso_upper"),
|
||||
),
|
||||
torso_lower: (
|
||||
offset: (-4.0, -2.0, -4.0),
|
||||
center: ("npc.wendigo.male.torso_lower"),
|
||||
central: ("npc.wendigo.male.torso_lower"),
|
||||
),
|
||||
jaw: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
tail: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
second: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
main: (
|
||||
offset: (-5.0, -6.5, -4.0),
|
||||
center: ("npc.wendigo.male.hammer"),
|
||||
central: ("npc.wendigo.male.hammer"),
|
||||
)
|
||||
),
|
||||
(Wendigo, Female): (
|
||||
head: (
|
||||
offset: (-15.0, -4.5, -9.5),
|
||||
center: ("npc.wendigo.male.head"),
|
||||
central: ("npc.wendigo.male.head"),
|
||||
),
|
||||
torso_upper: (
|
||||
offset: (-6.0, -5.5, -6.5),
|
||||
center: ("npc.wendigo.male.torso_upper"),
|
||||
central: ("npc.wendigo.male.torso_upper"),
|
||||
),
|
||||
torso_lower: (
|
||||
offset: (-4.0, -2.0, -4.0),
|
||||
center: ("npc.wendigo.male.torso_lower"),
|
||||
central: ("npc.wendigo.male.torso_lower"),
|
||||
),
|
||||
jaw: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
tail: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
second: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
main: (
|
||||
offset: (-5.0, -6.5, -4.0),
|
||||
center: ("npc.wendigo.male.hammer"),
|
||||
central: ("npc.wendigo.male.hammer"),
|
||||
)
|
||||
),
|
||||
(Troll, Male): (
|
||||
head: (
|
||||
offset: (-8.0, -8.5, -9.0),
|
||||
center: ("npc.troll.male.head"),
|
||||
central: ("npc.troll.male.head"),
|
||||
),
|
||||
torso_upper: (
|
||||
offset: (-8.0, -7.5, -11.0),
|
||||
center: ("npc.troll.male.torso_upper"),
|
||||
central: ("npc.troll.male.torso_upper"),
|
||||
),
|
||||
torso_lower: (
|
||||
offset: (-6.0, -3.5, -5.0),
|
||||
center: ("npc.troll.male.torso_lower"),
|
||||
central: ("npc.troll.male.torso_lower"),
|
||||
),
|
||||
jaw: (
|
||||
offset: (-4.0, 0.0, -4.5),
|
||||
center: ("npc.troll.male.jaw"),
|
||||
central: ("npc.troll.male.jaw"),
|
||||
),
|
||||
tail: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
second: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
main: (
|
||||
offset: (-5.0, -6.5, -4.0),
|
||||
center: ("npc.troll.male.hammer"),
|
||||
central: ("npc.troll.male.hammer"),
|
||||
)
|
||||
),
|
||||
(Troll, Female): (
|
||||
head: (
|
||||
offset: (-8.0, -8.5, -9.0),
|
||||
center: ("npc.troll.male.head"),
|
||||
central: ("npc.troll.male.head"),
|
||||
),
|
||||
torso_upper: (
|
||||
offset: (-8.0, -7.5, -11.0),
|
||||
center: ("npc.troll.male.torso_upper"),
|
||||
central: ("npc.troll.male.torso_upper"),
|
||||
),
|
||||
torso_lower: (
|
||||
offset: (-6.0, -3.5, -5.0),
|
||||
center: ("npc.troll.male.torso_lower"),
|
||||
central: ("npc.troll.male.torso_lower"),
|
||||
),
|
||||
jaw: (
|
||||
offset: (-4.0, 0.0, -4.5),
|
||||
center: ("npc.troll.male.jaw"),
|
||||
central: ("npc.troll.male.jaw"),
|
||||
),
|
||||
tail: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
second: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
main: (
|
||||
offset: (-5.0, -6.5, -4.0),
|
||||
center: ("npc.troll.female.hammer"),
|
||||
central: ("npc.troll.female.hammer"),
|
||||
)
|
||||
),
|
||||
|
||||
@ -244,62 +244,62 @@
|
||||
(Dullahan, Male): (
|
||||
head: (
|
||||
offset: (-8.0, -5.0, -6.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
torso_upper: (
|
||||
offset: (-9.0, -7.5, -7.0),
|
||||
center: ("npc.dullahan.male.torso_upper"),
|
||||
central: ("npc.dullahan.male.torso_upper"),
|
||||
),
|
||||
torso_lower: (
|
||||
offset: (-8.0, -6.0, -9.0),
|
||||
center: ("npc.dullahan.male.torso_lower"),
|
||||
central: ("npc.dullahan.male.torso_lower"),
|
||||
),
|
||||
jaw: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
tail: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
second: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
main: (
|
||||
offset: (-5.0, -6.5, -4.0),
|
||||
center: ("npc.cyclops.male.hammer"),
|
||||
central: ("npc.cyclops.male.hammer"),
|
||||
)
|
||||
),
|
||||
|
||||
(Dullahan, Female): (
|
||||
head: (
|
||||
offset: (-8.0, -5.0, -6.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
torso_upper: (
|
||||
offset: (-9.0, -7.5, -7.0),
|
||||
center: ("npc.dullahan.male.torso_upper"),
|
||||
central: ("npc.dullahan.male.torso_upper"),
|
||||
),
|
||||
torso_lower: (
|
||||
offset: (-8.0, -6.0, -9.0),
|
||||
center: ("npc.dullahan.male.torso_lower"),
|
||||
central: ("npc.dullahan.male.torso_lower"),
|
||||
),
|
||||
jaw: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
tail: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
second: (
|
||||
offset: (0.0, 0.0, 0.0),
|
||||
center: ("armor.empty"),
|
||||
central: ("armor.empty"),
|
||||
),
|
||||
main: (
|
||||
offset: (-5.0, -6.5, -4.0),
|
||||
center: ("npc.cyclops.male.hammer"),
|
||||
central: ("npc.cyclops.male.hammer"),
|
||||
)
|
||||
),
|
||||
})
|
@ -2,225 +2,225 @@
|
||||
(Duck, Male): (
|
||||
head: (
|
||||
offset: (-1.5, -2.0, -1.5),
|
||||
center: ("npc.duck.male.head"),
|
||||
central: ("npc.duck.male.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-2.5, -3.0, -2.0),
|
||||
center: ("npc.duck.male.torso"),
|
||||
central: ("npc.duck.male.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-1.5, -0.5, -2.5),
|
||||
center: ("npc.duck.male.tail"),
|
||||
central: ("npc.duck.male.tail"),
|
||||
)
|
||||
),
|
||||
(Duck, Female): (
|
||||
head: (
|
||||
offset: (-1.5, -2.0, -1.5),
|
||||
center: ("npc.duck.female.head"),
|
||||
central: ("npc.duck.female.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-2.5, -3.0, -2.0),
|
||||
center: ("npc.duck.female.torso"),
|
||||
central: ("npc.duck.female.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-1.5, -0.5, -2.5),
|
||||
center: ("npc.duck.female.tail"),
|
||||
central: ("npc.duck.female.tail"),
|
||||
)
|
||||
),
|
||||
(Chicken, Male): (
|
||||
head: (
|
||||
offset: (-1.5, -2.0, -3.5),
|
||||
center: ("npc.chicken.male.head"),
|
||||
central: ("npc.chicken.male.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-2.5, -3.0, -2.0),
|
||||
center: ("npc.chicken.male.torso"),
|
||||
central: ("npc.chicken.male.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-1.5, -2.5, -3.5),
|
||||
center: ("npc.chicken.male.tail"),
|
||||
central: ("npc.chicken.male.tail"),
|
||||
)
|
||||
),
|
||||
(Chicken, Female): (
|
||||
head: (
|
||||
offset: (-1.5, -2.0, -2.5),
|
||||
center: ("npc.chicken.female.head"),
|
||||
central: ("npc.chicken.female.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-2.5, -3.0, -2.0),
|
||||
center: ("npc.chicken.female.torso"),
|
||||
central: ("npc.chicken.female.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-1.5, -0.5, -2.5),
|
||||
center: ("npc.chicken.female.tail"),
|
||||
central: ("npc.chicken.female.tail"),
|
||||
)
|
||||
),
|
||||
(Goose, Male): (
|
||||
head: (
|
||||
offset: (-2.0, -3.5, -0.0),
|
||||
center: ("npc.goose.male.head"),
|
||||
central: ("npc.goose.male.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-3.5, -4.5, -3.0),
|
||||
center: ("npc.goose.male.torso"),
|
||||
central: ("npc.goose.male.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-2.0, -1.0, -3.5),
|
||||
center: ("npc.goose.male.tail"),
|
||||
central: ("npc.goose.male.tail"),
|
||||
)
|
||||
),
|
||||
(Goose, Female): (
|
||||
head: (
|
||||
offset: (-2.0, -3.5, -0.0),
|
||||
center: ("npc.goose.male.head"),
|
||||
central: ("npc.goose.male.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-3.5, -4.5, -3.0),
|
||||
center: ("npc.goose.male.torso"),
|
||||
central: ("npc.goose.male.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-2.0, -1.0, -3.5),
|
||||
center: ("npc.goose.male.tail"),
|
||||
central: ("npc.goose.male.tail"),
|
||||
)
|
||||
),
|
||||
(Peacock, Male): (
|
||||
head: (
|
||||
offset: (-2.0, -1.5, -0.0),
|
||||
center: ("npc.peacock.male.head"),
|
||||
central: ("npc.peacock.male.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-2.5, -5.5, -4.5),
|
||||
center: ("npc.peacock.male.torso"),
|
||||
central: ("npc.peacock.male.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-3.0, -1.5, -5.0),
|
||||
center: ("npc.peacock.male.tail"),
|
||||
central: ("npc.peacock.male.tail"),
|
||||
)
|
||||
),
|
||||
(Peacock, Female): (
|
||||
head: (
|
||||
offset: (-2.0, -1.5, -0.0),
|
||||
center: ("npc.peacock.female.head"),
|
||||
central: ("npc.peacock.female.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-2.5, -5.5, -4.5),
|
||||
center: ("npc.peacock.female.torso"),
|
||||
central: ("npc.peacock.female.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-3.0, -1.5, -5.0),
|
||||
center: ("npc.peacock.female.tail"),
|
||||
central: ("npc.peacock.female.tail"),
|
||||
)
|
||||
),
|
||||
(Eagle, Male): (
|
||||
head: (
|
||||
offset: (-2.0, -2.0, -3.5),
|
||||
center: ("npc.eagle.male.head"),
|
||||
central: ("npc.eagle.male.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-3.0, -4.5, -4.5),
|
||||
center: ("npc.eagle.male.torso"),
|
||||
central: ("npc.eagle.male.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-2.0, -3.5, -3.5),
|
||||
center: ("npc.eagle.male.tail"),
|
||||
central: ("npc.eagle.male.tail"),
|
||||
)
|
||||
),
|
||||
(Eagle, Female): (
|
||||
head: (
|
||||
offset: (-2.0, -2.0, -3.5),
|
||||
center: ("npc.eagle.male.head"),
|
||||
central: ("npc.eagle.male.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-3.0, -4.5, -4.5),
|
||||
center: ("npc.eagle.male.torso"),
|
||||
central: ("npc.eagle.male.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-2.0, -3.5, -3.5),
|
||||
center: ("npc.eagle.male.tail"),
|
||||
central: ("npc.eagle.male.tail"),
|
||||
)
|
||||
),
|
||||
(Snowyowl, Male): (
|
||||
head: (
|
||||
offset: (-3.5, -4.5, -4.0),
|
||||
center: ("npc.snowyowl.male.head"),
|
||||
central: ("npc.snowyowl.male.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-3.5, -5.0, -3.0),
|
||||
center: ("npc.snowyowl.male.torso"),
|
||||
central: ("npc.snowyowl.male.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-2.5, -3.0, -2.0),
|
||||
center: ("npc.snowyowl.male.tail"),
|
||||
central: ("npc.snowyowl.male.tail"),
|
||||
)
|
||||
),
|
||||
(Snowyowl, Female): (
|
||||
head: (
|
||||
offset: (-3.5, -4.5, -4.0),
|
||||
center: ("npc.snowyowl.male.head"),
|
||||
central: ("npc.snowyowl.male.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-3.5, -5.0, -3.0),
|
||||
center: ("npc.snowyowl.male.torso"),
|
||||
central: ("npc.snowyowl.male.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-2.5, -3.0, -2.0),
|
||||
center: ("npc.snowyowl.male.tail"),
|
||||
central: ("npc.snowyowl.male.tail"),
|
||||
)
|
||||
),
|
||||
(Parrot, Male): (
|
||||
head: (
|
||||
offset: (-1.5, -1.5, -2.5),
|
||||
center: ("npc.parrot.male.head"),
|
||||
central: ("npc.parrot.male.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-1.5, -3.5, -3.5),
|
||||
center: ("npc.parrot.male.torso"),
|
||||
central: ("npc.parrot.male.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-1.5, -4.5, -1.5),
|
||||
center: ("npc.parrot.male.tail"),
|
||||
central: ("npc.parrot.male.tail"),
|
||||
)
|
||||
),
|
||||
(Parrot, Female): (
|
||||
head: (
|
||||
offset: (-1.5, -1.5, -2.5),
|
||||
center: ("npc.parrot.male.head"),
|
||||
central: ("npc.parrot.male.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-1.5, -3.5, -3.5),
|
||||
center: ("npc.parrot.male.torso"),
|
||||
central: ("npc.parrot.male.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-1.5, -4.5, -1.5),
|
||||
center: ("npc.parrot.male.tail"),
|
||||
central: ("npc.parrot.male.tail"),
|
||||
)
|
||||
),
|
||||
(Cockatrice, Male): (
|
||||
head: (
|
||||
offset: (-2.5, 0.0, -8.0),
|
||||
center: ("npc.cockatrice.male.head"),
|
||||
central: ("npc.cockatrice.male.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-3.5, -6.5, -7.5),
|
||||
center: ("npc.cockatrice.male.torso"),
|
||||
central: ("npc.cockatrice.male.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-1.5, -3.5, -4.0),
|
||||
center: ("npc.cockatrice.male.tail"),
|
||||
central: ("npc.cockatrice.male.tail"),
|
||||
)
|
||||
),
|
||||
(Cockatrice, Female): (
|
||||
head: (
|
||||
offset: (-2.5, 0.0, -8.0),
|
||||
center: ("npc.cockatrice.male.head"),
|
||||
central: ("npc.cockatrice.male.head"),
|
||||
),
|
||||
torso: (
|
||||
offset: (-3.5, -6.5, -7.5),
|
||||
center: ("npc.cockatrice.male.torso"),
|
||||
central: ("npc.cockatrice.male.torso"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-1.5, -3.5, -4.0),
|
||||
center: ("npc.cockatrice.male.tail"),
|
||||
central: ("npc.cockatrice.male.tail"),
|
||||
)
|
||||
),
|
||||
})
|
@ -1,266 +0,0 @@
|
||||
({
|
||||
(Rat, Male): (
|
||||
head: (
|
||||
offset: (-4.5, -4.0, -4.0),
|
||||
center: ("npc.rat.male.head"),
|
||||
),
|
||||
chest: (
|
||||
offset: (-4.5, -6.0, -4.0),
|
||||
center: ("npc.rat.male.chest"),
|
||||
),
|
||||
feet_f: (
|
||||
offset: (-4.0, -1.5, -1.0),
|
||||
center: ("npc.rat.male.feet_f"),
|
||||
),
|
||||
feet_b: (
|
||||
offset: (-4.0, -1.5, -1.0),
|
||||
center: ("npc.rat.male.feet_b"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-0.5, -4.0, -1.5),
|
||||
center: ("npc.rat.male.tail"),
|
||||
),
|
||||
),
|
||||
(Rat, Female): (
|
||||
head: (
|
||||
offset: (-4.5, -4.0, -4.0),
|
||||
center: ("npc.rat.male.head"),
|
||||
),
|
||||
chest: (
|
||||
offset: (-4.5, -6.0, -4.0),
|
||||
center: ("npc.rat.male.chest"),
|
||||
),
|
||||
feet_f: (
|
||||
offset: (-4.0, -1.5, -1.0),
|
||||
center: ("npc.rat.male.feet_f"),
|
||||
),
|
||||
feet_b: (
|
||||
offset: (-4.0, -1.5, -1.0),
|
||||
center: ("npc.rat.male.feet_b"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-0.5, -4.0, -1.5),
|
||||
center: ("npc.rat.male.tail"),
|
||||
),
|
||||
),
|
||||
(Axolotl, Male): (
|
||||
head: (
|
||||
offset: (-3.5, -4.0, -2.0),
|
||||
center: ("npc.axolotl.male.head"),
|
||||
),
|
||||
chest: (
|
||||
offset: (-2.5, -4.0, -1.5),
|
||||
center: ("npc.axolotl.male.chest"),
|
||||
),
|
||||
feet_f: (
|
||||
offset: (-3.0, -0.5, -1.0),
|
||||
center: ("npc.axolotl.male.feet_f"),
|
||||
),
|
||||
feet_b: (
|
||||
offset: (-3.0, -0.5, -1.0),
|
||||
center: ("npc.axolotl.male.feet_b"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-1.5, -2.5, -1.5),
|
||||
center: ("npc.axolotl.male.tail"),
|
||||
),
|
||||
),
|
||||
(Axolotl, Female): (
|
||||
head: (
|
||||
offset: (-3.5, -4.0, -2.0),
|
||||
center: ("npc.axolotl.male.head"),
|
||||
),
|
||||
chest: (
|
||||
offset: (-2.5, -4.0, -1.5),
|
||||
center: ("npc.axolotl.male.chest"),
|
||||
),
|
||||
feet_f: (
|
||||
offset: (-3.0, -0.5, -1.0),
|
||||
center: ("npc.axolotl.male.feet_f"),
|
||||
),
|
||||
feet_b: (
|
||||
offset: (-3.0, -0.5, -1.0),
|
||||
center: ("npc.axolotl.male.feet_b"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-1.5, -2.5, -1.5),
|
||||
center: ("npc.axolotl.male.tail"),
|
||||
),
|
||||
),
|
||||
(Gecko, Male): (
|
||||
head: (
|
||||
offset: (-2.5, -3.0, -2.0),
|
||||
center: ("npc.gecko.male.head"),
|
||||
),
|
||||
chest: (
|
||||
offset: (-1.5, -4.0, -2.0),
|
||||
center: ("npc.gecko.male.chest"),
|
||||
),
|
||||
feet_f: (
|
||||
offset: (-2.0, -0.5, -1.0),
|
||||
center: ("npc.gecko.male.feet_f"),
|
||||
),
|
||||
feet_b: (
|
||||
offset: (-2.0, -0.5, -1.0),
|
||||
center: ("npc.gecko.male.feet_b"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-0.5, -2.5, -1.0),
|
||||
center: ("npc.gecko.male.tail"),
|
||||
),
|
||||
),
|
||||
(Gecko, Female): (
|
||||
head: (
|
||||
offset: (-2.5, -3.0, -2.0),
|
||||
center: ("npc.gecko.male.head"),
|
||||
),
|
||||
chest: (
|
||||
offset: (-1.5, -4.0, -1.5),
|
||||
center: ("npc.gecko.male.chest"),
|
||||
),
|
||||
feet_f: (
|
||||
offset: (-2.0, -0.5, -1.0),
|
||||
center: ("npc.gecko.male.feet_f"),
|
||||
),
|
||||
feet_b: (
|
||||
offset: (-2.0, -0.5, -1.0),
|
||||
center: ("npc.gecko.male.feet_b"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-0.5, -2.5, -1.0),
|
||||
center: ("npc.gecko.male.tail"),
|
||||
),
|
||||
),
|
||||
(Turtle, Male): (
|
||||
head: (
|
||||
offset: (-2.5, -2.5, -2.5),
|
||||
center: ("npc.turtle.male.head"),
|
||||
),
|
||||
chest: (
|
||||
offset: (-6.0, -6.0, -4.0),
|
||||
center: ("npc.turtle.male.chest"),
|
||||
),
|
||||
feet_f: (
|
||||
offset: (-5.0, -0.5, -1.0),
|
||||
center: ("npc.turtle.male.feet_f"),
|
||||
),
|
||||
feet_b: (
|
||||
offset: (-5.0, -0.5, -1.0),
|
||||
center: ("npc.turtle.male.feet_b"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-0.5, -2.0, -1.0),
|
||||
center: ("npc.turtle.male.tail"),
|
||||
),
|
||||
),
|
||||
(Turtle, Female): (
|
||||
head: (
|
||||
offset: (-2.5, -2.5, -2.5),
|
||||
center: ("npc.turtle.male.head"),
|
||||
),
|
||||
chest: (
|
||||
offset: (-6.0, -6.0, -4.0),
|
||||
center: ("npc.turtle.male.chest"),
|
||||
),
|
||||
feet_f: (
|
||||
offset: (-5.0, -0.5, -1.0),
|
||||
center: ("npc.turtle.male.feet_f"),
|
||||
),
|
||||
feet_b: (
|
||||
offset: (-5.0, -0.5, -1.0),
|
||||
center: ("npc.turtle.male.feet_b"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-0.5, -2.0, -1.0),
|
||||
center: ("npc.turtle.male.tail"),
|
||||
),
|
||||
),
|
||||
(Squirrel, Male): (
|
||||
head: (
|
||||
offset: (-1.5, -2.0, -2.0),
|
||||
center: ("npc.squirrel.male.head"),
|
||||
),
|
||||
chest: (
|
||||
offset: (-1.5, -3.0, -1.5),
|
||||
center: ("npc.squirrel.male.chest"),
|
||||
),
|
||||
feet_f: (
|
||||
offset: (-2.0, -0.5, -1.0),
|
||||
center: ("npc.squirrel.male.feet_f"),
|
||||
),
|
||||
feet_b: (
|
||||
offset: (-2.0, -0.5, -1.0),
|
||||
center: ("npc.squirrel.male.feet_b"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-1.5, -1.5, -3.0),
|
||||
center: ("npc.squirrel.male.tail"),
|
||||
),
|
||||
),
|
||||
(Squirrel, Female): (
|
||||
head: (
|
||||
offset: (-1.5, -2.0, -2.0),
|
||||
center: ("npc.squirrel.male.head"),
|
||||
),
|
||||
chest: (
|
||||
offset: (-1.5, -3.0, -1.5),
|
||||
center: ("npc.squirrel.male.chest"),
|
||||
),
|
||||
feet_f: (
|
||||
offset: (-2.0, -0.5, -1.0),
|
||||
center: ("npc.squirrel.male.feet_f"),
|
||||
),
|
||||
feet_b: (
|
||||
offset: (-2.0, -0.5, -1.0),
|
||||
center: ("npc.squirrel.male.feet_b"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-1.5, -1.5, -3.0),
|
||||
center: ("npc.squirrel.male.tail"),
|
||||
),
|
||||
),
|
||||
(Fungome, Male): (
|
||||
head: (
|
||||
offset: (-2.5, -1.5, -2.0),
|
||||
center: ("npc.fungome.male.head"),
|
||||
),
|
||||
chest: (
|
||||
offset: (-6.0, -6.0, -4.0),
|
||||
center: ("npc.fungome.male.chest"),
|
||||
),
|
||||
feet_f: (
|
||||
offset: (-3.0, -0.5, -1.0),
|
||||
center: ("npc.fungome.male.feet_f"),
|
||||
),
|
||||
feet_b: (
|
||||
offset: (-3.0, -0.5, -1.0),
|
||||
center: ("npc.fungome.male.feet_b"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-1.0, -0.5, -1.0),
|
||||
center: ("npc.fungome.male.tail"),
|
||||
),
|
||||
),
|
||||
(Fungome, Female): (
|
||||
head: (
|
||||
offset: (-2.5, -1.5, -2.0),
|
||||
center: ("npc.fungome.male.head"),
|
||||
),
|
||||
chest: (
|
||||
offset: (-6.0, -6.0, -4.0),
|
||||
center: ("npc.fungome.male.chest"),
|
||||
),
|
||||
feet_f: (
|
||||
offset: (-3.0, -0.5, -1.0),
|
||||
center: ("npc.fungome.male.feet_f"),
|
||||
),
|
||||
feet_b: (
|
||||
offset: (-3.0, -0.5, -1.0),
|
||||
center: ("npc.fungome.male.feet_b"),
|
||||
),
|
||||
tail: (
|
||||
offset: (-1.0, -0.5, -1.0),
|
||||
center: ("npc.fungome.male.tail"),
|
||||
),
|
||||
),
|
||||
})
|
@ -2,61 +2,61 @@
|
||||
(Reddragon, Male): (
|
||||
upper: (
|
||||
offset: (-6.5, -2.0, -6.0),
|
||||
center: ("npc.reddragon.male.head_upper"),
|
||||
central: ("npc.reddragon.male.head_upper"),
|
||||
),
|
||||
lower: (
|
||||
offset: (-2.5, -2.0, -5.0),
|
||||
center: ("npc.reddragon.male.head_lower"),
|
||||
central: ("npc.reddragon.male.head_lower"),
|
||||
),
|
||||
jaw: (
|
||||
offset: (-3.5, -2.0, -1.5),
|
||||
center: ("npc.reddragon.male.jaw"),
|
||||
central: ("npc.reddragon.male.jaw"),
|
||||
),
|
||||
chest_front: (
|
||||
offset: (-6.5, -6.0, -7.5),
|
||||
center: ("npc.reddragon.male.chest_front"),
|
||||
central: ("npc.reddragon.male.chest_front"),
|
||||
),
|
||||
chest_rear: (
|
||||
offset: (-6.5, -13.0, -7.0),
|
||||
center: ("npc.reddragon.male.chest_rear"),
|
||||
central: ("npc.reddragon.male.chest_rear"),
|
||||
),
|
||||
tail_front: (
|
||||
offset: (-2.5, -12.0, -3.5),
|
||||
center: ("npc.reddragon.male.tail_front"),
|
||||
central: ("npc.reddragon.male.tail_front"),
|
||||
),
|
||||
tail_rear: (
|
||||
offset: (-3.5, -16.0, -3.0),
|
||||
center: ("npc.reddragon.male.tail_rear"),
|
||||
central: ("npc.reddragon.male.tail_rear"),
|
||||
)
|
||||
),
|
||||
(Reddragon, Female): (
|
||||
upper: (
|
||||
offset: (-6.5, -2.0, -6.0),
|
||||
center: ("npc.reddragon.male.head_upper"),
|
||||
central: ("npc.reddragon.male.head_upper"),
|
||||
),
|
||||
lower: (
|
||||
offset: (-2.5, -2.0, -5.0),
|
||||
center: ("npc.reddragon.male.head_lower"),
|
||||
central: ("npc.reddragon.male.head_lower"),
|
||||
),
|
||||
jaw: (
|
||||
offset: (-3.5, -2.0, -1.5),
|
||||
center: ("npc.reddragon.male.jaw"),
|
||||
central: ("npc.reddragon.male.jaw"),
|
||||
),
|
||||
chest_front: (
|
||||
offset: (-6.5, -6.0, -7.5),
|
||||
center: ("npc.reddragon.male.chest_front"),
|
||||
central: ("npc.reddragon.male.chest_front"),
|
||||
),
|
||||
chest_rear: (
|
||||
offset: (-6.5, -13.0, -7.0),
|
||||
center: ("npc.reddragon.male.chest_rear"),
|
||||
central: ("npc.reddragon.male.chest_rear"),
|
||||
),
|
||||
tail_front: (
|
||||
offset: (-2.5, -12.0, -3.5),
|
||||
center: ("npc.reddragon.male.tail_front"),
|
||||
central: ("npc.reddragon.male.tail_front"),
|
||||
),
|
||||
tail_rear: (
|
||||
offset: (-3.5, -16.0, -3.0),
|
||||
center: ("npc.reddragon.male.tail_rear"),
|
||||
central: ("npc.reddragon.male.tail_rear"),
|
||||
)
|
||||
),
|
||||
})
|
@ -1,22 +0,0 @@
|
||||
({
|
||||
(StoneGolem, Male): (
|
||||
head: (
|
||||
offset: (-5.0, -5.5, -7.5),
|
||||
center: ("npc.stonegolem.male.head"),
|
||||
),
|
||||
torso_upper: (
|
||||
offset: (-6.0, -3.5, -10.0),
|
||||
center: ("npc.stonegolem.male.torso_upper"),
|
||||
),
|
||||
),
|
||||
(StoneGolem, Female): (
|
||||
head: (
|
||||
offset: (-5.0, -5.5, -7.5),
|
||||
center: ("npc.stonegolem.male.head"),
|
||||
),
|
||||
torso_upper: (
|
||||
offset: (-6.0, -3.5, -10.0),
|
||||
center: ("npc.stonegolem.male.torso_upper"),
|
||||
),
|
||||
),
|
||||
})
|
30
assets/voxygen/voxel/golem_central_manifest.ron
Normal file
30
assets/voxygen/voxel/golem_central_manifest.ron
Normal file
@ -0,0 +1,30 @@
|
||||
({
|
||||
(StoneGolem, Male): (
|
||||
head: (
|
||||
offset: (-3.5, -4.0, -0.0),
|
||||
central: ("npc.stonegolem.male.head"),
|
||||
),
|
||||
torso_upper: (
|
||||
offset: (-10.5, -10.5, -10.5),
|
||||
central: ("npc.stonegolem.male.chest_upper"),
|
||||
),
|
||||
torso_lower: (
|
||||
offset: (-4.5, -4.5, -7.0),
|
||||
central: ("npc.stonegolem.male.chest_lower"),
|
||||
),
|
||||
),
|
||||
(StoneGolem, Female): (
|
||||
head: (
|
||||
offset: (-3.5, -4.0, -0.0),
|
||||
central: ("npc.stonegolem.male.head"),
|
||||
),
|
||||
torso_upper: (
|
||||
offset: (-10.5, -10.5, -10.5),
|
||||
central: ("npc.stonegolem.male.chest_upper"),
|
||||
),
|
||||
torso_lower: (
|
||||
offset: (-4.5, -4.5, -7.0),
|
||||
central: ("npc.stonegolem.male.chest_lower"),
|
||||
),
|
||||
),
|
||||
})
|
@ -1,69 +1,69 @@
|
||||
({
|
||||
(StoneGolem, Male): (
|
||||
shoulder_l: (
|
||||
offset: (-4.5, -4.0, -5.0),
|
||||
offset: (-18.0, -7.5, -7.0),
|
||||
lateral: ("npc.stonegolem.male.shoulder_l"),
|
||||
),
|
||||
shoulder_r: (
|
||||
offset: (-4.5, -4.0, -5.0),
|
||||
offset: (0.0, -7.5, -7.0),
|
||||
lateral: ("npc.stonegolem.male.shoulder_r"),
|
||||
),
|
||||
hand_l: (
|
||||
offset: (-3.0, -3.5, -14.0),
|
||||
offset: (-9.0, -11.5, -26.0),
|
||||
lateral: ("npc.stonegolem.male.hand_l"),
|
||||
),
|
||||
hand_r: (
|
||||
offset: (-3.0, -3.5, -14.0),
|
||||
offset: (-9.0, -11.5, -26.0),
|
||||
lateral: ("npc.stonegolem.male.hand_r"),
|
||||
),
|
||||
leg_l: (
|
||||
offset: (-2.5, -2.5, -6.0),
|
||||
offset: (-7.0, -3.5, -9.0),
|
||||
lateral: ("npc.stonegolem.male.leg_l"),
|
||||
),
|
||||
leg_r: (
|
||||
offset: (-2.5, -2.5, -6.0),
|
||||
offset: (0.0, -3.5, -9.0),
|
||||
lateral: ("npc.stonegolem.male.leg_r"),
|
||||
),
|
||||
foot_l: (
|
||||
offset: (-3.0, -3.5, -9.5),
|
||||
offset: (-4.5, -4.5, -11.0),
|
||||
lateral: ("npc.stonegolem.male.foot_l"),
|
||||
),
|
||||
foot_r: (
|
||||
offset: (-3.0, -3.5, -9.5),
|
||||
offset: (-4.5, -4.5, -11.0),
|
||||
lateral: ("npc.stonegolem.male.foot_r"),
|
||||
)
|
||||
),
|
||||
(StoneGolem, Female): (
|
||||
shoulder_l: (
|
||||
offset: (-4.5, -4.0, -5.0),
|
||||
offset: (-18.0, -7.5, -7.0),
|
||||
lateral: ("npc.stonegolem.male.shoulder_l"),
|
||||
),
|
||||
shoulder_r: (
|
||||
offset: (-4.5, -4.0, -5.0),
|
||||
offset: (0.0, -7.5, -7.0),
|
||||
lateral: ("npc.stonegolem.male.shoulder_r"),
|
||||
),
|
||||
hand_l: (
|
||||
offset: (-3.0, -3.5, -14.0),
|
||||
offset: (-9.0, -11.5, -26.0),
|
||||
lateral: ("npc.stonegolem.male.hand_l"),
|
||||
),
|
||||
hand_r: (
|
||||
offset: (-3.0, -3.5, -14.0),
|
||||
offset: (-9.0, -11.5, -26.0),
|
||||
lateral: ("npc.stonegolem.male.hand_r"),
|
||||
),
|
||||
leg_l: (
|
||||
offset: (-2.5, -2.5, -6.0),
|
||||
offset: (-7.0, -3.5, -9.0),
|
||||
lateral: ("npc.stonegolem.male.leg_l"),
|
||||
),
|
||||
leg_r: (
|
||||
offset: (-2.5, -2.5, -6.0),
|
||||
offset: (0.0, -3.5, -9.0),
|
||||
lateral: ("npc.stonegolem.male.leg_r"),
|
||||
),
|
||||
foot_l: (
|
||||
offset: (-3.0, -3.5, -10.5),
|
||||
offset: (-4.5, -4.5, -11.0),
|
||||
lateral: ("npc.stonegolem.male.foot_l"),
|
||||
),
|
||||
foot_r: (
|
||||
offset: (-3.0, -3.5, -10.5),
|
||||
offset: (-4.5, -4.5, -11.0),
|
||||
lateral: ("npc.stonegolem.male.foot_r"),
|
||||
)
|
||||
),
|
||||
|
BIN
assets/voxygen/voxel/npc/archaeos/male/chest_back.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/archaeos/male/chest_back.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/archaeos/male/chest_front.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/archaeos/male/chest_front.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/archaeos/male/foot_l.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/archaeos/male/foot_l.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/archaeos/male/foot_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/archaeos/male/foot_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/archaeos/male/hand_l.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/archaeos/male/hand_l.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/archaeos/male/hand_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/archaeos/male/hand_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/archaeos/male/head.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/archaeos/male/head.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/archaeos/male/jaw.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/archaeos/male/jaw.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/archaeos/male/leg_l.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/archaeos/male/leg_l.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/archaeos/male/leg_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/archaeos/male/leg_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/archaeos/male/neck.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/archaeos/male/neck.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/archaeos/male/tail_back.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/archaeos/male/tail_back.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/archaeos/male/tail_front.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/archaeos/male/tail_front.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/axolotl/male/chest.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/axolotl/male/chest.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/axolotl/male/feet_b.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/axolotl/male/feet_b.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/axolotl/male/feet_f.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/axolotl/male/feet_f.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/axolotl/male/foot_bl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/axolotl/male/foot_bl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/axolotl/male/foot_br.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/axolotl/male/foot_br.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/axolotl/male/foot_fl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/axolotl/male/foot_fl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/axolotl/male/foot_fr.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/axolotl/male/foot_fr.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/axolotl/male/head.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/axolotl/male/head.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/axolotl/male/tail.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/axolotl/male/tail.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/beaver/male/chest.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/beaver/male/chest.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/beaver/male/foot_bl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/beaver/male/foot_bl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/beaver/male/foot_br.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/beaver/male/foot_br.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/beaver/male/foot_fl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/beaver/male/foot_fl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/beaver/male/foot_fr.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/beaver/male/foot_fr.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/beaver/male/head.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/beaver/male/head.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/beaver/male/tail.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/beaver/male/tail.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/catoblepas/male/foot_fl.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/catoblepas/male/foot_fl.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/catoblepas/male/foot_fr.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/catoblepas/male/foot_fr.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/catoblepas/male/leg_fl.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/catoblepas/male/leg_fl.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/catoblepas/male/leg_fr.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/catoblepas/male/leg_fr.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/female/foot_bl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/female/foot_bl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/female/foot_br.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/female/foot_br.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/female/foot_fl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/female/foot_fl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/female/foot_fr.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/female/foot_fr.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/female/head.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/female/head.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/female/jaw.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/female/jaw.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/female/leg_bl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/female/leg_bl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/female/leg_br.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/female/leg_br.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/female/leg_fl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/female/leg_fl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/female/leg_fr.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/female/leg_fr.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/female/neck.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/female/neck.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/female/tail.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/female/tail.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/female/torso_back.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/female/torso_back.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/female/torso_front.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/female/torso_front.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/male/foot_bl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/male/foot_bl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/male/foot_br.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/male/foot_br.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/male/foot_fl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/male/foot_fl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/male/foot_fr.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/male/foot_fr.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/male/head.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/male/head.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/male/jaw.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/male/jaw.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/male/leg_bl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/male/leg_bl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/male/leg_br.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/male/leg_br.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/male/leg_fl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/male/leg_fl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/male/leg_fr.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/male/leg_fr.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/male/neck.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/male/neck.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/male/tail.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/male/tail.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/male/torso_back.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/male/torso_back.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/deer/male/torso_front.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/deer/male/torso_front.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/fungome/male/chest.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/fungome/male/chest.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/fungome/male/feet_b.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/fungome/male/feet_b.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/fungome/male/feet_f.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/fungome/male/feet_f.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/fungome/male/foot_bl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/fungome/male/foot_bl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/fungome/male/foot_br.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/fungome/male/foot_br.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/fungome/male/foot_fl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/fungome/male/foot_fl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/fungome/male/foot_fr.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/fungome/male/foot_fr.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/fungome/male/head.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/fungome/male/head.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/fungome/male/tail.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/fungome/male/tail.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/gecko/male/Gecko.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/gecko/male/Gecko.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/gecko/male/chest.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/gecko/male/chest.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/gecko/male/feet_b.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/gecko/male/feet_b.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/gecko/male/feet_f.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/gecko/male/feet_f.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/gecko/male/foot_bl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/gecko/male/foot_bl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/gecko/male/foot_br.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/gecko/male/foot_br.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/gecko/male/foot_fl.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/gecko/male/foot_fl.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/gecko/male/foot_fr.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/gecko/male/foot_fr.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/gecko/male/head.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/gecko/male/head.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/gecko/male/tail.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/gecko/male/tail.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/grolgar/male/foot_bl.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/grolgar/male/foot_bl.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/grolgar/male/foot_br.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/grolgar/male/foot_br.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/grolgar/male/foot_fl.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/grolgar/male/foot_fl.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/grolgar/male/foot_fr.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/grolgar/male/foot_fr.vox
(Stored with Git LFS)
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user