mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
224 B
Plaintext
14 lines
224 B
Plaintext
|
EntityConfig (
|
||
|
name: Some("Mammoth"),
|
||
|
body: RandomWith("mammoth"),
|
||
|
alignment: Alignment(Enemy),
|
||
|
|
||
|
loot: None,
|
||
|
|
||
|
main_tool: None,
|
||
|
second_tool: None,
|
||
|
|
||
|
loadout_asset: None,
|
||
|
skillset_asset: None,
|
||
|
)
|