From 59be0e1799429f723217238aee63f467a3e701e9 Mon Sep 17 00:00:00 2001 From: Scratch Date: Mon, 30 Jun 2025 01:22:22 +1000 Subject: [PATCH] Add Sanguine Recluse to South Horn map --- public/assets/maps/markers/mob6.png | Bin 0 -> 1794 bytes src/map/lib/poi/southhorn.json | 79 +++++++++++++++++++++++++++- 2 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 public/assets/maps/markers/mob6.png diff --git a/public/assets/maps/markers/mob6.png b/public/assets/maps/markers/mob6.png new file mode 100644 index 0000000000000000000000000000000000000000..ba7dc5f3f0e1499287bdaf83b767764b48244ec1 GIT binary patch literal 1794 zcmV+d2mSboP)!XFtQbP zv+ZVAW8`A6UhQU3Hb&Nzko_qo%`(<*NwL$|iS2ob|HYPN$(G$u|7_{gIXllqp$#oP z@Zi_)`#iswb1uY(-@XL-n==T%@e(3`cn#r8=i$8lV@L`BkGzAUM#rq{IPAQMk;w0{ zKk^P9ciA(dj{-9k8Dx=3Hh0Ln4|hj;+$mBTA!JYebDCLlZa#KuADGOHe~r zNAz^4tL^(+XzT}cj7!WiTrytPFj+FlB9m^y27eE4l zJO9HQ1UPl*WEG8P`o1!FcK5+OXKT>UY(wwV(C+-pA4&nZhLunzO9okFlFc15;zCxd z6&3B=wR7a~(HC4d{5@klWroL0dQjM^qqH}dECp*rt!>eh{UZZ=(~qY6J9fmsUUq8x z%LD64VW}j&Fd1gaFs$#8Nj7)L)(F)0Rx$taM!wL#=ZW}{Z~owTswe%j6%3zOTAUS@ zez7!^d%l+b_*C~(I}W%BI8K|kx{mJH@29t8(>_CNW zUCPc+d#f`y{g%GR_H^f+!?IYZh*?W|3zRxC3+7HKVm$+^fJRN8M%cyi%hb)L)rnr5+v~HC!DfU~!)WOlL8-if_O7TDEkP7RVNfFKm|hEtW=0Ra%rHwvwEHl~B%3>= z6M(X$F8G`GH^XjFA=rt{dpDu$RfvEMH?{)}zmCn#b)=(C`BinSjvmdn@DPqO_>Cwt?!(G&W}5M`r8_va{n5BA^QS ztT%Q2tqjGQJgvjBifdP6^=-?RdSO{WEtii0Tci}9RRJdB?Oji zA#T!QO>lM3||>R0#N)>v@Z=v`yacc8trrf zOPvvvg0irhLq~gur5XbDa&f+1Dco?a#=OxiYxc~H9(sYIx$uKz#4ud@dXKa(_w$z@ zpFEw^&{BB8NG%giH8O2SceNboO*RimFJFdqqG)PqjW@LD6%dA%iU8IT1ie?vT6u-rCz6OYsR7>HfAkVsx)29ZZ4MAmuua7hA?>iyP#OJ#~D5J zGQ%txWRXd>fZ)?X#b9|&nc_cJ{x`|X$fBE5Ol#zSsJW_9-!|^}A9yv#`X7BCuaOnXk>Wkr$`l2iI+s?rF*ZSjYaDVp- kq7-ZPKAC^sf=_e*4_N5Z)K`uQ^Z)<=07*qoM6N<$f_CY7^Z)<= literal 0 HcmV?d00001 diff --git a/src/map/lib/poi/southhorn.json b/src/map/lib/poi/southhorn.json index 2e2b8c7..8cd723b 100644 --- a/src/map/lib/poi/southhorn.json +++ b/src/map/lib/poi/southhorn.json @@ -65,12 +65,18 @@ }, { "name": "Enemies", - "enabled": false, - "layers": [ + "enabled": true, + "layers": + [ { "id": "mobLevels", "name": "Mob Levels", "enabled": false + }, + { + "id": "sanguineRecluse", + "name": "Sanguine Recluse", + "enabled": true } ] }, @@ -2276,6 +2282,75 @@ } ] }, + "sanguineRecluse": { + "markerIcon": "mob6.png", + "waymarks": [ + { + "name": "Sanguine Recluse", + "@id": "recluse_spawn_1", + "position": { + "x": 13.6, + "y": -4.5 + } + }, + { + "name": "Sanguine Recluse", + "@id": "recluse_spawn_2", + "position": { + "x": 28.5, + "y": -5.0 + } + }, + { + "name": "Sanguine Recluse", + "@id": "recluse_spawn_3", + "position": { + "x": 9.7, + "y": -13.5 + } + }, + { + "name": "Sanguine Recluse", + "@id": "recluse_spawn_4", + "position": { + "x": 7.1, + "y": -17.9 + } + }, + { + "name": "Sanguine Recluse", + "@id": "recluse_spawn_5", + "position": { + "x": 5.6, + "y": -30.7 + } + }, + { + "name": "Sanguine Recluse", + "@id": "recluse_spawn_6", + "position": { + "x": 25.5, + "y": -27.2 + } + }, + { + "name": "Sanguine Recluse", + "@id": "recluse_spawn_7", + "position": { + "x": 34.5, + "y": -29.2 + } + }, + { + "name": "Sanguine Recluse", + "@id": "recluse_spawn_8", + "position": { + "x": 22.2, + "y": -38.0 + } + } + ] + }, "demiatmaAreas": { "markerIcon": "poi-pin.png", "waymarks": [],