mobs: insects
This commit is contained in:
parent
c4aa3de640
commit
583afa7078
3 changed files with 56 additions and 1 deletions
|
|
@ -91,6 +91,8 @@
|
|||
{ "id": "kobold_large", "weight": 1, "difficulty": 2},
|
||||
{ "id": "rat_giant", "weight": 2, "difficulty": 2},
|
||||
{ "id": "coyote", "weight": 4, "difficulty": 2},
|
||||
{ "id": "caterpillar_cave", "weight": 2, "difficulty": 2},
|
||||
{ "id": "caterpillar_giant", "weight": 2, "difficulty": 3},
|
||||
{ "id": "zombie_orc", "weight": 1, "difficulty": 3},
|
||||
{ "id": "zombie_dwarf", "weight": 1, "difficulty": 3},
|
||||
{ "id": "gnome", "weight": 1, "difficulty": 3},
|
||||
|
|
@ -102,8 +104,10 @@
|
|||
{ "id": "dwarf", "weight": 3, "difficulty": 4},
|
||||
{ "id": "orc_hill", "weight": 1, "difficulty": 4},
|
||||
{ "id": "horse_little", "weight": 2, "difficulty": 4},
|
||||
{ "id": "ant_worker", "weight": 3, "difficulty": 4},
|
||||
{ "id": "dog", "weight": 1, "difficulty": 5},
|
||||
{ "id": "wolf", "weight": 2, "difficulty": 6},
|
||||
{ "id": "ant_soldier", "weight": 2, "difficulty": 6},
|
||||
{ "id": "orc_captain", "weight": 1, "difficulty": 7},
|
||||
{ "id": "dog_large", "weight": 1, "difficulty": 7},
|
||||
{ "id": "horse", "weight": 2, "difficulty": 7},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue