primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
11
veloren/assets/common/entity/wild/peaceful/alpaca.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/alpaca.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("alpaca"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.wool"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/antelope.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/antelope.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("antelope"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.gentle"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
14
veloren/assets/common/entity/wild/peaceful/arctic_fox.ron
Normal file
14
veloren/assets/common/entity/wild/peaceful/arctic_fox.ron
Normal file
@@ -0,0 +1,14 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Name("Arctic Fox"),
|
||||
body: Exact(QuadrupedSmall((
|
||||
species: Fox,
|
||||
body_type: Female,
|
||||
))),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.generic"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
14
veloren/assets/common/entity/wild/peaceful/arctic_hare.ron
Normal file
14
veloren/assets/common/entity/wild/peaceful/arctic_hare.ron
Normal file
@@ -0,0 +1,14 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Name("Arctic Hare"),
|
||||
body: Exact(QuadrupedSmall((
|
||||
species: Hare,
|
||||
body_type: Female,
|
||||
))),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.fur"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/axolotl.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/axolotl.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("axolotl"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.ooze"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/bat.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/bat.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("bat"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.bat"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
12
veloren/assets/common/entity/wild/peaceful/bear.ron
Normal file
12
veloren/assets/common/entity/wild/peaceful/bear.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
// FIXME: move this boi to spot directory
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Name("Well-fed Bear"),
|
||||
body: RandomWith("bear"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.clawed"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/beaver.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/beaver.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("beaver"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.fur"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/boar.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/boar.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("boar"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.generic"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
12
veloren/assets/common/entity/wild/peaceful/bushly.ron
Normal file
12
veloren/assets/common/entity/wild/peaceful/bushly.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Name("Bushly"),
|
||||
body: RandomWith("bushly"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.biped_small.bushly"),
|
||||
inventory: (
|
||||
loadout: Inline((
|
||||
inherit: Asset("common.loadout.world.bushly.bushly"),
|
||||
)), ),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/camel.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/camel.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("camel"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.gentle"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/cat.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/cat.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("cat"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.generic"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/catoblepas.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/catoblepas.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("catoblepas"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.catoblepas"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/cattle.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/cattle.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("cattle"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.cattle"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/chicken.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/chicken.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("chicken"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/clownfish.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/clownfish.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("clownfish"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.fish"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/cockatiel.ron
Normal file
11
veloren/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: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/crab.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/crab.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("crab"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.crustacean.crab"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("crawler_molten"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.arthropod.crawler_molten"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/crawler_moss.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/crawler_moss.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("crawler_moss"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.arthropod.ooze"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/crawler_sand.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/crawler_sand.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("crawler_sand"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.arthropod.ooze"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/crow.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/crow.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("crow"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/deer.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/deer.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("deer"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.gentle"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/dodo.ron
Normal file
11
veloren/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
veloren/assets/common/entity/wild/peaceful/dog.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/dog.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("dog"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.generic"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/donkey.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/donkey.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("donkey"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.gentle"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/driggle.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/driggle.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Name("Driggle"),
|
||||
body: RandomWith("driggle"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_low.driggle"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/duck.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/duck.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("duck"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/eagle.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/eagle.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("eagle"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
14
veloren/assets/common/entity/wild/peaceful/elbst.ron
Normal file
14
veloren/assets/common/entity/wild/peaceful/elbst.ron
Normal file
@@ -0,0 +1,14 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Name("Elbst"),
|
||||
body: Exact(QuadrupedLow((
|
||||
species: Elbst,
|
||||
body_type: Male,
|
||||
))),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_low.elbst"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/emberfly.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/emberfly.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Name("Emberfly"),
|
||||
body: RandomWith("emberfly"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.arthropod.emberfly"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
14
veloren/assets/common/entity/wild/peaceful/forest_fox.ron
Normal file
14
veloren/assets/common/entity/wild/peaceful/forest_fox.ron
Normal file
@@ -0,0 +1,14 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Name("Red Fox"),
|
||||
body: Exact(QuadrupedSmall((
|
||||
species: Fox,
|
||||
body_type: Male,
|
||||
))),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.generic"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/frog.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/frog.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("frog"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.ooze"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/fungome.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/fungome.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("fungome"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.mushroom"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/gecko.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/gecko.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("gecko"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.ooze"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/goat.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/goat.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("goat"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.wool"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/goose.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/goose.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("goose"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/highland.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/highland.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("highland"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.highland"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/hirdrasil.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/hirdrasil.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("hirdrasil"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.hirdrasil"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/holladon.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/holladon.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("holladon"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.generic"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/horned_owl.ron
Normal file
11
veloren/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
veloren/assets/common/entity/wild/peaceful/horse.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/horse.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("horse"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.gentle"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/jackalope.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/jackalope.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("jackalope"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.fur"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/kelpie.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/kelpie.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("kelpie"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.gentle"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/leaf_beetle.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/leaf_beetle.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("leaf_beetle"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.arthropod.leaf_beetle"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/llama.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/llama.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("llama"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.wool"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/mammoth.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/mammoth.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("mammoth"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.mammoth"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/marlin.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/marlin.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("marlin"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.fish"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/moose.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/moose.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("moose"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.moose"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/mossy_snail.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/mossy_snail.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Name("Mossy Snail"),
|
||||
body: RandomWith("mossy_snail"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.mossy_snail"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/mouflon.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/mouflon.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("mouflon"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.wool"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/pangolin.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/pangolin.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("pangolin"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_low.generic"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/parakeet.ron
Normal file
11
veloren/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
veloren/assets/common/entity/wild/peaceful/parrot.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/parrot.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("parrot"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/peacock.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/peacock.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("peacock"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.bird_medium"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/penguin.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/penguin.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("penguin"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.gentle"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/pig.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/pig.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("pig"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.generic"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/piranha.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/piranha.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("piranha"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.fish"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/porcupine.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/porcupine.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("porcupine"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.generic"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/puffin.ron
Normal file
11
veloren/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
veloren/assets/common/entity/wild/peaceful/quokka.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/quokka.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("quokka"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.fur"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/rabbit.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/rabbit.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("rabbit"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.generic"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/raccoon.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/raccoon.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("raccoon"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.generic"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/rat.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/rat.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("rat"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.rodent"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
14
veloren/assets/common/entity/wild/peaceful/salamander.ron
Normal file
14
veloren/assets/common/entity/wild/peaceful/salamander.ron
Normal file
@@ -0,0 +1,14 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Name("Salamander"),
|
||||
body: Exact(QuadrupedLow((
|
||||
species: Salamander,
|
||||
body_type: Male,
|
||||
))),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_low.salamander"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
14
veloren/assets/common/entity/wild/peaceful/sand_hare.ron
Normal file
14
veloren/assets/common/entity/wild/peaceful/sand_hare.ron
Normal file
@@ -0,0 +1,14 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Name("Desert Hare"),
|
||||
body: Exact(QuadrupedSmall((
|
||||
species: Hare,
|
||||
body_type: Male,
|
||||
))),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.fur"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/seal.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/seal.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("seal"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.fur"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/sheep.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/sheep.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("sheep"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.wool"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/skunk.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/skunk.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("skunk"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.fur"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/snowy_owl.ron
Normal file
11
veloren/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
veloren/assets/common/entity/wild/peaceful/squirrel.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/squirrel.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("squirrel"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.rodent"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/tortoise.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/tortoise.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("tortoise"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_low.generic"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/toucan.ron
Normal file
11
veloren/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: [],
|
||||
)
|
||||
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Name("TreantSapling"),
|
||||
body: RandomWith("treant_sapling"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.treant_sapling"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/truffler.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/truffler.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("truffler"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.truffler"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/turtle.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/turtle.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("turtle"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_small.ooze"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/tuskram.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/tuskram.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("tuskram"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.tuskram"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/yak.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/yak.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("yak"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.yak"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/wild/peaceful/zebra.ron
Normal file
11
veloren/assets/common/entity/wild/peaceful/zebra.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Automatic,
|
||||
body: RandomWith("zebra"),
|
||||
alignment: Alignment(Wild),
|
||||
loot: LootTable("common.loot_tables.creature.quad_medium.gentle"),
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
Reference in New Issue
Block a user