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("terracotta_besieger"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.terracotta.enemy"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

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

View File

@@ -0,0 +1,12 @@
#![enable(implicit_some)]
(
name: Name("Cursekeeper"),
body: RandomWith("cursekeeper"),
alignment: Alignment(Enemy),
loot: Item("common.items.keys.terracotta_key_chest"),
inventory: (
loadout: Inline((
active_hands: InHands((Item("common.items.npc_weapons.unique.cursekeeper_sceptre_fake"), None)),
)), ),
meta: [],
)

View File

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

View File

@@ -0,0 +1,14 @@
#![enable(implicit_some)]
(
name: Name("Jiangshi"),
body: RandomWith("jiangshi"),
alignment: Alignment(Enemy),
loot: Nothing,
inventory: (
loadout: Inline((
inherit: Asset("common.loadout.dungeon.terracotta.jiangshi"),
active_hands: InHands((Item("common.items.npc_weapons.unique.jiangshi"), None)),
)),
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Name("Mogwai"),
body: RandomWith("mogwai"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.terracotta.enemy"),
inventory: (
loadout: FromBody,
),
meta: [],
)

View File

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

View File

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

View File

@@ -0,0 +1,14 @@
#![enable(implicit_some)]
(
name: Name("Shamanic Spirit"),
body: RandomWith("shamanic_spirit"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.terracotta.enemy"),
inventory: (
loadout: Inline((
inherit: Asset("common.loadout.dungeon.terracotta.shamanic_spirit"),
active_hands: InHands((Item("common.items.npc_weapons.unique.shamanic_spirit"), None)),
)),
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Name("Terracotta Statue"),
body: Exact(Object(TerracottaStatue)),
alignment: Alignment(Enemy),
loot: Nothing,
inventory: (
loadout: FromBody
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Name("Terracotta Statue"),
body: Exact(Object(TerracottaStatue)),
alignment: Alignment(Enemy),
loot: Item("common.items.keys.terracotta_key_chest"),
inventory: (
loadout: FromBody
),
meta: [],
)

View File

@@ -0,0 +1,11 @@
#![enable(implicit_some)]
(
name: Name("Terracotta Statue"),
body: Exact(Object(TerracottaStatue)),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.terracotta.terracotta_statue_key_chance"),
inventory: (
loadout: FromBody
),
meta: [],
)