mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
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,
|
||
|
)
|