primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s

This commit is contained in:
2024-04-29 21:38:53 -03:00
commit e11bf493a1
2532 changed files with 55878 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("akhlut"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.ice"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("alligator"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.generic"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("antlion"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.arthropod.antlion"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("archaeos"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.theropod.archaeos"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("asp"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.venemous"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("axebeak"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.theropod.axebeak"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("basilisk"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.basilisk"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("batfox"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_small.generic"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("bear"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.fanged"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("black_widow"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.arthropod.black_widow"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("oni_blue"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.blue_oni"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("bonerattler"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.carapace"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("bristleback"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.tuskram"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("salamander"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.salamander"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("cave_spider"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.arthropod.web"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("troll_cave"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.troll"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("wyvern_cloud"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.bird_large.cloudwyvern"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("cockatrice"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.bird_large.cockatrice"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("crocodile"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.generic"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("cyclops"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.cyclops"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("deadwood"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.deadwood"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("dodarock"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.theropod.dodarock"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("dreadhorn"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.dreadhorn"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Name("Dullahan"),
body: RandomWith("dullahan"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.dullahan"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("wyvern_flame"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.bird_large.flamewyvern"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("frostfang"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.frostfang"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("wyvern_frost"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.bird_large.frostwyvern"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("grolgar"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.fanged"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("hakulaq"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.fanged"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("horn_beetle"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.arthropod.carapace"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("hyena"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_small.generic"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("icedrake"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.icedrake"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("icepike"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.fish"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,12 @@
#![enable(implicit_some)]
(
name: Name("Irrwurz"),
body: RandomWith("irrwurz"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_small.irrwurz"),
inventory: (
loadout: Inline((
inherit: Asset("common.loadout.world.irrwurz.irrwurz"),
)), ),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("lavadrake"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.lavadrake"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,14 @@
#![enable(implicit_some)]
(
name: Automatic,
body: Exact(QuadrupedMedium((
species: Lion,
body_type: Male,
))),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.clawed"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("maneater"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.maneater"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("saurok_mighty"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.saurok"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("monitor"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.generic"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("mossdrake"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.moss"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("troll_mountain"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.troll"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("ngoubou"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.ngoubou"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("ntouka"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.theropod.ntouka"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("saurok_occult"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.saurok"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("odonto"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.theropod.odonto"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("ogre"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.default"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("phoenix"),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.creature.bird_large.phoenix"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("oni_red"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.red_oni"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("reefsnapper"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.reefsnapper"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("roc"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.bird_large.roc"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("rocksnapper"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.carapace"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("rootsnapper"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.rootsnapper"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,14 @@
#![enable(implicit_some)]
(
name: Automatic,
body: Exact(QuadrupedMedium((
species: Roshwalr,
body_type: Male,
))),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.roshwalr"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,14 @@
#![enable(implicit_some)]
(
name: Automatic,
body: Exact(QuadrupedMedium((
species: Roshwalr,
body_type: Female,
))),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.roshwalr"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("sabertooth"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.fanged"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("raptor_sand"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.theropod.raptor"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("sandshark"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.carapace"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("sea_crocodile"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_low.generic"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("wyvern_sea"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.bird_large.seawyvern"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("saurok_sly"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.saurok"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("snowleopard"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.clawed"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("raptor_snow"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.theropod.raptor"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("stag_beetle"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.arthropod.carapace"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("sunlizard"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.theropod.scale"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("troll_swamp"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.troll"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("tarantula"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.arthropod.tarantula"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("tarasque"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.tarasque"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("tiger"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.clawed"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("tursus"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.tursus"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("wyvern_weald"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.bird_large.wealdwyvern"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("weevil"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.arthropod.leaf"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("wendigo"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.wendigo"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("werewolf"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.default"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("wolf"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.wolf"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("raptor_wood"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.theropod.raptor"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("yale"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.theropod.horned"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View File

@@ -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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

View 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: [],
)

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