mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
bird_medium_2
This commit is contained in:
parent
ea15cdcfe3
commit
0531b40fae
@ -511,6 +511,11 @@
|
|||||||
Simple(None, "common.abilities.custom.birdlargebasic.dash"),
|
Simple(None, "common.abilities.custom.birdlargebasic.dash"),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
Custom("Bird Medium Basic"): (
|
||||||
|
primary: "common.abilities.custom.birdmediumbasic.singlestrike",
|
||||||
|
secondary: "common.abilities.custom.birdmediumbasic.singlestrike",
|
||||||
|
abilities: [],
|
||||||
|
),
|
||||||
Custom("Tornado"): (
|
Custom("Tornado"): (
|
||||||
primary: "common.abilities.custom.tornado.spin",
|
primary: "common.abilities.custom.tornado.spin",
|
||||||
secondary: "common.abilities.empty.basic",
|
secondary: "common.abilities.empty.basic",
|
||||||
|
@ -0,0 +1,27 @@
|
|||||||
|
ComboMelee(
|
||||||
|
stage_data: [
|
||||||
|
(
|
||||||
|
stage: 1,
|
||||||
|
base_damage: 1.0,
|
||||||
|
damage_increase: 0,
|
||||||
|
base_poise_damage: 0,
|
||||||
|
poise_damage_increase: 0,
|
||||||
|
knockback: 0.0,
|
||||||
|
range: 2.5,
|
||||||
|
angle: 150.0,
|
||||||
|
base_buildup_duration: 0.1,
|
||||||
|
base_swing_duration: 0.07,
|
||||||
|
hit_timing: 0.5,
|
||||||
|
base_recover_duration: 0.2,
|
||||||
|
forward_movement: 0.0,
|
||||||
|
damage_kind: Piercing,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
initial_energy_gain: 0,
|
||||||
|
max_energy_gain: 0,
|
||||||
|
energy_increase: 0,
|
||||||
|
speed_increase: 0.0,
|
||||||
|
max_speed_increase: 0.0,
|
||||||
|
scales_from_combo: 0,
|
||||||
|
ori_modifier: 0.6,
|
||||||
|
)
|
11
assets/common/entity/wild/peaceful/cockatiel.ron
Normal file
11
assets/common/entity/wild/peaceful/cockatiel.ron
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#![enable(implicit_some)]
|
||||||
|
(
|
||||||
|
name: Automatic,
|
||||||
|
body: RandomWith("cockatiel"),
|
||||||
|
alignment: Alignment(Wild),
|
||||||
|
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
||||||
|
inventory: (
|
||||||
|
loadout: FromBody,
|
||||||
|
),
|
||||||
|
meta: [],
|
||||||
|
)
|
@ -1,7 +1,7 @@
|
|||||||
#![enable(implicit_some)]
|
#![enable(implicit_some)]
|
||||||
(
|
(
|
||||||
name: Automatic,
|
name: Automatic,
|
||||||
body: RandomWith("owl"),
|
body: RandomWith("crow"),
|
||||||
alignment: Alignment(Wild),
|
alignment: Alignment(Wild),
|
||||||
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
||||||
inventory: (
|
inventory: (
|
11
assets/common/entity/wild/peaceful/dodo.ron
Normal file
11
assets/common/entity/wild/peaceful/dodo.ron
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#![enable(implicit_some)]
|
||||||
|
(
|
||||||
|
name: Automatic,
|
||||||
|
body: RandomWith("dodo"),
|
||||||
|
alignment: Alignment(Wild),
|
||||||
|
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
||||||
|
inventory: (
|
||||||
|
loadout: FromBody,
|
||||||
|
),
|
||||||
|
meta: [],
|
||||||
|
)
|
11
assets/common/entity/wild/peaceful/horned_owl.ron
Normal file
11
assets/common/entity/wild/peaceful/horned_owl.ron
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#![enable(implicit_some)]
|
||||||
|
(
|
||||||
|
name: Automatic,
|
||||||
|
body: RandomWith("horned_owl"),
|
||||||
|
alignment: Alignment(Wild),
|
||||||
|
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
||||||
|
inventory: (
|
||||||
|
loadout: FromBody,
|
||||||
|
),
|
||||||
|
meta: [],
|
||||||
|
)
|
11
assets/common/entity/wild/peaceful/parakeet.ron
Normal file
11
assets/common/entity/wild/peaceful/parakeet.ron
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#![enable(implicit_some)]
|
||||||
|
(
|
||||||
|
name: Automatic,
|
||||||
|
body: RandomWith("parakeet"),
|
||||||
|
alignment: Alignment(Wild),
|
||||||
|
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
||||||
|
inventory: (
|
||||||
|
loadout: FromBody,
|
||||||
|
),
|
||||||
|
meta: [],
|
||||||
|
)
|
11
assets/common/entity/wild/peaceful/puffin.ron
Normal file
11
assets/common/entity/wild/peaceful/puffin.ron
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#![enable(implicit_some)]
|
||||||
|
(
|
||||||
|
name: Automatic,
|
||||||
|
body: RandomWith("puffin"),
|
||||||
|
alignment: Alignment(Wild),
|
||||||
|
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
||||||
|
inventory: (
|
||||||
|
loadout: FromBody,
|
||||||
|
),
|
||||||
|
meta: [],
|
||||||
|
)
|
11
assets/common/entity/wild/peaceful/snowy_owl.ron
Normal file
11
assets/common/entity/wild/peaceful/snowy_owl.ron
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#![enable(implicit_some)]
|
||||||
|
(
|
||||||
|
name: Automatic,
|
||||||
|
body: RandomWith("snowy_owl"),
|
||||||
|
alignment: Alignment(Wild),
|
||||||
|
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
||||||
|
inventory: (
|
||||||
|
loadout: FromBody,
|
||||||
|
),
|
||||||
|
meta: [],
|
||||||
|
)
|
11
assets/common/entity/wild/peaceful/toucan.ron
Normal file
11
assets/common/entity/wild/peaceful/toucan.ron
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#![enable(implicit_some)]
|
||||||
|
(
|
||||||
|
name: Automatic,
|
||||||
|
body: RandomWith("toucan"),
|
||||||
|
alignment: Alignment(Wild),
|
||||||
|
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
||||||
|
inventory: (
|
||||||
|
loadout: FromBody,
|
||||||
|
),
|
||||||
|
meta: [],
|
||||||
|
)
|
21
assets/common/items/npc_weapons/unique/birdmediumbasic.ron
Normal file
21
assets/common/items/npc_weapons/unique/birdmediumbasic.ron
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
ItemDef(
|
||||||
|
name: "Bird Medium Basic",
|
||||||
|
description: "BiteBiteBite!!! FightFightFight!!!",
|
||||||
|
kind: Tool((
|
||||||
|
kind: Natural,
|
||||||
|
hands: Two,
|
||||||
|
stats: (
|
||||||
|
equip_time_secs: 0.01,
|
||||||
|
power: 1.0,
|
||||||
|
effect_power: 1.0,
|
||||||
|
speed: 1.0,
|
||||||
|
crit_chance: 0.0625,
|
||||||
|
range: 1.0,
|
||||||
|
energy_efficiency: 1.0,
|
||||||
|
buff_strength: 1.0,
|
||||||
|
),
|
||||||
|
)),
|
||||||
|
quality: Low,
|
||||||
|
tags: [],
|
||||||
|
ability_spec: Some(Custom("Bird Medium Basic")),
|
||||||
|
)
|
@ -804,10 +804,30 @@
|
|||||||
keyword: "duck",
|
keyword: "duck",
|
||||||
generic: "Duck"
|
generic: "Duck"
|
||||||
),
|
),
|
||||||
|
snowy_owl: (
|
||||||
|
keyword: "snowy_owl",
|
||||||
|
generic: "SnowyOwl"
|
||||||
|
),
|
||||||
|
horned_owl: (
|
||||||
|
keyword: "horned_owl",
|
||||||
|
generic: "HornedOwl"
|
||||||
|
),
|
||||||
|
cockatiel: (
|
||||||
|
keyword: "cockatiel",
|
||||||
|
generic: "Cockatiel"
|
||||||
|
),
|
||||||
chicken: (
|
chicken: (
|
||||||
keyword: "chicken",
|
keyword: "chicken",
|
||||||
generic: "Chicken"
|
generic: "Chicken"
|
||||||
),
|
),
|
||||||
|
bat: (
|
||||||
|
keyword: "bat",
|
||||||
|
generic: "Bat"
|
||||||
|
),
|
||||||
|
penguin: (
|
||||||
|
keyword: "penguin",
|
||||||
|
generic: "Penguin"
|
||||||
|
),
|
||||||
goose: (
|
goose: (
|
||||||
keyword: "goose",
|
keyword: "goose",
|
||||||
generic: "Goose"
|
generic: "Goose"
|
||||||
@ -820,21 +840,29 @@
|
|||||||
keyword: "eagle",
|
keyword: "eagle",
|
||||||
generic: "Eagle"
|
generic: "Eagle"
|
||||||
),
|
),
|
||||||
owl: (
|
|
||||||
keyword: "owl",
|
|
||||||
generic: "Owl"
|
|
||||||
),
|
|
||||||
parrot: (
|
parrot: (
|
||||||
keyword: "parrot",
|
keyword: "parrot",
|
||||||
generic: "Parrot"
|
generic: "Parrot"
|
||||||
),
|
),
|
||||||
penguin: (
|
crow: (
|
||||||
keyword: "penguin",
|
keyword: "crow",
|
||||||
generic: "Penguin"
|
generic: "Crow"
|
||||||
),
|
),
|
||||||
bat: (
|
dodo: (
|
||||||
keyword: "bat",
|
keyword: "dodo",
|
||||||
generic: "Bat"
|
generic: "Dodo"
|
||||||
|
),
|
||||||
|
parakeet: (
|
||||||
|
keyword: "parakeet",
|
||||||
|
generic: "Parakeet"
|
||||||
|
),
|
||||||
|
puffin: (
|
||||||
|
keyword: "puffin",
|
||||||
|
generic: "Puffin"
|
||||||
|
),
|
||||||
|
toucan: (
|
||||||
|
keyword: "toucan",
|
||||||
|
generic: "Toucan"
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
@ -1,12 +1,68 @@
|
|||||||
({
|
({
|
||||||
|
(SnowyOwl, Male): (
|
||||||
|
head: (
|
||||||
|
offset: (-3.5, -4.0, -3.5),
|
||||||
|
central: ("npc.snowy_owl.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-3.5, -5.5, -4.0),
|
||||||
|
central: ("npc.snowy_owl.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-2.5, -3.0, -1.5),
|
||||||
|
central: ("npc.snowy_owl.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(SnowyOwl, Female): (
|
||||||
|
head: (
|
||||||
|
offset: (-3.5, -4.0, -3.5),
|
||||||
|
central: ("npc.snowy_owl.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-3.5, -5.5, -4.0),
|
||||||
|
central: ("npc.snowy_owl.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-2.5, -3.0, -1.5),
|
||||||
|
central: ("npc.snowy_owl.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(HornedOwl, Male): (
|
||||||
|
head: (
|
||||||
|
offset: (-4.5, -4.0, -4.5),
|
||||||
|
central: ("npc.horned_owl.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-3.5, -5.5, -4.0),
|
||||||
|
central: ("npc.horned_owl.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-2.5, -3.0, -2.5),
|
||||||
|
central: ("npc.horned_owl.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(HornedOwl, Female): (
|
||||||
|
head: (
|
||||||
|
offset: (-4.5, -4.0, -4.5),
|
||||||
|
central: ("npc.horned_owl.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-3.5, -5.5, -4.0),
|
||||||
|
central: ("npc.horned_owl.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-2.5, -3.0, -2.5),
|
||||||
|
central: ("npc.horned_owl.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
(Duck, Male): (
|
(Duck, Male): (
|
||||||
head: (
|
head: (
|
||||||
offset: (-2.0, -1.5, -2.5),
|
offset: (-2.0, -1.5, -2.5),
|
||||||
central: ("npc.duck.male.head"),
|
central: ("npc.duck.male.head"),
|
||||||
),
|
),
|
||||||
torso: (
|
chest: (
|
||||||
offset: (-3.0, -4.5, -3.0),
|
offset: (-3.0, -4.5, -3.0),
|
||||||
central: ("npc.duck.male.torso"),
|
central: ("npc.duck.male.chest"),
|
||||||
),
|
),
|
||||||
tail: (
|
tail: (
|
||||||
offset: (-2.0, -1.5, -3.0),
|
offset: (-2.0, -1.5, -3.0),
|
||||||
@ -16,28 +72,56 @@
|
|||||||
(Duck, Female): (
|
(Duck, Female): (
|
||||||
head: (
|
head: (
|
||||||
offset: (-2.0, -1.5, -2.5),
|
offset: (-2.0, -1.5, -2.5),
|
||||||
central: ("npc.duck.male.head"),
|
central: ("npc.duck.female.head"),
|
||||||
),
|
),
|
||||||
torso: (
|
chest: (
|
||||||
offset: (-3.0, -4.5, -3.0),
|
offset: (-3.0, -4.5, -3.0),
|
||||||
central: ("npc.duck.male.torso"),
|
central: ("npc.duck.female.chest"),
|
||||||
),
|
),
|
||||||
tail: (
|
tail: (
|
||||||
offset: (-2.0, -1.5, -3.0),
|
offset: (-2.0, -1.5, -3.0),
|
||||||
central: ("npc.duck.male.tail"),
|
central: ("npc.duck.female.tail"),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
(Cockatiel, Male): (
|
||||||
|
head: (
|
||||||
|
offset: (-1.5, -3.0, -3.5),
|
||||||
|
central: ("npc.cockatiel.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-1.5, -3.0, -2.5),
|
||||||
|
central: ("npc.cockatiel.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-1.5, -8.0, -1.0),
|
||||||
|
central: ("npc.cockatiel.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Cockatiel, Female): (
|
||||||
|
head: (
|
||||||
|
offset: (-1.5, -3.0, -3.5),
|
||||||
|
central: ("npc.cockatiel.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-1.5, -3.0, -2.5),
|
||||||
|
central: ("npc.cockatiel.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-1.5, -8.0, -1.0),
|
||||||
|
central: ("npc.cockatiel.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
(Chicken, Male): (
|
(Chicken, Male): (
|
||||||
head: (
|
head: (
|
||||||
offset: (-1.5, -3.0, -3.0),
|
offset: (-1.5, -3.0, -3.0),
|
||||||
central: ("npc.chicken.male.head"),
|
central: ("npc.chicken.male.head"),
|
||||||
),
|
),
|
||||||
torso: (
|
chest: (
|
||||||
offset: (-2.5, -4.5, -3.5),
|
offset: (-2.5, -4.5, -3.5),
|
||||||
central: ("npc.chicken.male.torso"),
|
central: ("npc.chicken.male.chest"),
|
||||||
),
|
),
|
||||||
tail: (
|
tail: (
|
||||||
offset: (-1.5, -2.0, -3.0),
|
offset: (-1.5, -3.0, -4.0),
|
||||||
central: ("npc.chicken.male.tail"),
|
central: ("npc.chicken.male.tail"),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
@ -46,191 +130,23 @@
|
|||||||
offset: (-1.5, -3.0, -4.0),
|
offset: (-1.5, -3.0, -4.0),
|
||||||
central: ("npc.chicken.female.head"),
|
central: ("npc.chicken.female.head"),
|
||||||
),
|
),
|
||||||
torso: (
|
chest: (
|
||||||
offset: (-2.5, -5.0, -3.5),
|
offset: (-2.5, -5.0, -3.5),
|
||||||
central: ("npc.chicken.female.torso"),
|
central: ("npc.chicken.female.chest"),
|
||||||
),
|
),
|
||||||
tail: (
|
tail: (
|
||||||
offset: (-1.5, -3.5, -3.5),
|
offset: (-1.5, -3.5, -3.5),
|
||||||
central: ("npc.chicken.female.tail"),
|
central: ("npc.chicken.female.tail"),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
(Goose, Male): (
|
|
||||||
head: (
|
|
||||||
offset: (-2.0, -3.5, -0.0),
|
|
||||||
central: ("npc.goose.male.head"),
|
|
||||||
),
|
|
||||||
torso: (
|
|
||||||
offset: (-3.5, -4.5, -3.0),
|
|
||||||
central: ("npc.goose.male.torso"),
|
|
||||||
),
|
|
||||||
tail: (
|
|
||||||
offset: (-2.0, -1.0, -3.5),
|
|
||||||
central: ("npc.goose.male.tail"),
|
|
||||||
)
|
|
||||||
),
|
|
||||||
(Goose, Female): (
|
|
||||||
head: (
|
|
||||||
offset: (-2.0, -3.5, -0.0),
|
|
||||||
central: ("npc.goose.male.head"),
|
|
||||||
),
|
|
||||||
torso: (
|
|
||||||
offset: (-3.5, -4.5, -3.0),
|
|
||||||
central: ("npc.goose.male.torso"),
|
|
||||||
),
|
|
||||||
tail: (
|
|
||||||
offset: (-2.0, -1.0, -3.5),
|
|
||||||
central: ("npc.goose.male.tail"),
|
|
||||||
)
|
|
||||||
),
|
|
||||||
(Peacock, Male): (
|
|
||||||
head: (
|
|
||||||
offset: (-2.0, -1.5, -0.0),
|
|
||||||
central: ("npc.peacock.male.head"),
|
|
||||||
),
|
|
||||||
torso: (
|
|
||||||
offset: (-2.5, -5.5, -4.5),
|
|
||||||
central: ("npc.peacock.male.torso"),
|
|
||||||
),
|
|
||||||
tail: (
|
|
||||||
offset: (-3.0, -1.5, -5.0),
|
|
||||||
central: ("npc.peacock.male.tail"),
|
|
||||||
)
|
|
||||||
),
|
|
||||||
(Peacock, Female): (
|
|
||||||
head: (
|
|
||||||
offset: (-2.0, -1.5, -0.0),
|
|
||||||
central: ("npc.peacock.female.head"),
|
|
||||||
),
|
|
||||||
torso: (
|
|
||||||
offset: (-2.5, -5.5, -4.5),
|
|
||||||
central: ("npc.peacock.female.torso"),
|
|
||||||
),
|
|
||||||
tail: (
|
|
||||||
offset: (-3.0, -1.5, -5.0),
|
|
||||||
central: ("npc.peacock.female.tail"),
|
|
||||||
)
|
|
||||||
),
|
|
||||||
(Eagle, Male): (
|
|
||||||
head: (
|
|
||||||
offset: (-2.0, -2.0, -3.5),
|
|
||||||
central: ("npc.eagle.male.head"),
|
|
||||||
),
|
|
||||||
torso: (
|
|
||||||
offset: (-3.0, -4.5, -4.5),
|
|
||||||
central: ("npc.eagle.male.torso"),
|
|
||||||
),
|
|
||||||
tail: (
|
|
||||||
offset: (-2.0, -3.5, -3.5),
|
|
||||||
central: ("npc.eagle.male.tail"),
|
|
||||||
)
|
|
||||||
),
|
|
||||||
(Eagle, Female): (
|
|
||||||
head: (
|
|
||||||
offset: (-2.0, -2.0, -3.5),
|
|
||||||
central: ("npc.eagle.male.head"),
|
|
||||||
),
|
|
||||||
torso: (
|
|
||||||
offset: (-3.0, -4.5, -4.5),
|
|
||||||
central: ("npc.eagle.male.torso"),
|
|
||||||
),
|
|
||||||
tail: (
|
|
||||||
offset: (-2.0, -3.5, -3.5),
|
|
||||||
central: ("npc.eagle.male.tail"),
|
|
||||||
)
|
|
||||||
),
|
|
||||||
(Owl, Male): (
|
|
||||||
head: (
|
|
||||||
offset: (-3.5, -4.5, -4.0),
|
|
||||||
central: ("npc.owl.male.head"),
|
|
||||||
),
|
|
||||||
torso: (
|
|
||||||
offset: (-3.5, -5.0, -3.0),
|
|
||||||
central: ("npc.owl.male.torso"),
|
|
||||||
),
|
|
||||||
tail: (
|
|
||||||
offset: (-2.5, -3.0, -2.0),
|
|
||||||
central: ("npc.owl.male.tail"),
|
|
||||||
)
|
|
||||||
),
|
|
||||||
(Owl, Female): (
|
|
||||||
head: (
|
|
||||||
offset: (-4.5, -4.5, -4.5),
|
|
||||||
central: ("npc.owl.female.head"),
|
|
||||||
),
|
|
||||||
torso: (
|
|
||||||
offset: (-3.5, -5.0, -3.5),
|
|
||||||
central: ("npc.owl.female.torso"),
|
|
||||||
),
|
|
||||||
tail: (
|
|
||||||
offset: (-2.5, -3.0, -2.0),
|
|
||||||
central: ("npc.owl.female.tail"),
|
|
||||||
)
|
|
||||||
),
|
|
||||||
(Parrot, Male): (
|
|
||||||
head: (
|
|
||||||
offset: (-1.5, -1.5, -2.5),
|
|
||||||
central: ("npc.parrot.male.head"),
|
|
||||||
),
|
|
||||||
torso: (
|
|
||||||
offset: (-1.5, -3.5, -3.5),
|
|
||||||
central: ("npc.parrot.male.torso"),
|
|
||||||
),
|
|
||||||
tail: (
|
|
||||||
offset: (-1.5, -4.5, -1.5),
|
|
||||||
central: ("npc.parrot.male.tail"),
|
|
||||||
)
|
|
||||||
),
|
|
||||||
(Parrot, Female): (
|
|
||||||
head: (
|
|
||||||
offset: (-1.5, -1.5, -2.5),
|
|
||||||
central: ("npc.parrot.male.head"),
|
|
||||||
),
|
|
||||||
torso: (
|
|
||||||
offset: (-1.5, -3.5, -3.5),
|
|
||||||
central: ("npc.parrot.male.torso"),
|
|
||||||
),
|
|
||||||
tail: (
|
|
||||||
offset: (-2.5, -4.5, -1.5),
|
|
||||||
central: ("npc.parrot.male.tail"),
|
|
||||||
)
|
|
||||||
),
|
|
||||||
(Penguin, Male): (
|
|
||||||
head: (
|
|
||||||
offset: (-1.5, -2.0, -2.0),
|
|
||||||
central: ("npc.penguin.male.head"),
|
|
||||||
),
|
|
||||||
torso: (
|
|
||||||
offset: (-3.5, -4.0, -5.5),
|
|
||||||
central: ("npc.penguin.male.torso"),
|
|
||||||
),
|
|
||||||
tail: (
|
|
||||||
offset: (-2.5, -4.5, -1.5),
|
|
||||||
central: ("npc.penguin.male.tail"),
|
|
||||||
)
|
|
||||||
),
|
|
||||||
(Penguin, Female): (
|
|
||||||
head: (
|
|
||||||
offset: (-1.5, -2.0, -2.0),
|
|
||||||
central: ("npc.penguin.male.head"),
|
|
||||||
),
|
|
||||||
torso: (
|
|
||||||
offset: (-3.5, -4.0, -5.5),
|
|
||||||
central: ("npc.penguin.male.torso"),
|
|
||||||
),
|
|
||||||
tail: (
|
|
||||||
offset: (-2.5, -4.5, -1.5),
|
|
||||||
central: ("npc.penguin.male.tail"),
|
|
||||||
)
|
|
||||||
),
|
|
||||||
(Bat, Male): (
|
(Bat, Male): (
|
||||||
head: (
|
head: (
|
||||||
offset: (-4.5, 2.0, -11.0),
|
offset: (-4.5, 2.0, -11.0),
|
||||||
central: ("npc.bat.male.head"),
|
central: ("npc.bat.male.head"),
|
||||||
),
|
),
|
||||||
torso: (
|
chest: (
|
||||||
offset: (-3.5, -5.0, -6.5),
|
offset: (-3.5, -5.0, -6.5),
|
||||||
central: ("npc.bat.male.torso"),
|
central: ("npc.bat.male.chest"),
|
||||||
),
|
),
|
||||||
tail: (
|
tail: (
|
||||||
offset: (-2.5, -1.5, -1.5),
|
offset: (-2.5, -1.5, -1.5),
|
||||||
@ -242,13 +158,293 @@
|
|||||||
offset: (-4.5, 2.0, -11.0),
|
offset: (-4.5, 2.0, -11.0),
|
||||||
central: ("npc.bat.male.head"),
|
central: ("npc.bat.male.head"),
|
||||||
),
|
),
|
||||||
torso: (
|
chest: (
|
||||||
offset: (-3.5, -5.0, -6.5),
|
offset: (-3.5, -5.0, -6.5),
|
||||||
central: ("npc.bat.male.torso"),
|
central: ("npc.bat.male.chest"),
|
||||||
),
|
),
|
||||||
tail: (
|
tail: (
|
||||||
offset: (-2.5, -1.5, -1.5),
|
offset: (-2.5, -1.5, -1.5),
|
||||||
central: ("npc.bat.male.tail"),
|
central: ("npc.bat.male.tail"),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
(Penguin, Male): (
|
||||||
|
head: (
|
||||||
|
offset: (-1.5, -2.0, -2.0),
|
||||||
|
central: ("npc.penguin.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-3.5, -4.0, -5.5),
|
||||||
|
central: ("npc.penguin.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-2.5, -4.5, -1.5),
|
||||||
|
central: ("npc.penguin.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Penguin, Female): (
|
||||||
|
head: (
|
||||||
|
offset: (-1.5, -2.0, -2.0),
|
||||||
|
central: ("npc.penguin.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-3.5, -4.0, -5.5),
|
||||||
|
central: ("npc.penguin.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-2.5, -4.5, -1.5),
|
||||||
|
central: ("npc.penguin.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Goose, Male): (
|
||||||
|
head: (
|
||||||
|
offset: (-2.0, -4.5, -6.0),
|
||||||
|
central: ("npc.goose.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-4.0, -5.5, -3.0),
|
||||||
|
central: ("npc.goose.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-2.0, -3.0, -2.5),
|
||||||
|
central: ("npc.goose.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Goose, Female): (
|
||||||
|
head: (
|
||||||
|
offset: (-2.0, -4.5, -6.0),
|
||||||
|
central: ("npc.goose.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-4.0, -5.5, -3.0),
|
||||||
|
central: ("npc.goose.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-2.0, -3.0, -2.5),
|
||||||
|
central: ("npc.goose.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Peacock, Male): (
|
||||||
|
head: (
|
||||||
|
offset: (-1.5, -4.5, -7.0),
|
||||||
|
central: ("npc.peacock.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-2.5, -5.5, -3.5),
|
||||||
|
central: ("npc.peacock.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-10.5, -14.0, -2.5),
|
||||||
|
central: ("npc.peacock.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Peacock, Female): (
|
||||||
|
head: (
|
||||||
|
offset: (-1.5, -4.5, -7.0),
|
||||||
|
central: ("npc.peacock.female.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-2.5, -5.5, -3.5),
|
||||||
|
central: ("npc.peacock.female.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-2.5, -7.0, -4.5),
|
||||||
|
central: ("npc.peacock.female.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Eagle, Male): (
|
||||||
|
head: (
|
||||||
|
offset: (-2.0, -5.0, -3.5),
|
||||||
|
central: ("npc.eagle.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-3.0, -6.0, -4.0),
|
||||||
|
central: ("npc.eagle.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-4.0, -3.5, -1.5),
|
||||||
|
central: ("npc.eagle.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Eagle, Female): (
|
||||||
|
head: (
|
||||||
|
offset: (-2.0, -4.5, -3.5),
|
||||||
|
central: ("npc.eagle.female.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-3.0, -6.0, -4.0),
|
||||||
|
central: ("npc.eagle.female.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-4.0, -3.5, -1.5),
|
||||||
|
central: ("npc.eagle.female.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Parrot, Male): (
|
||||||
|
head: (
|
||||||
|
offset: (-1.5, -4.0, -3.0),
|
||||||
|
central: ("npc.parrot.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-2.5, -4.5, -3.5),
|
||||||
|
central: ("npc.parrot.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-1.5, -10.0, -3.5),
|
||||||
|
central: ("npc.parrot.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Parrot, Female): (
|
||||||
|
head: (
|
||||||
|
offset: (-1.5, -5.5, -4.0),
|
||||||
|
central: ("npc.parrot.female.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-2.5, -4.5, -3.5),
|
||||||
|
central: ("npc.parrot.female.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-1.5, -10.0, -3.5),
|
||||||
|
central: ("npc.parrot.female.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Crow, Male): (
|
||||||
|
head: (
|
||||||
|
offset: (-1.5, -4.5, -2.5),
|
||||||
|
central: ("npc.crow.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-2.5, -4.0, -3.0),
|
||||||
|
central: ("npc.crow.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-3.5, -3.5, -1.5),
|
||||||
|
central: ("npc.crow.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Crow, Female): (
|
||||||
|
head: (
|
||||||
|
offset: (-1.5, -4.5, -2.5),
|
||||||
|
central: ("npc.crow.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-2.5, -4.0, -3.0),
|
||||||
|
central: ("npc.crow.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-3.5, -3.5, -1.5),
|
||||||
|
central: ("npc.crow.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Dodo, Male): (
|
||||||
|
head: (
|
||||||
|
offset: (-2.5, -6.0, -6.0),
|
||||||
|
central: ("npc.dodo.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-4.5, -5.5, -4.0),
|
||||||
|
central: ("npc.dodo.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-2.5, -4.0, -3.5),
|
||||||
|
central: ("npc.dodo.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Dodo, Female): (
|
||||||
|
head: (
|
||||||
|
offset: (-2.5, -6.0, -6.0),
|
||||||
|
central: ("npc.dodo.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-4.5, -5.5, -4.0),
|
||||||
|
central: ("npc.dodo.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-2.5, -4.0, -3.5),
|
||||||
|
central: ("npc.dodo.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Parakeet, Male): (
|
||||||
|
head: (
|
||||||
|
offset: (-1.5, -3.0, -2.0),
|
||||||
|
central: ("npc.parakeet.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-1.5, -3.0, -2.5),
|
||||||
|
central: ("npc.parakeet.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-1.5, -4.0, -2.0),
|
||||||
|
central: ("npc.parakeet.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Parakeet, Female): (
|
||||||
|
head: (
|
||||||
|
offset: (-1.5, -3.0, -2.0),
|
||||||
|
central: ("npc.parakeet.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-1.5, -3.0, -2.5),
|
||||||
|
central: ("npc.parakeet.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-1.5, -4.0, -2.0),
|
||||||
|
central: ("npc.parakeet.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Puffin, Male): (
|
||||||
|
head: (
|
||||||
|
offset: (-2.5, -5.0, -3.5),
|
||||||
|
central: ("npc.puffin.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-2.5, -5.0, -4.0),
|
||||||
|
central: ("npc.puffin.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-2.5, -3.5, -2.0),
|
||||||
|
central: ("npc.puffin.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Puffin, Female): (
|
||||||
|
head: (
|
||||||
|
offset: (-2.5, -5.0, -3.5),
|
||||||
|
central: ("npc.puffin.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-2.5, -5.0, -4.0),
|
||||||
|
central: ("npc.puffin.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-2.5, -3.5, -2.0),
|
||||||
|
central: ("npc.puffin.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Toucan, Male): (
|
||||||
|
head: (
|
||||||
|
offset: (-1.5, -2.0, -3.0),
|
||||||
|
central: ("npc.toucan.male.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-2.5, -4.5, -3.5),
|
||||||
|
central: ("npc.toucan.male.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-3.5, -5.0, -4.0),
|
||||||
|
central: ("npc.toucan.male.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(Toucan, Female): (
|
||||||
|
head: (
|
||||||
|
offset: (-1.5, -2.0, -3.0),
|
||||||
|
central: ("npc.toucan.female.head"),
|
||||||
|
),
|
||||||
|
chest: (
|
||||||
|
offset: (-2.5, -4.5, -3.5),
|
||||||
|
central: ("npc.toucan.female.chest"),
|
||||||
|
),
|
||||||
|
tail: (
|
||||||
|
offset: (-3.5, -5.0, -4.0),
|
||||||
|
central: ("npc.toucan.female.tail"),
|
||||||
|
),
|
||||||
|
),
|
||||||
})
|
})
|
File diff suppressed because it is too large
Load Diff
BIN
assets/voxygen/voxel/npc/bat/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/bat/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/bat/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/bat/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/bat/male/wing_r.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/bat/male/wing_r.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/chicken/female/leg_r.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/chicken/female/leg_r.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/chicken/female/wing.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/chicken/female/wing.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/chicken/female/wing_in_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/chicken/female/wing_in_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/chicken/female/wing_out_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/chicken/female/wing_out_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/chicken/male/wing.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/chicken/male/wing.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/chicken/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/chicken/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/chicken/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/chicken/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/cockatiel/male/chest.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/cockatiel/male/chest.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/cockatiel/male/head.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/cockatiel/male/head.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/cockatiel/male/leg_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/cockatiel/male/leg_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/cockatiel/male/tail.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/cockatiel/male/tail.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/cockatiel/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/cockatiel/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/cockatiel/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/cockatiel/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/crow/male/chest.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/crow/male/chest.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/crow/male/head.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/crow/male/head.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/crow/male/leg_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/crow/male/leg_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/crow/male/tail.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/crow/male/tail.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/crow/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/crow/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/crow/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/crow/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/dodo/male/chest.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/dodo/male/chest.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/dodo/male/head.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/dodo/male/head.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/dodo/male/leg_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/dodo/male/leg_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/dodo/male/tail.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/dodo/male/tail.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/dodo/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/dodo/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/dodo/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/dodo/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/duck/female/wing.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/duck/female/wing.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/duck/female/wing_in_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/duck/female/wing_in_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/duck/female/wing_out_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/duck/female/wing_out_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/duck/male/wing.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/duck/male/wing.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/duck/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/duck/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/duck/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/duck/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/female/chest.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/eagle/female/chest.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/female/head.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/eagle/female/head.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/female/leg_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/eagle/female/leg_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/female/tail.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/eagle/female/tail.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/female/wing_in_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/eagle/female/wing_in_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/female/wing_out_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/eagle/female/wing_out_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/male/chest.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/eagle/male/chest.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/male/head.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/eagle/male/head.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/male/leg_r.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/eagle/male/leg_r.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/male/tail.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/eagle/male/tail.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/male/torso.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/eagle/male/torso.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/eagle/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/eagle/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/eagle/male/wing_r.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/eagle/male/wing_r.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/goose/male/chest.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/goose/male/chest.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/goose/male/head.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/goose/male/head.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/goose/male/leg_r.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/goose/male/leg_r.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/goose/male/tail.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/goose/male/tail.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/goose/male/torso.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/goose/male/torso.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/goose/male/wing.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/goose/male/wing.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/goose/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/goose/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/goose/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/goose/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/horned_owl/male/chest.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/horned_owl/male/chest.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/horned_owl/male/head.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/horned_owl/male/head.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/horned_owl/male/leg_l.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/horned_owl/male/leg_l.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/horned_owl/male/leg_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/horned_owl/male/leg_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/horned_owl/male/tail.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/horned_owl/male/tail.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/horned_owl/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/horned_owl/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/horned_owl/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/horned_owl/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/owl/female/head.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/owl/female/head.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/owl/female/leg_r.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/owl/female/leg_r.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/owl/female/tail.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/owl/female/tail.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/owl/female/torso.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/owl/female/torso.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/owl/female/wing_r.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/owl/female/wing_r.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/owl/male/head.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/owl/male/head.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/owl/male/leg_r.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/owl/male/leg_r.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/owl/male/tail.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/owl/male/tail.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/owl/male/torso.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/owl/male/torso.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/owl/male/wing_r.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/npc/owl/male/wing_r.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/npc/parakeet/male/chest.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/parakeet/male/chest.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/parakeet/male/head.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/parakeet/male/head.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/parakeet/male/leg_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/parakeet/male/leg_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/parakeet/male/tail.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/parakeet/male/tail.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/parakeet/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/parakeet/male/wing_in_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/parakeet/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/parakeet/male/wing_out_r.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/parrot/female/chest.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/parrot/female/chest.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/npc/parrot/female/head.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/npc/parrot/female/head.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
Loading…
x
Reference in New Issue
Block a user