From b1e2aa834c54daa568bfda68cedb3547e933bf5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sat, 15 Aug 2020 17:14:23 -0700 Subject: [PATCH] more positions --- MWSE/mods/celediel/NPCsGoHome/positions.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MWSE/mods/celediel/NPCsGoHome/positions.lua b/MWSE/mods/celediel/NPCsGoHome/positions.lua index 16184cc..10c6e22 100644 --- a/MWSE/mods/celediel/NPCsGoHome/positions.lua +++ b/MWSE/mods/celediel/NPCsGoHome/positions.lua @@ -357,5 +357,17 @@ return { {position = {100.93, -575.35, 642.00}, orientation = {0.00, 0.00, -1.04}} }, -- }}} + + -- {{{ Suran + ["Suran, Desele's House of Earthly Delights"] = { + {position = {-108.34,-220.51,265.00}, orientation = {0.00,0.00,1.97}}, + {position = {-269.44,-225.96,265.00}, orientation = {0.00,0.00,-3.12}}, + {position = {-22.04,-92.09,265.00}, orientation = {0.00,0.00,-3.11}}, + {position = {-43.25,-60.40,265.00}, orientation = {0.00,0.00,1.09}}, + {position = {-459.20,-80.04,263.00}, orientation = {0.00,0.00,-1.84}}, + {position = {-559.84,-783.53,264.17}, orientation = {0.00,0.00,1.19}}, + {position = {40.33,-818.81,7.00}, orientation = {0.00,0.00,-0.56}}, + }, + -- }}} } }