diff --git a/world/npcs/grootslang.json b/world/npcs/grootslang.json
new file mode 100644
index 0000000000000000000000000000000000000000..6bb339826ab6afe72d215ef8e03ff51f38ec456d
--- /dev/null
+++ b/world/npcs/grootslang.json
@@ -0,0 +1,41 @@
+{
+  "name": "grootslang",
+  "colorName": "\u001B[1m\u001B[35mgrootslang\u001B[0m",
+  "dieMessage": "the \u001B[1m\u001B[35mgrootslang\u001B[0m falls to the ground and convulses in death.",
+  "loot": {
+    "lootGoldMin": 11000000000,
+    "lootGoldMax": 13000000000,
+    "lootItems": [146]
+  },
+  "roamAreas": [
+    "toft5_zone"
+  ],
+  "stats": {
+    "agile": 2000000,
+    "aim": 1980000,
+    "armorRating": 9000000,
+    "currentHealth": 450000000,
+    "currentMana": 340000000,
+    "experience": 2900000000,
+    "maxHealth": 450000000,
+    "maxMana": 160000000,
+    "meleSkill": 23000000,
+    "numberOfWeaponRolls": 850,
+    "strength": 19500000,
+    "weaponRatingMax": 35000000,
+    "weaponRatingMin": 22000000,
+    "willPower": 20000000
+  },
+  "spawnAreas": {
+    "toft5_zone": {
+      "randomChance": 90,
+      "maxPerRoom": 1,
+      "spawnIntervalTicks": 600,
+      "maxInstances": 2
+    } 
+  },
+  "validTriggers": [
+    "grootslang",
+    "g"
+  ]
+}