2021-06-07 21:58:05 +00:00
|
|
|
EntityConfig (
|
2021-07-31 01:38:16 +00:00
|
|
|
name: Name("Villager"),
|
2021-07-04 14:55:52 +00:00
|
|
|
body: RandomWith("humanoid"),
|
|
|
|
alignment: Alignment(Npc),
|
2021-06-07 21:58:05 +00:00
|
|
|
|
2021-07-10 18:44:53 +00:00
|
|
|
loot: Uninit,
|
2021-06-08 22:07:48 +00:00
|
|
|
|
2021-07-11 11:28:56 +00:00
|
|
|
hands: TwoHanded(Choice([
|
2021-06-07 21:58:05 +00:00
|
|
|
(1.0, Some(Item("common.items.weapons.tool.broom"))),
|
|
|
|
(1.0, Some(Item("common.items.weapons.tool.hoe"))),
|
|
|
|
(1.0, Some(Item("common.items.weapons.tool.pickaxe"))),
|
|
|
|
(1.0, Some(Item("common.items.weapons.tool.rake"))),
|
|
|
|
(1.0, Some(Item("common.items.weapons.tool.shovel-0"))),
|
|
|
|
(1.0, Some(Item("common.items.weapons.tool.shovel-1"))),
|
|
|
|
])),
|
|
|
|
|
2021-07-10 20:51:29 +00:00
|
|
|
meta: [],
|
2021-06-07 21:58:05 +00:00
|
|
|
)
|