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/dungeon/terracotta/besieger.ron
Normal file
11
veloren/assets/common/entity/dungeon/terracotta/besieger.ron
Normal 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: [],
|
||||
)
|
||||
@@ -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: [],
|
||||
)
|
||||
@@ -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: [],
|
||||
)
|
||||
@@ -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: [],
|
||||
)
|
||||
14
veloren/assets/common/entity/dungeon/terracotta/jiangshi.ron
Normal file
14
veloren/assets/common/entity/dungeon/terracotta/jiangshi.ron
Normal 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: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/dungeon/terracotta/mogwai.ron
Normal file
11
veloren/assets/common/entity/dungeon/terracotta/mogwai.ron
Normal 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: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/dungeon/terracotta/punisher.ron
Normal file
11
veloren/assets/common/entity/dungeon/terracotta/punisher.ron
Normal 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: [],
|
||||
)
|
||||
11
veloren/assets/common/entity/dungeon/terracotta/pursuer.ron
Normal file
11
veloren/assets/common/entity/dungeon/terracotta/pursuer.ron
Normal 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: [],
|
||||
)
|
||||
@@ -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: [],
|
||||
)
|
||||
@@ -0,0 +1,11 @@
|
||||
#![enable(implicit_some)]
|
||||
(
|
||||
name: Name("Terracotta Statue"),
|
||||
body: Exact(Object(TerracottaStatue)),
|
||||
alignment: Alignment(Enemy),
|
||||
loot: Nothing,
|
||||
inventory: (
|
||||
loadout: FromBody
|
||||
),
|
||||
meta: [],
|
||||
)
|
||||
@@ -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: [],
|
||||
)
|
||||
@@ -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: [],
|
||||
)
|
||||
Reference in New Issue
Block a user