diff --git a/world/npcs/billcosby.json b/world/npcs/billcosby.json
new file mode 100644
index 0000000000000000000000000000000000000000..ac00c926ebf79d24bed705562d2c1a1c1c54ec3c
--- /dev/null
+++ b/world/npcs/billcosby.json
@@ -0,0 +1,130 @@
+{
+  "name": "bill cosby",
+  "colorName": "bill \u001B[1m\u001B[35mcosby\u001B[0m",
+  "dieMessage": "bill \u001B[1m\u001B[35mcosby\u001B[0m collapses and scatters \u001B[1m\u001B[31mdrugs\u001B[0m all over the ground",
+  "loot": {
+    "lootGoldMin": 120,
+    "lootGoldMax": 180,
+    "lootItems": [2, 28, 41, 42, 46, 54]
+  },
+  "roamAreas": [
+    "lobby",
+    "newbie_zone",
+    "house_zone",
+    "fancyhouse_zone",
+    "north1_zone",
+    "north2_zone",
+    "north3_zone",
+    "north4_zone",
+    "north5_zone",
+    "north6_zone",
+    "north7_zone",
+    "north8_zone",
+    "north9_zone",
+    "north10_zone",
+    "north11_zone",
+    "north12_zone",
+    "north13_zone",
+    "north14_zone",
+    "north15_zone",
+    "bloodridge1_zone",
+    "bloodridge2_zone",
+    "bloodridge3_zone",
+    "bloodridge4_zone",
+    "bloodridge5_zone",
+    "bloodridge6_zone",
+    "bloodridge7_zone",
+    "bloodridge8_zone",
+    "bloodridge9_zone",
+    "bloodridge10_zone",
+    "bloodridge11_zone",
+    "bloodridge12_zone",
+    "bloodridge13_zone",
+    "bloodridge14_zone",
+    "bloodridge15_zone",
+    "bloodridge11_zone",
+    "bloodridge12_zone",
+    "bloodridge13_zone",
+    "bloodridge14_zone",
+    "bloodridge15_zone",
+    "western1_zone",
+    "western2_zone",
+    "western3_zone",
+    "western4_zone",
+    "western5_zone",
+    "western6_zone",
+    "western7_zone",
+    "western8_zone",
+    "western9_zone",
+    "western10_zone",
+    "toft1_zone",
+    "toft2_zone",
+    "toft3_zone",
+    "toft4_zone",
+    "toft5_zone",
+    "tisland1_zone",
+    "tisland2_zone",
+    "tisland3_zone",
+    "tisland4_zone",
+    "tisland5_zone",
+    "tisland6_zone",
+    "tisland7_zone",
+    "tisland8_zone",
+    "tisland9_zone",
+    "tisland10_zone",
+    "south1_zone",
+    "south2_zone",
+    "south3_zone",
+    "south4_zone",
+    "south5_zone",
+    "south6_zone",
+    "south7_zone",
+    "south8_zone",
+    "south9_zone",
+    "south10_zone",
+    "radio_room";
+  ],
+  "stats": {
+    "agile": 14,
+    "aim": 14,
+    "armorRating": 25,
+    "currentHealth": 1200,
+    "currentMana": 300,
+    "experience": 2600,
+    "maxHealth": 1200,
+    "maxMana": 100,
+    "meleSkill": 19,
+    "numberOfWeaponRolls": 1,
+    "strength": 70,
+    "weaponRatingMax": 60,
+    "weaponRatingMin": 35,
+    "willPower": 35
+  },
+  "spawnAreas": {
+    "western9_zone": {
+      "randomChance": 100,
+      "maxPerRoom": 1,
+      "spawnIntervalTicks": 600,
+      "maxInstances": 1
+    }, 
+    "bloodridge10_zone": {
+      "randomChance": 100,
+      "maxPerRoom": 1,
+      "spawnIntervalTicks": 600,
+      "maxInstances": 1
+    },
+    "tisland5_zone": {
+      "randomChance": 100,
+      "maxPerRoom": 1,
+      "spawnIntervalTicks": 600,
+      "maxInstances": 1    
+    }
+  },
+  "validTriggers": [
+    "bill",
+    "cosby",
+    "b",
+    "c",
+    "bill cosby"
+  ]
+}