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