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
222 B
Plaintext
13 lines
222 B
Plaintext
EntityConfig (
|
|
name: Some("Haniwa Sentry"),
|
|
body: None,
|
|
|
|
loot: Some(Item("common.items.crafting_ing.stones")),
|
|
|
|
main_tool: None,
|
|
second_tool: None,
|
|
|
|
loadout_asset: None,
|
|
skillset_asset: None,
|
|
)
|