Advertisement
Guest User

Untitled

a guest
May 9th, 2022
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.73 KB | None | 0 0
  1. Morrowind Script Extender v2.1.0-2272 (built May 2 2022) hooked.
  2. Found MGE XE. Version: 0.13.7.0
  3. Morrowind Code Patch installed features: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 58, 64, 65, 66, 68, 71, 72, 73, 74, 75, 77, 79, 80, 81, 83, 85, 88, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101, 102, 103, 104, 105, 109, 112, 113, 114, 115, 116, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 131, 133, 134, 135, 136, 138, 139, 140, 141, 142, 144, 145, 146, 148, 149, 150, 151, 153, 154, 155, 158, 159, 160, 163, 164, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 179, 261, 262, 267, 269, 271, 272, 273, 274, 275, 276, 277
  4. MWSE Lua interface initialized.
  5. [Companion Health Bars] Loaded config:
  6. {
  7. "blackList":["chargen boat guard 2"],
  8. "pollRate":1
  9. }
  10. [CraftingFramework INFO] StaticActivator Controller initialised.
  11. [Skills Module] Initialised version 1.4
  12. [Weapon Sheathing] Initialized Version 1.6
  13. Morrowind Script Extender mod config registered
  14. Crafting Framework mod config registered
  15. Ashfall mod config registered
  16. Clocks mod config registered
  17. [Clocks] MCM Registered
  18. Argonian Anatomy mod config registered
  19. Sanctioned Indoril Armor mod config registered
  20. Talking Trains Speechcraft mod config registered
  21. MTR-Lineages mod config registered
  22. Weapon Sheathing mod config registered
  23. [Crafting Framework: MenuActivator: INFO] Registered MenuActivator: Ashfall:ActivateBushcrafting
  24. [Crafting Framework: MenuActivator: INFO] Registered MenuActivator: Ashfall:ActivateTanningRack
  25. [Ashfall - main: INFO] v3.0.6 Initialised
  26. [Sanctioned Indoril Armor 1.0.1] Event Bus Loaded
  27. [Sanctioned Indoril Armor 1.0.1] Ordinator Uniform Module Loaded
  28. [Sanctioned Indoril Armor 1.0.1] Initialized
  29. Talking Trains Speechcraft: Initialized
  30. [Clocks] Registered
  31. [Ashfall: INFO] Common Data loaded successfully
  32. [Skills Module: INFO] Skills loaded successfully
  33. [Skills Module INFO] Registered skill Bushcrafting with active flag set to: active
  34. [Skills Module INFO] Registered skill Survival with active flag set to: active
  35. [Ashfall: INFO] Ashfall skills registered
  36. An unhandled exception occurred: Invalid 'item' parameter provided.
  37. stack traceback:
  38. [C]: in function 'getItemCount'
  39. ...iles\MWSE\mods\craftingframework\components\material.lua:85: in function 'checkHasIngredient'
  40. ... Files\MWSE\mods\craftingframework\components\recipe.lua:159: in function 'hasMaterials'
  41. ... Files\MWSE\mods\craftingframework\components\recipe.lua:214: in function 'meetsAllRequirements'
  42. ...MWSE\mods\craftingframework\controllers\craftingmenu.lua:749: in function 'populateCategoryList'
  43. ...MWSE\mods\craftingframework\controllers\craftingmenu.lua:769: in function 'createCategoryBlock'
  44. ...MWSE\mods\craftingframework\controllers\craftingmenu.lua:838: in function 'populateRecipeList'
  45. ...MWSE\mods\craftingframework\controllers\craftingmenu.lua:726: in function 'updateMenu'
  46. ...MWSE\mods\craftingframework\controllers\craftingmenu.lua:1073: in function 'openMenu'
  47. ...MWSE\mods\craftingframework\components\menuactivator.lua:111: in function 'openMenu'
  48. ...MWSE\mods\craftingframework\components\menuactivator.lua:93: in function <...MWSE\mods\craftingframework\components\menuactivator.lua:92>
  49. [C]: in function 'xpcall'
  50. .\Data Files\MWSE\core\lib\event.lua:180: in function 'trigger'
  51. .\Data Files\MWSE\mods\mer\ashfall\bushcrafting\init.lua:40: in function <.\Data Files\MWSE\mods\mer\ashfall\bushcrafting\init.lua:32>
  52. [C]: in function 'xpcall'
  53. .\Data Files\MWSE\core\lib\event.lua:180: in function 'trigger'
  54. .\Data Files\MWSE\core\lib\event.lua:200: in function <.\Data Files\MWSE\core\lib\event.lua:170>
  55. Error in event callback: Invalid 'item' parameter provided.
  56. stack traceback:
  57. .\Data Files\MWSE\core\lib\event.lua:167: in function <.\Data Files\MWSE\core\lib\event.lua:166>
  58. [C]: in function 'getItemCount'
  59. ...iles\MWSE\mods\craftingframework\components\material.lua:85: in function 'checkHasIngredient'
  60. ... Files\MWSE\mods\craftingframework\components\recipe.lua:159: in function 'hasMaterials'
  61. ... Files\MWSE\mods\craftingframework\components\recipe.lua:214: in function 'meetsAllRequirements'
  62. ...MWSE\mods\craftingframework\controllers\craftingmenu.lua:749: in function 'populateCategoryList'
  63. ...MWSE\mods\craftingframework\controllers\craftingmenu.lua:769: in function 'createCategoryBlock'
  64. ...MWSE\mods\craftingframework\controllers\craftingmenu.lua:838: in function 'populateRecipeList'
  65. ...MWSE\mods\craftingframework\controllers\craftingmenu.lua:726: in function 'updateMenu'
  66. ...MWSE\mods\craftingframework\controllers\craftingmenu.lua:1073: in function 'openMenu'
  67. ...MWSE\mods\craftingframework\components\menuactivator.lua:111: in function 'openMenu'
  68. ...MWSE\mods\craftingframework\components\menuactivator.lua:93: in function <...MWSE\mods\craftingframework\components\menuactivator.lua:92>
  69. [C]: in function 'xpcall'
  70. .\Data Files\MWSE\core\lib\event.lua:180: in function 'trigger'
  71. .\Data Files\MWSE\mods\mer\ashfall\bushcrafting\init.lua:40: in function <.\Data Files\MWSE\mods\mer\ashfall\bushcrafting\init.lua:32>
  72. [C]: in function 'xpcall'
  73. .\Data Files\MWSE\core\lib\event.lua:180: in function 'trigger'
  74. .\Data Files\MWSE\core\lib\event.lua:200: in function <.\Data Files\MWSE\core\lib\event.lua:170>
  75. Ashfall Data:
  76. {
  77. "vampireWarmEffect":1,
  78. "weatherTemp":-65.85779969031,
  79. "furTemp":15,
  80. "trinketEffects":[],
  81. "insideTent":false,
  82. "valuesInitialised":true,
  83. "fireDamageEffect":0,
  84. "coverageMulti":0.4,
  85. "insideCoveredBedroll":false,
  86. "cellBranchList":{
  87. "seyda neen (-2, -9)":true,
  88. "caldera (-2, 2)":true,
  89. "ascadian isles region (-3, -6)":true,
  90. "bitter coast region (-2, -8)":true,
  91. "west gash region (-4, 1)":true,
  92. "west gash region (-6, 6)":true,
  93. "bitter coast region (-4, -6)":true,
  94. "west gash region (-5, 6)":true,
  95. "bitter coast region (-3, -11)":true,
  96. "ascadian isles region (-3, -5)":true,
  97. "ashlands region (-4, 8)":true,
  98. "ashlands region (-3, 7)":true,
  99. "west gash region (-7, 7)":true,
  100. "west gash region (-7, 6)":true,
  101. "balmora (-3, -3)":true,
  102. "bitter coast region (-5, -6)":true,
  103. "bitter coast region (-4, -8)":true,
  104. "west gash region (-5, 5)":true,
  105. "bitter coast region (-4, -7)":true,
  106. "west gash region (-6, 4)":true,
  107. "bitter coast region (-3, -9)":true,
  108. "ashlands region (-3, 8)":true,
  109. "bitter coast region (-5, -7)":true,
  110. "bitter coast region (0, -10)":true,
  111. "bitter coast region (-5, 2)":true,
  112. "ascadian isles region (-3, -4)":true,
  113. "bitter coast region (-4, -9)":true,
  114. "bitter coast region (-4, -10)":true,
  115. "ascadian isles region (-4, -4)":true,
  116. "west gash region (-1, 0)":true,
  117. "west gash region (-3, -1)":true,
  118. "bitter coast region (-5, -4)":true,
  119. "ascadian isles region (-2, -5)":true,
  120. "ashlands region (-4, 6)":true,
  121. "bitter coast region (-1, -10)":true,
  122. "west gash region (-5, 4)":true,
  123. "ascadian isles region (-3, -7)":true,
  124. "bitter coast region (-3, -10)":true,
  125. "bitter coast region (-5, -1)":true,
  126. "west gash region (-3, 0)":true,
  127. "ald-ruhn (-2, 7)":true,
  128. "ascadian isles region (0, -9)":true,
  129. "west gash region (-4, 4)":true,
  130. "ascadian isles region (-1, -7)":true,
  131. "bitter coast region (-1, -9)":true,
  132. "ascadian isles region (1, -8)":true,
  133. "bitter coast region (-7, 3)":true,
  134. "ascadian isles region (-4, -5)":true,
  135. "west gash region (-2, -3)":true,
  136. "bitter coast region (-5, 1)":true,
  137. "ascadian isles region (-2, -7)":true,
  138. "ashlands region (-4, 7)":true,
  139. "west gash region (-3, 4)":true,
  140. "seyda neen (-2, -10)":true,
  141. "bitter coast region (-1, -11)":true,
  142. "bitter coast region (-3, -8)":true,
  143. "balmora (-4, -2)":true,
  144. "molag amur region (0, -2)":true,
  145. "ashlands region (-3, 5)":true,
  146. "ald-ruhn (-3, 6)":true,
  147. "ascadian isles region (1, -7)":true,
  148. "west gash region (-2, -1)":true,
  149. "ascadian isles region (-2, -6)":true,
  150. "west gash region (-1, -2)":true,
  151. "west gash region (-3, 2)":true,
  152. "bitter coast region (-5, -2)":true,
  153. "bitter coast region (-5, -8)":true,
  154. "balmora (-3, -2)":true,
  155. "ascadian isles region (0, -6)":true,
  156. "ascadian isles region (-1, -4)":true,
  157. "bitter coast region (-2, -11)":true,
  158. "west gash region (-2, 3)":true,
  159. "west gash region (-3, 3)":true,
  160. "west gash region (-2, 1)":true,
  161. "west gash region (-1, 3)":true,
  162. "ascadian isles region (1, -6)":true,
  163. "west gash region (-4, 3)":true,
  164. "west gash region (-1, 2)":true,
  165. "west gash region (-4, 2)":true,
  166. "west gash region (-1, 1)":true,
  167. "west gash region (-6, 8)":true,
  168. "ashlands region (-1, 5)":true,
  169. "bitter coast region (-5, -3)":true,
  170. "balmora (-2, -2)":true,
  171. "bitter coast region (-5, 3)":true,
  172. "moonmoth legion fort (-1, -3)":true,
  173. "fields of kummu (1, -5)":true,
  174. "west gash region (-4, -3)":true,
  175. "ascadian isles region (-1, -8)":true,
  176. "west gash region (-1, -1)":true,
  177. "ascadian isles region (0, -5)":true,
  178. "west gash region (-2, 4)":true,
  179. "bitter coast region (-4, -1)":true,
  180. "pelagiad (0, -8)":true,
  181. "west gash region (-4, 5)":true,
  182. "ascadian isles region (1, -9)":true,
  183. "bitter coast region (-7, 4)":true,
  184. "west gash region (-2, 0)":true,
  185. "molag amur region (0, -3)":true,
  186. "ashlands region (-1, 6)":true,
  187. "ascadian isles region (-2, -4)":true,
  188. "west gash region (-6, 7)":true,
  189. "bitter coast region (-6, 2)":true,
  190. "buckmoth legion fort (-2, 5)":true,
  191. "ascadian isles region (1, -10)":true,
  192. "west gash region (-5, 7)":true,
  193. "west gash region (-7, 5)":true,
  194. "bitter coast region (-6, 3)":true,
  195. "pelagiad (0, -7)":true,
  196. "ascadian isles region (-1, -5)":true,
  197. "odai plateau (-5, -5)":true,
  198. "ashlands region (-1, 7)":true,
  199. "west gash region (-6, 5)":true,
  200. "ascadian isles region (0, -4)":true,
  201. "ashlands region (-5, 8)":true,
  202. "ascadian isles region (-1, -6)":true,
  203. "ald-ruhn (-2, 6)":true,
  204. "west gash region (-3, 1)":true
  205. },
  206. "wetness":0,
  207. "resistFrostEffect":0.875,
  208. "torchTemp":0,
  209. "blightness":0,
  210. "playerIsTraveling":false,
  211. "wateredCells":{
  212. "west gash region (-2,3)":true,
  213. "ascadian isles region (-2,-5)":true,
  214. "seyda neen, terurise girvayne's house":true,
  215. "seyda neen, census and excise office":true,
  216. "ald-ruhn, guild of mages":true,
  217. "caldera, surane leoriane's house":true,
  218. "ascadian isles region (0,-9)":true,
  219. "west gash region (-6,4)":true,
  220. "west gash region (-4,2)":true,
  221. "west gash region (-2,0)":true,
  222. "pelagiad, fort pelagiad":true,
  223. "ascadian isles region (-4,-4)":true,
  224. "ashlands region (-4,6)":true,
  225. "west gash region (-6,5)":true,
  226. "west gash region (-4,3)":true,
  227. "balmora, dralasa nithryon: pawnbroker":true,
  228. "ald-ruhn, bivale teneran: clothier":true,
  229. "pelagiad, mebestien ence: trader":true,
  230. "seyda neen (-2,-9)":true,
  231. "balmora, nine toes' house":true,
  232. "addamasartus":true,
  233. "ashlands region (-4,7)":true,
  234. "ald-ruhn, manor district":true,
  235. "adul's mart, entrance level":true,
  236. "bitter coast region (-4,-7)":true,
  237. "balmora (-3,-3)":true,
  238. "caldera (-2,2)":true,
  239. "seyda neen (-2,-10)":true,
  240. "west gash region (-2,-1)":true,
  241. "adul's mart, shop level three":true,
  242. "balmora (-4,-2)":true,
  243. "bitter coast region (-1,-9)":true,
  244. "west gash region (-2,-3)":true,
  245. "balmora, south wall cornerclub":true,
  246. "west gash region (-5,6)":true,
  247. "bitter coast region (-2,-8)":true,
  248. "balmora, temple":true,
  249. "ascadian isles region (-1,-8)":true,
  250. "bitter coast region (-5,3)":true,
  251. "seyda neen, arrille's tradehouse":true,
  252. "balmora, tyermaillin's house":true,
  253. "ascadian isles region (0,-6)":true,
  254. "balmora, clagius clanler: outfitter":true,
  255. "west gash region (-5,7)":true,
  256. "pelagiad, halfway tavern":true,
  257. "balmora, guild of mages":true,
  258. "west gash region (-5,4)":true,
  259. "ascadian isles region (-2,-7)":true,
  260. "moonmoth legion fort, interior":true,
  261. "ald-ruhn, gildan's house":true,
  262. "ald-ruhn (-3,6)":true,
  263. "moonmoth legion fort (-1,-3)":true,
  264. "ascadian isles region (-1,-7)":true,
  265. "ascadian isles region (-3,-7)":true,
  266. "seyda neen, lighthouse":true,
  267. "west gash region (-3,-1)":true,
  268. "west gash region (-2,1)":true,
  269. "ascadian isles region (-1,-5)":true,
  270. "ascadian isles region (-1,-6)":true,
  271. "west gash region (-3,3)":true,
  272. "pelagiad (0,-7)":true,
  273. "bitter coast region (-3,-9)":true,
  274. "balmora (-3,-2)":true,
  275. "seyda neen, foryn gilnith's shack":true,
  276. "balmora (-2,-2)":true,
  277. "bitter coast region (-3,-8)":true,
  278. "pelagiad (0,-8)":true,
  279. "ascadian isles region (-2,-6)":true,
  280. "west gash region (-4,-3)":true,
  281. "balmora, caius cosades' house":true,
  282. "caldera, governor's hall":true,
  283. "ald-ruhn (-2,6)":true,
  284. "balmora, ra'virr: trader":true,
  285. "pelagiad, uulernil : armorer":true,
  286. "balmora, rithleen's house":true,
  287. "ald-ruhn (-2,7)":true,
  288. "ascadian isles region (-1,-4)":true,
  289. "imperial prison ship":true,
  290. "west gash region (-6,6)":true,
  291. "caldera, hodlismod: armorer":true
  292. },
  293. "usingBed":false,
  294. "warmthRating":22.6,
  295. "resistFireEffect":1,
  296. "wetTemp":0,
  297. "bedTempMulti":1,
  298. "temp":0,
  299. "wetCoolingRate":1,
  300. "thirst":5.5760002136231,
  301. "bandages":[],
  302. "foodPoison":0,
  303. "tiredness":22.03762292862,
  304. "tempLimit":0,
  305. "flu":0,
  306. "vampireColdEffect":1,
  307. "hungerEffect":1.0167280006409,
  308. "stewWarmEffect":0,
  309. "intWeatherEffect":-10,
  310. "survivalEffect":0.96333333187633,
  311. "sunTemp":1.2380780039269e-24,
  312. "baseTemp":0,
  313. "bedWarmth":0,
  314. "currentStates":{
  315. "thirst":"hydrated",
  316. "hunger":"wellFed",
  317. "foodPoison":"healthy",
  318. "tiredness":"rested",
  319. "flu":"noFlu",
  320. "blightness":"healthy",
  321. "dysentery":"healthy",
  322. "temp":"comfortable",
  323. "wetness":"dry"
  324. },
  325. "currentBedData":{
  326. "tempMulti":0.8,
  327. "covered":false,
  328. "warmth":5
  329. },
  330. "hunger":5.5760002136231,
  331. "tentTempMulti":1,
  332. "sunShaded":false,
  333. "faceCovered":false,
  334. "isWaiting":false,
  335. "hazardTemp":0,
  336. "dysentery":0,
  337. "frostDamageEffect":0,
  338. "thirstEffect":1.0167280006409,
  339. "wetWarmingRate":1,
  340. "recoveringFatigue":false,
  341. "isSheltered":false,
  342. "coverageRating":0.8
  343. }
  344. Ashfall Data:
  345. {
  346. "vampireWarmEffect":1,
  347. "weatherTemp":-65.85779969031,
  348. "furTemp":15,
  349. "trinketEffects":[],
  350. "insideTent":false,
  351. "valuesInitialised":true,
  352. "fireDamageEffect":0,
  353. "coverageMulti":0.4,
  354. "insideCoveredBedroll":false,
  355. "cellBranchList":{
  356. "seyda neen (-2, -9)":true,
  357. "caldera (-2, 2)":true,
  358. "ascadian isles region (-3, -6)":true,
  359. "bitter coast region (-2, -8)":true,
  360. "west gash region (-4, 1)":true,
  361. "west gash region (-6, 6)":true,
  362. "bitter coast region (-4, -6)":true,
  363. "west gash region (-5, 6)":true,
  364. "bitter coast region (-3, -11)":true,
  365. "ascadian isles region (-3, -5)":true,
  366. "ashlands region (-4, 8)":true,
  367. "ashlands region (-3, 7)":true,
  368. "west gash region (-7, 7)":true,
  369. "west gash region (-7, 6)":true,
  370. "balmora (-3, -3)":true,
  371. "bitter coast region (-5, -6)":true,
  372. "bitter coast region (-4, -8)":true,
  373. "west gash region (-5, 5)":true,
  374. "bitter coast region (-4, -7)":true,
  375. "west gash region (-6, 4)":true,
  376. "bitter coast region (-3, -9)":true,
  377. "ashlands region (-3, 8)":true,
  378. "bitter coast region (-5, -7)":true,
  379. "bitter coast region (0, -10)":true,
  380. "bitter coast region (-5, 2)":true,
  381. "ascadian isles region (-3, -4)":true,
  382. "bitter coast region (-4, -9)":true,
  383. "bitter coast region (-4, -10)":true,
  384. "ascadian isles region (-4, -4)":true,
  385. "west gash region (-1, 0)":true,
  386. "west gash region (-3, -1)":true,
  387. "bitter coast region (-5, -4)":true,
  388. "ascadian isles region (-2, -5)":true,
  389. "ashlands region (-4, 6)":true,
  390. "bitter coast region (-1, -10)":true,
  391. "west gash region (-5, 4)":true,
  392. "ascadian isles region (-3, -7)":true,
  393. "bitter coast region (-3, -10)":true,
  394. "bitter coast region (-5, -1)":true,
  395. "west gash region (-3, 0)":true,
  396. "ald-ruhn (-2, 7)":true,
  397. "ascadian isles region (0, -9)":true,
  398. "west gash region (-4, 4)":true,
  399. "ascadian isles region (-1, -7)":true,
  400. "bitter coast region (-1, -9)":true,
  401. "ascadian isles region (1, -8)":true,
  402. "bitter coast region (-7, 3)":true,
  403. "ascadian isles region (-4, -5)":true,
  404. "west gash region (-2, -3)":true,
  405. "bitter coast region (-5, 1)":true,
  406. "ascadian isles region (-2, -7)":true,
  407. "ashlands region (-4, 7)":true,
  408. "west gash region (-3, 4)":true,
  409. "seyda neen (-2, -10)":true,
  410. "bitter coast region (-1, -11)":true,
  411. "bitter coast region (-3, -8)":true,
  412. "balmora (-4, -2)":true,
  413. "molag amur region (0, -2)":true,
  414. "ashlands region (-3, 5)":true,
  415. "ald-ruhn (-3, 6)":true,
  416. "ascadian isles region (1, -7)":true,
  417. "west gash region (-2, -1)":true,
  418. "ascadian isles region (-2, -6)":true,
  419. "west gash region (-1, -2)":true,
  420. "west gash region (-3, 2)":true,
  421. "bitter coast region (-5, -2)":true,
  422. "bitter coast region (-5, -8)":true,
  423. "balmora (-3, -2)":true,
  424. "ascadian isles region (0, -6)":true,
  425. "ascadian isles region (-1, -4)":true,
  426. "bitter coast region (-2, -11)":true,
  427. "west gash region (-2, 3)":true,
  428. "west gash region (-3, 3)":true,
  429. "west gash region (-2, 1)":true,
  430. "west gash region (-1, 3)":true,
  431. "ascadian isles region (1, -6)":true,
  432. "west gash region (-4, 3)":true,
  433. "west gash region (-1, 2)":true,
  434. "west gash region (-4, 2)":true,
  435. "west gash region (-1, 1)":true,
  436. "west gash region (-6, 8)":true,
  437. "ashlands region (-1, 5)":true,
  438. "bitter coast region (-5, -3)":true,
  439. "balmora (-2, -2)":true,
  440. "bitter coast region (-5, 3)":true,
  441. "moonmoth legion fort (-1, -3)":true,
  442. "fields of kummu (1, -5)":true,
  443. "west gash region (-4, -3)":true,
  444. "ascadian isles region (-1, -8)":true,
  445. "west gash region (-1, -1)":true,
  446. "ascadian isles region (0, -5)":true,
  447. "west gash region (-2, 4)":true,
  448. "bitter coast region (-4, -1)":true,
  449. "pelagiad (0, -8)":true,
  450. "west gash region (-4, 5)":true,
  451. "ascadian isles region (1, -9)":true,
  452. "bitter coast region (-7, 4)":true,
  453. "west gash region (-2, 0)":true,
  454. "molag amur region (0, -3)":true,
  455. "ashlands region (-1, 6)":true,
  456. "ascadian isles region (-2, -4)":true,
  457. "west gash region (-6, 7)":true,
  458. "bitter coast region (-6, 2)":true,
  459. "buckmoth legion fort (-2, 5)":true,
  460. "ascadian isles region (1, -10)":true,
  461. "west gash region (-5, 7)":true,
  462. "west gash region (-7, 5)":true,
  463. "bitter coast region (-6, 3)":true,
  464. "pelagiad (0, -7)":true,
  465. "ascadian isles region (-1, -5)":true,
  466. "odai plateau (-5, -5)":true,
  467. "ashlands region (-1, 7)":true,
  468. "west gash region (-6, 5)":true,
  469. "ascadian isles region (0, -4)":true,
  470. "ashlands region (-5, 8)":true,
  471. "ascadian isles region (-1, -6)":true,
  472. "ald-ruhn (-2, 6)":true,
  473. "west gash region (-3, 1)":true
  474. },
  475. "wetness":0,
  476. "resistFrostEffect":0.875,
  477. "torchTemp":0,
  478. "blightness":0,
  479. "playerIsTraveling":false,
  480. "wateredCells":{
  481. "west gash region (-2,3)":true,
  482. "ascadian isles region (-2,-5)":true,
  483. "seyda neen, terurise girvayne's house":true,
  484. "seyda neen, census and excise office":true,
  485. "ald-ruhn, guild of mages":true,
  486. "caldera, surane leoriane's house":true,
  487. "ascadian isles region (0,-9)":true,
  488. "west gash region (-6,4)":true,
  489. "west gash region (-4,2)":true,
  490. "west gash region (-2,0)":true,
  491. "pelagiad, fort pelagiad":true,
  492. "ascadian isles region (-4,-4)":true,
  493. "ashlands region (-4,6)":true,
  494. "west gash region (-6,5)":true,
  495. "west gash region (-4,3)":true,
  496. "balmora, dralasa nithryon: pawnbroker":true,
  497. "ald-ruhn, bivale teneran: clothier":true,
  498. "pelagiad, mebestien ence: trader":true,
  499. "seyda neen (-2,-9)":true,
  500. "balmora, nine toes' house":true,
  501. "addamasartus":true,
  502. "ashlands region (-4,7)":true,
  503. "ald-ruhn, manor district":true,
  504. "adul's mart, entrance level":true,
  505. "bitter coast region (-4,-7)":true,
  506. "balmora (-3,-3)":true,
  507. "caldera (-2,2)":true,
  508. "seyda neen (-2,-10)":true,
  509. "west gash region (-2,-1)":true,
  510. "adul's mart, shop level three":true,
  511. "balmora (-4,-2)":true,
  512. "bitter coast region (-1,-9)":true,
  513. "west gash region (-2,-3)":true,
  514. "balmora, south wall cornerclub":true,
  515. "west gash region (-5,6)":true,
  516. "bitter coast region (-2,-8)":true,
  517. "balmora, temple":true,
  518. "ascadian isles region (-1,-8)":true,
  519. "bitter coast region (-5,3)":true,
  520. "seyda neen, arrille's tradehouse":true,
  521. "balmora, tyermaillin's house":true,
  522. "ascadian isles region (0,-6)":true,
  523. "balmora, clagius clanler: outfitter":true,
  524. "west gash region (-5,7)":true,
  525. "pelagiad, halfway tavern":true,
  526. "balmora, guild of mages":true,
  527. "west gash region (-5,4)":true,
  528. "ascadian isles region (-2,-7)":true,
  529. "moonmoth legion fort, interior":true,
  530. "ald-ruhn, gildan's house":true,
  531. "ald-ruhn (-3,6)":true,
  532. "moonmoth legion fort (-1,-3)":true,
  533. "ascadian isles region (-1,-7)":true,
  534. "ascadian isles region (-3,-7)":true,
  535. "seyda neen, lighthouse":true,
  536. "west gash region (-3,-1)":true,
  537. "west gash region (-2,1)":true,
  538. "ascadian isles region (-1,-5)":true,
  539. "ascadian isles region (-1,-6)":true,
  540. "west gash region (-3,3)":true,
  541. "pelagiad (0,-7)":true,
  542. "bitter coast region (-3,-9)":true,
  543. "balmora (-3,-2)":true,
  544. "seyda neen, foryn gilnith's shack":true,
  545. "balmora (-2,-2)":true,
  546. "bitter coast region (-3,-8)":true,
  547. "pelagiad (0,-8)":true,
  548. "ascadian isles region (-2,-6)":true,
  549. "west gash region (-4,-3)":true,
  550. "balmora, caius cosades' house":true,
  551. "caldera, governor's hall":true,
  552. "ald-ruhn (-2,6)":true,
  553. "balmora, ra'virr: trader":true,
  554. "pelagiad, uulernil : armorer":true,
  555. "balmora, rithleen's house":true,
  556. "ald-ruhn (-2,7)":true,
  557. "ascadian isles region (-1,-4)":true,
  558. "imperial prison ship":true,
  559. "west gash region (-6,6)":true,
  560. "caldera, hodlismod: armorer":true
  561. },
  562. "usingBed":false,
  563. "warmthRating":22.6,
  564. "resistFireEffect":1,
  565. "wetTemp":0,
  566. "bedTempMulti":1,
  567. "temp":0,
  568. "wetCoolingRate":1,
  569. "thirst":5.5760002136231,
  570. "bandages":[],
  571. "foodPoison":0,
  572. "tiredness":22.03762292862,
  573. "tempLimit":0,
  574. "flu":0,
  575. "vampireColdEffect":1,
  576. "hungerEffect":1.0167280006409,
  577. "stewWarmEffect":0,
  578. "intWeatherEffect":-10,
  579. "survivalEffect":0.96333333187633,
  580. "sunTemp":1.2380780039269e-24,
  581. "baseTemp":0,
  582. "bedWarmth":0,
  583. "currentStates":{
  584. "thirst":"hydrated",
  585. "hunger":"wellFed",
  586. "foodPoison":"healthy",
  587. "tiredness":"rested",
  588. "flu":"noFlu",
  589. "blightness":"healthy",
  590. "dysentery":"healthy",
  591. "temp":"comfortable",
  592. "wetness":"dry"
  593. },
  594. "currentBedData":{
  595. "tempMulti":0.8,
  596. "covered":false,
  597. "warmth":5
  598. },
  599. "hunger":5.5760002136231,
  600. "tentTempMulti":1,
  601. "sunShaded":false,
  602. "faceCovered":false,
  603. "isWaiting":false,
  604. "hazardTemp":0,
  605. "dysentery":0,
  606. "frostDamageEffect":0,
  607. "thirstEffect":1.0167280006409,
  608. "wetWarmingRate":1,
  609. "recoveringFatigue":false,
  610. "isSheltered":false,
  611. "coverageRating":0.8
  612. }
  613. Ashfall Data:
  614. {
  615. "vampireWarmEffect":1,
  616. "weatherTemp":-65.85779969031,
  617. "furTemp":15,
  618. "trinketEffects":[],
  619. "insideTent":false,
  620. "valuesInitialised":true,
  621. "fireDamageEffect":0,
  622. "coverageMulti":0.4,
  623. "insideCoveredBedroll":false,
  624. "cellBranchList":{
  625. "seyda neen (-2, -9)":true,
  626. "caldera (-2, 2)":true,
  627. "ascadian isles region (-3, -6)":true,
  628. "bitter coast region (-2, -8)":true,
  629. "west gash region (-4, 1)":true,
  630. "west gash region (-6, 6)":true,
  631. "bitter coast region (-4, -6)":true,
  632. "west gash region (-5, 6)":true,
  633. "bitter coast region (-3, -11)":true,
  634. "ascadian isles region (-3, -5)":true,
  635. "ashlands region (-4, 8)":true,
  636. "ashlands region (-3, 7)":true,
  637. "west gash region (-7, 7)":true,
  638. "west gash region (-7, 6)":true,
  639. "balmora (-3, -3)":true,
  640. "bitter coast region (-5, -6)":true,
  641. "bitter coast region (-4, -8)":true,
  642. "west gash region (-5, 5)":true,
  643. "bitter coast region (-4, -7)":true,
  644. "west gash region (-6, 4)":true,
  645. "bitter coast region (-3, -9)":true,
  646. "ashlands region (-3, 8)":true,
  647. "bitter coast region (-5, -7)":true,
  648. "bitter coast region (0, -10)":true,
  649. "bitter coast region (-5, 2)":true,
  650. "ascadian isles region (-3, -4)":true,
  651. "bitter coast region (-4, -9)":true,
  652. "bitter coast region (-4, -10)":true,
  653. "ascadian isles region (-4, -4)":true,
  654. "west gash region (-1, 0)":true,
  655. "west gash region (-3, -1)":true,
  656. "bitter coast region (-5, -4)":true,
  657. "ascadian isles region (-2, -5)":true,
  658. "ashlands region (-4, 6)":true,
  659. "bitter coast region (-1, -10)":true,
  660. "west gash region (-5, 4)":true,
  661. "ascadian isles region (-3, -7)":true,
  662. "bitter coast region (-3, -10)":true,
  663. "bitter coast region (-5, -1)":true,
  664. "west gash region (-3, 0)":true,
  665. "ald-ruhn (-2, 7)":true,
  666. "ascadian isles region (0, -9)":true,
  667. "west gash region (-4, 4)":true,
  668. "ascadian isles region (-1, -7)":true,
  669. "bitter coast region (-1, -9)":true,
  670. "ascadian isles region (1, -8)":true,
  671. "bitter coast region (-7, 3)":true,
  672. "ascadian isles region (-4, -5)":true,
  673. "west gash region (-2, -3)":true,
  674. "bitter coast region (-5, 1)":true,
  675. "ascadian isles region (-2, -7)":true,
  676. "ashlands region (-4, 7)":true,
  677. "west gash region (-3, 4)":true,
  678. "seyda neen (-2, -10)":true,
  679. "bitter coast region (-1, -11)":true,
  680. "bitter coast region (-3, -8)":true,
  681. "balmora (-4, -2)":true,
  682. "molag amur region (0, -2)":true,
  683. "ashlands region (-3, 5)":true,
  684. "ald-ruhn (-3, 6)":true,
  685. "ascadian isles region (1, -7)":true,
  686. "west gash region (-2, -1)":true,
  687. "ascadian isles region (-2, -6)":true,
  688. "west gash region (-1, -2)":true,
  689. "west gash region (-3, 2)":true,
  690. "bitter coast region (-5, -2)":true,
  691. "bitter coast region (-5, -8)":true,
  692. "balmora (-3, -2)":true,
  693. "ascadian isles region (0, -6)":true,
  694. "ascadian isles region (-1, -4)":true,
  695. "bitter coast region (-2, -11)":true,
  696. "west gash region (-2, 3)":true,
  697. "west gash region (-3, 3)":true,
  698. "west gash region (-2, 1)":true,
  699. "west gash region (-1, 3)":true,
  700. "ascadian isles region (1, -6)":true,
  701. "west gash region (-4, 3)":true,
  702. "west gash region (-1, 2)":true,
  703. "west gash region (-4, 2)":true,
  704. "west gash region (-1, 1)":true,
  705. "west gash region (-6, 8)":true,
  706. "ashlands region (-1, 5)":true,
  707. "bitter coast region (-5, -3)":true,
  708. "balmora (-2, -2)":true,
  709. "bitter coast region (-5, 3)":true,
  710. "moonmoth legion fort (-1, -3)":true,
  711. "fields of kummu (1, -5)":true,
  712. "west gash region (-4, -3)":true,
  713. "ascadian isles region (-1, -8)":true,
  714. "west gash region (-1, -1)":true,
  715. "ascadian isles region (0, -5)":true,
  716. "west gash region (-2, 4)":true,
  717. "bitter coast region (-4, -1)":true,
  718. "pelagiad (0, -8)":true,
  719. "west gash region (-4, 5)":true,
  720. "ascadian isles region (1, -9)":true,
  721. "bitter coast region (-7, 4)":true,
  722. "west gash region (-2, 0)":true,
  723. "molag amur region (0, -3)":true,
  724. "ashlands region (-1, 6)":true,
  725. "ascadian isles region (-2, -4)":true,
  726. "west gash region (-6, 7)":true,
  727. "bitter coast region (-6, 2)":true,
  728. "buckmoth legion fort (-2, 5)":true,
  729. "ascadian isles region (1, -10)":true,
  730. "west gash region (-5, 7)":true,
  731. "west gash region (-7, 5)":true,
  732. "bitter coast region (-6, 3)":true,
  733. "pelagiad (0, -7)":true,
  734. "ascadian isles region (-1, -5)":true,
  735. "odai plateau (-5, -5)":true,
  736. "ashlands region (-1, 7)":true,
  737. "west gash region (-6, 5)":true,
  738. "ascadian isles region (0, -4)":true,
  739. "ashlands region (-5, 8)":true,
  740. "ascadian isles region (-1, -6)":true,
  741. "ald-ruhn (-2, 6)":true,
  742. "west gash region (-3, 1)":true
  743. },
  744. "wetness":0,
  745. "resistFrostEffect":0.875,
  746. "torchTemp":0,
  747. "blightness":0,
  748. "playerIsTraveling":false,
  749. "wateredCells":{
  750. "west gash region (-2,3)":true,
  751. "ascadian isles region (-2,-5)":true,
  752. "seyda neen, terurise girvayne's house":true,
  753. "seyda neen, census and excise office":true,
  754. "ald-ruhn, guild of mages":true,
  755. "caldera, surane leoriane's house":true,
  756. "ascadian isles region (0,-9)":true,
  757. "west gash region (-6,4)":true,
  758. "west gash region (-4,2)":true,
  759. "west gash region (-2,0)":true,
  760. "pelagiad, fort pelagiad":true,
  761. "ascadian isles region (-4,-4)":true,
  762. "ashlands region (-4,6)":true,
  763. "west gash region (-6,5)":true,
  764. "west gash region (-4,3)":true,
  765. "balmora, dralasa nithryon: pawnbroker":true,
  766. "ald-ruhn, bivale teneran: clothier":true,
  767. "pelagiad, mebestien ence: trader":true,
  768. "seyda neen (-2,-9)":true,
  769. "balmora, nine toes' house":true,
  770. "addamasartus":true,
  771. "ashlands region (-4,7)":true,
  772. "ald-ruhn, manor district":true,
  773. "adul's mart, entrance level":true,
  774. "bitter coast region (-4,-7)":true,
  775. "balmora (-3,-3)":true,
  776. "caldera (-2,2)":true,
  777. "seyda neen (-2,-10)":true,
  778. "west gash region (-2,-1)":true,
  779. "adul's mart, shop level three":true,
  780. "balmora (-4,-2)":true,
  781. "bitter coast region (-1,-9)":true,
  782. "west gash region (-2,-3)":true,
  783. "balmora, south wall cornerclub":true,
  784. "west gash region (-5,6)":true,
  785. "bitter coast region (-2,-8)":true,
  786. "balmora, temple":true,
  787. "ascadian isles region (-1,-8)":true,
  788. "bitter coast region (-5,3)":true,
  789. "seyda neen, arrille's tradehouse":true,
  790. "balmora, tyermaillin's house":true,
  791. "ascadian isles region (0,-6)":true,
  792. "balmora, clagius clanler: outfitter":true,
  793. "west gash region (-5,7)":true,
  794. "pelagiad, halfway tavern":true,
  795. "balmora, guild of mages":true,
  796. "west gash region (-5,4)":true,
  797. "ascadian isles region (-2,-7)":true,
  798. "moonmoth legion fort, interior":true,
  799. "ald-ruhn, gildan's house":true,
  800. "ald-ruhn (-3,6)":true,
  801. "moonmoth legion fort (-1,-3)":true,
  802. "ascadian isles region (-1,-7)":true,
  803. "ascadian isles region (-3,-7)":true,
  804. "seyda neen, lighthouse":true,
  805. "west gash region (-3,-1)":true,
  806. "west gash region (-2,1)":true,
  807. "ascadian isles region (-1,-5)":true,
  808. "ascadian isles region (-1,-6)":true,
  809. "west gash region (-3,3)":true,
  810. "pelagiad (0,-7)":true,
  811. "bitter coast region (-3,-9)":true,
  812. "balmora (-3,-2)":true,
  813. "seyda neen, foryn gilnith's shack":true,
  814. "balmora (-2,-2)":true,
  815. "bitter coast region (-3,-8)":true,
  816. "pelagiad (0,-8)":true,
  817. "ascadian isles region (-2,-6)":true,
  818. "west gash region (-4,-3)":true,
  819. "balmora, caius cosades' house":true,
  820. "caldera, governor's hall":true,
  821. "ald-ruhn (-2,6)":true,
  822. "balmora, ra'virr: trader":true,
  823. "pelagiad, uulernil : armorer":true,
  824. "balmora, rithleen's house":true,
  825. "ald-ruhn (-2,7)":true,
  826. "ascadian isles region (-1,-4)":true,
  827. "imperial prison ship":true,
  828. "west gash region (-6,6)":true,
  829. "caldera, hodlismod: armorer":true
  830. },
  831. "usingBed":false,
  832. "warmthRating":22.6,
  833. "resistFireEffect":1,
  834. "wetTemp":0,
  835. "bedTempMulti":1,
  836. "temp":0,
  837. "wetCoolingRate":1,
  838. "thirst":5.5760002136231,
  839. "bandages":[],
  840. "foodPoison":0,
  841. "tiredness":22.03762292862,
  842. "tempLimit":0,
  843. "flu":0,
  844. "vampireColdEffect":1,
  845. "hungerEffect":1.0167280006409,
  846. "stewWarmEffect":0,
  847. "intWeatherEffect":-10,
  848. "survivalEffect":0.96333333187633,
  849. "sunTemp":1.2380780039269e-24,
  850. "baseTemp":0,
  851. "bedWarmth":0,
  852. "currentStates":{
  853. "thirst":"hydrated",
  854. "hunger":"wellFed",
  855. "foodPoison":"healthy",
  856. "tiredness":"rested",
  857. "flu":"noFlu",
  858. "blightness":"healthy",
  859. "dysentery":"healthy",
  860. "temp":"comfortable",
  861. "wetness":"dry"
  862. },
  863. "currentBedData":{
  864. "tempMulti":0.8,
  865. "covered":false,
  866. "warmth":5
  867. },
  868. "hunger":5.5760002136231,
  869. "tentTempMulti":1,
  870. "sunShaded":false,
  871. "faceCovered":false,
  872. "isWaiting":false,
  873. "hazardTemp":0,
  874. "dysentery":0,
  875. "frostDamageEffect":0,
  876. "thirstEffect":1.0167280006409,
  877. "wetWarmingRate":1,
  878. "recoveringFatigue":false,
  879. "isSheltered":false,
  880. "coverageRating":0.8
  881. }
  882. Ashfall Data:
  883. {
  884. "vampireWarmEffect":1,
  885. "weatherTemp":-65.85779969031,
  886. "furTemp":15,
  887. "trinketEffects":[],
  888. "insideTent":false,
  889. "valuesInitialised":true,
  890. "fireDamageEffect":0,
  891. "coverageMulti":0.4,
  892. "insideCoveredBedroll":false,
  893. "cellBranchList":{
  894. "seyda neen (-2, -9)":true,
  895. "caldera (-2, 2)":true,
  896. "ascadian isles region (-3, -6)":true,
  897. "bitter coast region (-2, -8)":true,
  898. "west gash region (-4, 1)":true,
  899. "west gash region (-6, 6)":true,
  900. "bitter coast region (-4, -6)":true,
  901. "west gash region (-5, 6)":true,
  902. "bitter coast region (-3, -11)":true,
  903. "ascadian isles region (-3, -5)":true,
  904. "ashlands region (-4, 8)":true,
  905. "ashlands region (-3, 7)":true,
  906. "west gash region (-7, 7)":true,
  907. "west gash region (-7, 6)":true,
  908. "balmora (-3, -3)":true,
  909. "bitter coast region (-5, -6)":true,
  910. "bitter coast region (-4, -8)":true,
  911. "west gash region (-5, 5)":true,
  912. "bitter coast region (-4, -7)":true,
  913. "west gash region (-6, 4)":true,
  914. "bitter coast region (-3, -9)":true,
  915. "ashlands region (-3, 8)":true,
  916. "bitter coast region (-5, -7)":true,
  917. "bitter coast region (0, -10)":true,
  918. "bitter coast region (-5, 2)":true,
  919. "ascadian isles region (-3, -4)":true,
  920. "bitter coast region (-4, -9)":true,
  921. "bitter coast region (-4, -10)":true,
  922. "ascadian isles region (-4, -4)":true,
  923. "west gash region (-1, 0)":true,
  924. "west gash region (-3, -1)":true,
  925. "bitter coast region (-5, -4)":true,
  926. "ascadian isles region (-2, -5)":true,
  927. "ashlands region (-4, 6)":true,
  928. "bitter coast region (-1, -10)":true,
  929. "west gash region (-5, 4)":true,
  930. "ascadian isles region (-3, -7)":true,
  931. "bitter coast region (-3, -10)":true,
  932. "bitter coast region (-5, -1)":true,
  933. "west gash region (-3, 0)":true,
  934. "ald-ruhn (-2, 7)":true,
  935. "ascadian isles region (0, -9)":true,
  936. "west gash region (-4, 4)":true,
  937. "ascadian isles region (-1, -7)":true,
  938. "bitter coast region (-1, -9)":true,
  939. "ascadian isles region (1, -8)":true,
  940. "bitter coast region (-7, 3)":true,
  941. "ascadian isles region (-4, -5)":true,
  942. "west gash region (-2, -3)":true,
  943. "bitter coast region (-5, 1)":true,
  944. "ascadian isles region (-2, -7)":true,
  945. "ashlands region (-4, 7)":true,
  946. "west gash region (-3, 4)":true,
  947. "seyda neen (-2, -10)":true,
  948. "bitter coast region (-1, -11)":true,
  949. "bitter coast region (-3, -8)":true,
  950. "balmora (-4, -2)":true,
  951. "molag amur region (0, -2)":true,
  952. "ashlands region (-3, 5)":true,
  953. "ald-ruhn (-3, 6)":true,
  954. "ascadian isles region (1, -7)":true,
  955. "west gash region (-2, -1)":true,
  956. "ascadian isles region (-2, -6)":true,
  957. "west gash region (-1, -2)":true,
  958. "west gash region (-3, 2)":true,
  959. "bitter coast region (-5, -2)":true,
  960. "bitter coast region (-5, -8)":true,
  961. "balmora (-3, -2)":true,
  962. "ascadian isles region (0, -6)":true,
  963. "ascadian isles region (-1, -4)":true,
  964. "bitter coast region (-2, -11)":true,
  965. "west gash region (-2, 3)":true,
  966. "west gash region (-3, 3)":true,
  967. "west gash region (-2, 1)":true,
  968. "west gash region (-1, 3)":true,
  969. "ascadian isles region (1, -6)":true,
  970. "west gash region (-4, 3)":true,
  971. "west gash region (-1, 2)":true,
  972. "west gash region (-4, 2)":true,
  973. "west gash region (-1, 1)":true,
  974. "west gash region (-6, 8)":true,
  975. "ashlands region (-1, 5)":true,
  976. "bitter coast region (-5, -3)":true,
  977. "balmora (-2, -2)":true,
  978. "bitter coast region (-5, 3)":true,
  979. "moonmoth legion fort (-1, -3)":true,
  980. "fields of kummu (1, -5)":true,
  981. "west gash region (-4, -3)":true,
  982. "ascadian isles region (-1, -8)":true,
  983. "west gash region (-1, -1)":true,
  984. "ascadian isles region (0, -5)":true,
  985. "west gash region (-2, 4)":true,
  986. "bitter coast region (-4, -1)":true,
  987. "pelagiad (0, -8)":true,
  988. "west gash region (-4, 5)":true,
  989. "ascadian isles region (1, -9)":true,
  990. "bitter coast region (-7, 4)":true,
  991. "west gash region (-2, 0)":true,
  992. "molag amur region (0, -3)":true,
  993. "ashlands region (-1, 6)":true,
  994. "ascadian isles region (-2, -4)":true,
  995. "west gash region (-6, 7)":true,
  996. "bitter coast region (-6, 2)":true,
  997. "buckmoth legion fort (-2, 5)":true,
  998. "ascadian isles region (1, -10)":true,
  999. "west gash region (-5, 7)":true,
  1000. "west gash region (-7, 5)":true,
  1001. "bitter coast region (-6, 3)":true,
  1002. "pelagiad (0, -7)":true,
  1003. "ascadian isles region (-1, -5)":true,
  1004. "odai plateau (-5, -5)":true,
  1005. "ashlands region (-1, 7)":true,
  1006. "west gash region (-6, 5)":true,
  1007. "ascadian isles region (0, -4)":true,
  1008. "ashlands region (-5, 8)":true,
  1009. "ascadian isles region (-1, -6)":true,
  1010. "ald-ruhn (-2, 6)":true,
  1011. "west gash region (-3, 1)":true
  1012. },
  1013. "wetness":0,
  1014. "resistFrostEffect":0.875,
  1015. "torchTemp":0,
  1016. "blightness":0,
  1017. "playerIsTraveling":false,
  1018. "wateredCells":{
  1019. "west gash region (-2,3)":true,
  1020. "ascadian isles region (-2,-5)":true,
  1021. "seyda neen, terurise girvayne's house":true,
  1022. "seyda neen, census and excise office":true,
  1023. "ald-ruhn, guild of mages":true,
  1024. "caldera, surane leoriane's house":true,
  1025. "ascadian isles region (0,-9)":true,
  1026. "west gash region (-6,4)":true,
  1027. "west gash region (-4,2)":true,
  1028. "west gash region (-2,0)":true,
  1029. "pelagiad, fort pelagiad":true,
  1030. "ascadian isles region (-4,-4)":true,
  1031. "ashlands region (-4,6)":true,
  1032. "west gash region (-6,5)":true,
  1033. "west gash region (-4,3)":true,
  1034. "balmora, dralasa nithryon: pawnbroker":true,
  1035. "ald-ruhn, bivale teneran: clothier":true,
  1036. "pelagiad, mebestien ence: trader":true,
  1037. "seyda neen (-2,-9)":true,
  1038. "balmora, nine toes' house":true,
  1039. "addamasartus":true,
  1040. "ashlands region (-4,7)":true,
  1041. "ald-ruhn, manor district":true,
  1042. "adul's mart, entrance level":true,
  1043. "bitter coast region (-4,-7)":true,
  1044. "balmora (-3,-3)":true,
  1045. "caldera (-2,2)":true,
  1046. "seyda neen (-2,-10)":true,
  1047. "west gash region (-2,-1)":true,
  1048. "adul's mart, shop level three":true,
  1049. "balmora (-4,-2)":true,
  1050. "bitter coast region (-1,-9)":true,
  1051. "west gash region (-2,-3)":true,
  1052. "balmora, south wall cornerclub":true,
  1053. "west gash region (-5,6)":true,
  1054. "bitter coast region (-2,-8)":true,
  1055. "balmora, temple":true,
  1056. "ascadian isles region (-1,-8)":true,
  1057. "bitter coast region (-5,3)":true,
  1058. "seyda neen, arrille's tradehouse":true,
  1059. "balmora, tyermaillin's house":true,
  1060. "ascadian isles region (0,-6)":true,
  1061. "balmora, clagius clanler: outfitter":true,
  1062. "west gash region (-5,7)":true,
  1063. "pelagiad, halfway tavern":true,
  1064. "balmora, guild of mages":true,
  1065. "west gash region (-5,4)":true,
  1066. "ascadian isles region (-2,-7)":true,
  1067. "moonmoth legion fort, interior":true,
  1068. "ald-ruhn, gildan's house":true,
  1069. "ald-ruhn (-3,6)":true,
  1070. "moonmoth legion fort (-1,-3)":true,
  1071. "ascadian isles region (-1,-7)":true,
  1072. "ascadian isles region (-3,-7)":true,
  1073. "seyda neen, lighthouse":true,
  1074. "west gash region (-3,-1)":true,
  1075. "west gash region (-2,1)":true,
  1076. "ascadian isles region (-1,-5)":true,
  1077. "ascadian isles region (-1,-6)":true,
  1078. "west gash region (-3,3)":true,
  1079. "pelagiad (0,-7)":true,
  1080. "bitter coast region (-3,-9)":true,
  1081. "balmora (-3,-2)":true,
  1082. "seyda neen, foryn gilnith's shack":true,
  1083. "balmora (-2,-2)":true,
  1084. "bitter coast region (-3,-8)":true,
  1085. "pelagiad (0,-8)":true,
  1086. "ascadian isles region (-2,-6)":true,
  1087. "west gash region (-4,-3)":true,
  1088. "balmora, caius cosades' house":true,
  1089. "caldera, governor's hall":true,
  1090. "ald-ruhn (-2,6)":true,
  1091. "balmora, ra'virr: trader":true,
  1092. "pelagiad, uulernil : armorer":true,
  1093. "balmora, rithleen's house":true,
  1094. "ald-ruhn (-2,7)":true,
  1095. "ascadian isles region (-1,-4)":true,
  1096. "imperial prison ship":true,
  1097. "west gash region (-6,6)":true,
  1098. "caldera, hodlismod: armorer":true
  1099. },
  1100. "usingBed":false,
  1101. "warmthRating":22.6,
  1102. "resistFireEffect":1,
  1103. "wetTemp":0,
  1104. "bedTempMulti":1,
  1105. "temp":0,
  1106. "wetCoolingRate":1,
  1107. "thirst":5.5760002136231,
  1108. "bandages":[],
  1109. "foodPoison":0,
  1110. "tiredness":22.03762292862,
  1111. "tempLimit":0,
  1112. "flu":0,
  1113. "vampireColdEffect":1,
  1114. "hungerEffect":1.0167280006409,
  1115. "stewWarmEffect":0,
  1116. "intWeatherEffect":-10,
  1117. "survivalEffect":0.96333333187633,
  1118. "sunTemp":1.2380780039269e-24,
  1119. "baseTemp":0,
  1120. "bedWarmth":0,
  1121. "currentStates":{
  1122. "thirst":"hydrated",
  1123. "hunger":"wellFed",
  1124. "foodPoison":"healthy",
  1125. "tiredness":"rested",
  1126. "flu":"noFlu",
  1127. "blightness":"healthy",
  1128. "dysentery":"healthy",
  1129. "temp":"comfortable",
  1130. "wetness":"dry"
  1131. },
  1132. "currentBedData":{
  1133. "tempMulti":0.8,
  1134. "covered":false,
  1135. "warmth":5
  1136. },
  1137. "hunger":5.5760002136231,
  1138. "tentTempMulti":1,
  1139. "sunShaded":false,
  1140. "faceCovered":false,
  1141. "isWaiting":false,
  1142. "hazardTemp":0,
  1143. "dysentery":0,
  1144. "frostDamageEffect":0,
  1145. "thirstEffect":1.0167280006409,
  1146. "wetWarmingRate":1,
  1147. "recoveringFatigue":false,
  1148. "isSheltered":false,
  1149. "coverageRating":0.8
  1150. }
  1151.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement