Skip to content

Commit 1f8f90e

Browse files
committed
update npcs
1 parent 8111402 commit 1f8f90e

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

manifests/npcs.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"description": "A weak goblin creature, perfect for beginners",
66
"category": "mob",
77
"faction": "monster",
8-
"levelRange": {
9-
"min": 2,
10-
"max": 2
11-
},
8+
"levelRange": [
9+
1,
10+
2
11+
],
1212
"stats": {
1313
"level": 2,
1414
"health": 5,
@@ -752,10 +752,10 @@
752752
"description": "A docile cow grazing in the field",
753753
"category": "mob",
754754
"faction": "animal",
755-
"levelRange": {
756-
"min": 2,
757-
"max": 2
758-
},
755+
"levelRange": [
756+
1,
757+
2
758+
],
759759
"stats": {
760760
"level": 2,
761761
"health": 8,
@@ -817,10 +817,10 @@
817817
"description": "A sinister wizard who attacks with Wind Strike magic",
818818
"category": "mob",
819819
"faction": "zamorak",
820-
"levelRange": {
821-
"min": 42,
822-
"max": 42
823-
},
820+
"levelRange": [
821+
40,
822+
44
823+
],
824824
"stats": {
825825
"level": 42,
826826
"health": 42,
@@ -928,10 +928,10 @@
928928
"description": "A shadowy archer who fires bronze arrows from the darkness",
929929
"category": "mob",
930930
"faction": "zamorak",
931-
"levelRange": {
932-
"min": 33,
933-
"max": 33
934-
},
931+
"levelRange": [
932+
30,
933+
33
934+
],
935935
"stats": {
936936
"level": 33,
937937
"health": 33,
@@ -1454,10 +1454,10 @@
14541454
"description": "A town guard armed with an iron longsword, tasked with keeping the peace",
14551455
"category": "mob",
14561456
"faction": "town",
1457-
"levelRange": {
1458-
"min": 21,
1459-
"max": 21
1460-
},
1457+
"levelRange": [
1458+
20,
1459+
22
1460+
],
14611461
"stats": {
14621462
"level": 21,
14631463
"health": 22,
@@ -1592,10 +1592,10 @@
15921592
"description": "A cunning outlaw who preys on unwary travelers",
15931593
"category": "mob",
15941594
"faction": "monster",
1595-
"levelRange": {
1596-
"min": 7,
1597-
"max": 7
1598-
},
1595+
"levelRange": [
1596+
5,
1597+
8
1598+
],
15991599
"stats": {
16001600
"level": 7,
16011601
"health": 10,
@@ -1696,10 +1696,10 @@
16961696
"description": "A fierce warrior from the desert lands",
16971697
"category": "mob",
16981698
"faction": "monster",
1699-
"levelRange": {
1700-
"min": 14,
1701-
"max": 14
1702-
},
1699+
"levelRange": [
1700+
12,
1701+
15
1702+
],
17031703
"stats": {
17041704
"level": 14,
17051705
"health": 17,

0 commit comments

Comments
 (0)