mobs: zombies, dwarves, kobolds, cave spider
This commit is contained in:
parent
b5e3880a33
commit
c43408b8aa
2 changed files with 115 additions and 1 deletions
|
|
@ -69,12 +69,21 @@
|
|||
{ "id": "fox", "weight": 1, "difficulty": 1},
|
||||
{ "id": "jackal", "weight": 4, "difficulty": 1},
|
||||
{ "id": "deer_little", "weight": 1, "difficulty": 1},
|
||||
{ "id": "zombie_kobold", "weight": 1, "difficulty": 1},
|
||||
{ "id": "zombie_gnome", "weight": 1, "difficulty": 2},
|
||||
{ "id": "kobold_large", "weight": 1, "difficulty": 2},
|
||||
{ "id": "rat_giant", "weight": 2, "difficulty": 2},
|
||||
{ "id": "coyote", "weight": 4, "difficulty": 2},
|
||||
{ "id": "zombie_orc", "weight": 1, "difficulty": 3},
|
||||
{ "id": "zombie_dwarf", "weight": 1, "difficulty": 3},
|
||||
{ "id": "gnome", "weight": 1, "difficulty": 3},
|
||||
{ "id": "spider_cave", "weight": 2, "difficulty": 3},
|
||||
{ "id": "kobold_captain", "weight": 1, "difficulty": 3},
|
||||
{ "id": "dog_little", "weight": 1, "difficulty": 3},
|
||||
{ "id": "orc", "weight": 2, "difficulty": 3},
|
||||
{ "id": "orc_hill", "weight": 1, "difficulty": 4},
|
||||
{ "id": "goblin_chieftain", "weight": 1, "difficulty": 3},
|
||||
{ "id": "dwarf", "weight": 3, "difficulty": 4},
|
||||
{ "id": "orc_hill", "weight": 1, "difficulty": 4},
|
||||
{ "id": "horse_little", "weight": 2, "difficulty": 4},
|
||||
{ "id": "dog", "weight": 1, "difficulty": 5},
|
||||
{ "id": "wolf", "weight": 2, "difficulty": 6},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue