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
241 B
Plaintext
13 lines
241 B
Plaintext
EntityConfig (
|
|
name: Some("Crazy Sheep"),
|
|
body: Some(RandomWith("sheep")),
|
|
|
|
loot: Some(LootTable("common.loot_tables.fallback")),
|
|
|
|
main_tool: None,
|
|
second_tool: None,
|
|
|
|
loadout_asset: None,
|
|
skillset_asset: None,
|
|
)
|