diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index 6dd1d91d6..b9b019767 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -71137,5 +71137,55 @@ "id": "1010", "projectile": "242", "prj_height": "50" + }, + { + "examine": "One of Fenkenstrain's failed experiments.", + "combat_style": "", + "melee_animation": "1616", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "1617", + "death_animation": "1618", + "name": "Experiment", + "defence_level": "30", + "lifepoints": "100", + "strength_level": "1", + "id": "1677", + "aggressive": "", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" + }, + { + "examine": "It has a key hanging from its collar.", + "melee_animation": "1626", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "1627", + "death_animation": "1628", + "name": "Experiment", + "defence_level": "50", + "lifepoints": "40", + "strength_level": "50", + "id": "1676", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "40" + }, + { + "examine": "One of Fenkenstrain's failed experiments.", + "melee_animation": "1612", + "attack_speed": "4", + "magic_level": "1", + "defence_animation": "1613", + "death_animation": "1611", + "name": "Experiment", + "defence_level": "30", + "lifepoints": "100", + "strength_level": "1", + "id": "1678", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "range_level": "1", + "attack_level": "1" } ] diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json index 49584dbc3..cf8fa9600 100644 --- a/Server/data/configs/npc_spawns.json +++ b/Server/data/configs/npc_spawns.json @@ -11046,6 +11046,18 @@ { "npc_id": "1911", "loc_data": "{3416,3155,0,1,0}" + }, + { + "npc_id": "1678", + "loc_data": "{3473,9943,0,1,0}-{3488,9944,0,1,0}-{3498,9937,0,1,0}-{3534,9926,0,1,0}-{3553,9941,0,1,0}-{3548,9956,0,1,0}-{3564,9949,0,1,0}" + }, + { + "npc_id": "1677", + "loc_data": "{3474,9933,0,1,0}-{3488,9934,0,1,0}-{3547,9932,0,1,0}-{3540,9958,0,1,0}-{3564,9959,0,1,0}" + }, + { + "npc_id": "1676", + "loc_data": "{3481,9942,0,1,0}-{3493,9925,0,1,0}-{3525,9932,0,1,0}-{3555,9927,0,1,0}-{3554,9947,0,1,0}-{3529,9968,0,1,0}" } ]