mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed cyclops loot table
This commit is contained in:
@ -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.default"),
|
loot: LootTable("common.loot_tables.dungeon.tier-4.miniboss"),
|
||||||
inventory: (
|
inventory: (
|
||||||
loadout: FromBody,
|
loadout: FromBody,
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user