mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
057aa7fecf
* Moved all entities in dungeons to assets
13 lines
262 B
Plaintext
13 lines
262 B
Plaintext
EntityConfig (
|
|
name: Some("Tamed Darkhound"),
|
|
body: Some(RandomWith("darkhound")),
|
|
|
|
loot: Some(LootTable("common.loot_tables.dungeon.tier-5.minion")),
|
|
|
|
main_tool: None,
|
|
second_tool: None,
|
|
|
|
loadout_asset: None,
|
|
skillset_asset: None,
|
|
)
|