mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed dungeon cyclops loot table
This commit is contained in:
parent
f26fc8a137
commit
2559afa51b
@ -3,7 +3,7 @@
|
|||||||
name: Automatic,
|
name: Automatic,
|
||||||
body: RandomWith("cyclops"),
|
body: RandomWith("cyclops"),
|
||||||
alignment: Alignment(Enemy),
|
alignment: Alignment(Enemy),
|
||||||
loot: LootTable("common.loot_tables.creature.biped_large.cyclops"),
|
loot: LootTable("common.loot_tables.dungeon.myrmidon.miniboss"),
|
||||||
inventory: (
|
inventory: (
|
||||||
loadout: FromBody,
|
loadout: FromBody,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user