ai refactor, mob spawns now take into account player level, small fixes
This commit is contained in:
parent
c00418f7c8
commit
6cef899ef6
21 changed files with 301 additions and 148 deletions
|
|
@ -61,6 +61,7 @@
|
|||
{
|
||||
"id": "mobs",
|
||||
"table": [
|
||||
{ "id": "sheep_little", "weight": 1, "difficulty": 0},
|
||||
{ "id": "chicken", "weight": 1, "difficulty": 1},
|
||||
{ "id": "rat", "weight": 1, "difficulty": 1},
|
||||
{ "id": "goblin", "weight": 3, "difficulty": 1},
|
||||
|
|
@ -68,19 +69,19 @@
|
|||
{ "id": "fox", "weight": 1, "difficulty": 1},
|
||||
{ "id": "jackal", "weight": 4, "difficulty": 1},
|
||||
{ "id": "deer_little", "weight": 1, "difficulty": 1},
|
||||
{ "id": "sheep_little", "weight": 1, "difficulty": 1},
|
||||
{ "id": "rat_giant", "weight": 2, "difficulty": 2},
|
||||
{ "id": "coyote", "weight": 4, "difficulty": 2},
|
||||
{ "id": "dog_little", "weight": 1, "difficulty": 3},
|
||||
{ "id": "orc", "weight": 2, "difficulty": 3},
|
||||
{ "id": "orc_large", "weight": 1, "difficulty": 3},
|
||||
{ "id": "orc_hill", "weight": 1, "difficulty": 4},
|
||||
{ "id": "goblin_chieftain", "weight": 1, "difficulty": 3},
|
||||
{ "id": "ogre", "weight": 1, "difficulty": 4},
|
||||
{ "id": "horse_little", "weight": 2, "difficulty": 4},
|
||||
{ "id": "dog", "weight": 1, "difficulty": 5},
|
||||
{ "id": "wolf", "weight": 2, "difficulty": 6},
|
||||
{ "id": "orc_captain", "weight": 1, "difficulty": 7},
|
||||
{ "id": "dog_large", "weight": 1, "difficulty": 7},
|
||||
{ "id": "horse", "weight": 2, "difficulty": 7},
|
||||
{ "id": "ogre", "weight": 1, "difficulty": 7},
|
||||
{ "id": "horse_large", "weight": 2, "difficulty": 9}
|
||||
]
|
||||
},
|
||||
|
|
@ -89,7 +90,7 @@
|
|||
"table": [
|
||||
{ "id": "trap_bear", "weight": 2, "difficulty": 1},
|
||||
{ "id": "trap_confusion", "weight": 1, "difficulty": 1},
|
||||
{ "id": "trap_stonefall", "weight": 1, "difficulty": 3}
|
||||
{ "id": "trap_stonefall", "weight": 1, "difficulty": 5}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue