Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.43 KB | None | 0 0
  1.  
  2. "filter" : [ ],
  3. "titleFromEntity" : true,
  4. "requiresBlueprint" : true,
  5. "craftingSound" : "/sfx/interface/crafting_anvil.ogg",
  6. "paneLayout" : {
  7. "background" : {
  8. "type" : "background",
  9. "fileHeader" : "/interface/crafting/craftingheader.png",
  10. "fileBody" : "/interface/crafting/settlementworkbenchbody.png",
  11. "fileFooter" : "/interface/crafting/craftingfooter.png"
  12. },
  13. "close" : {
  14. "type" : "button",
  15. "base" : "/interface/x.png",
  16. "hover" : "/interface/xhover.png",
  17. "pressed" : "/interface/xpress.png",
  18. "pressedOffset" : [0, 0],
  19. "position" : [321, 261]
  20. },
  21. "windowtitle" : {
  22. "type" : "title",
  23. "title" : "Settlement Workbench",
  24. "subtitle" : "Make a ton of RAD things",
  25. "position" : [-5, 252],
  26. "icon" : {
  27. "type" : "image",
  28. "file" : "/interface/crafting/craftingfurnace.png",
  29. "position" : [0, -20],
  30. "zlevel" : -1
  31. }
  32. },
  33. "bgShine" : {
  34. "type" : "image",
  35. "file" : "/interface/crafting/shine.png",
  36. "position" : [-15, 0],
  37. "zlevel" : -10
  38. },
  39. "btnUpgrade" : {
  40. "type" : "button",
  41. "disabledImage" : "/interface/crafting/upgradeUnready.png",
  42. "base" : "/interface/crafting/upgradeReady.png",
  43. "position" : [139, 258],
  44. "zlevel" : 5
  45. },
  46. "lblSchematics" : {
  47. "type" : "label",
  48. "position" : [88, 244],
  49. "hAnchor" : "mid",
  50. "value" : "^#b9b5b2;BLUEPRINTS"
  51. },
  52. "lblProducttitle" : {
  53. "type" : "label",
  54. "position" : [265, 244],
  55. "hAnchor" : "mid",
  56. "value" : "^#b9b5b2;PRODUCT"
  57. },
  58. "spinCount" : {
  59. "type" : "spinner",
  60. "position" : [220, 46],
  61. "upOffset" : 36
  62. },
  63. "tbSpinCount" : {
  64. "type" : "textbox",
  65. "position" : [232, 46],
  66. "textAlign" : "center",
  67. "maxWidth" : 16,
  68. "regex" : "x?\\d{0,4}",
  69. "hint" : ""
  70. },
  71. "imgAmountInput" : {
  72. "type" : "image",
  73. "file" : "/interface/crafting/amount.png",
  74. "position" : [226, 45],
  75. "zlevel" : -3
  76. },
  77. "btnCraft" : {
  78. "type" : "button",
  79. "base" : "/interface/button.png",
  80. "hover" : "/interface/buttonhover.png",
  81. "position" : [271, 43],
  82. "caption" : "Forge"
  83. },
  84. "btnStopCraft" : {
  85. "type" : "button",
  86. "base" : "/interface/buttonactive.png",
  87. "hover" : "/interface/buttonactivehover.png",
  88. "position" : [271, 43],
  89. "caption" : "Stop"
  90. },
  91. "imgCraftBg" : {
  92. "type" : "image",
  93. "file" : "/interface/crafting/craftbg.png",
  94. "position" : [196, 40],
  95. "zlevel" : -5
  96. },
  97. "currentRecipeIcon" : {
  98. "type" : "itemslot",
  99. "callback" : "null",
  100. "position" : [197, 41]
  101. },
  102. "btnFilterHaveMaterials" : {
  103. "type" : "button",
  104. "base" : "/interface/crafting/checkboxnocheck.png",
  105. "baseImageChecked" : "/interface/crafting/checkboxcheck.png",
  106. "checkable" : true,
  107. "checked" : false,
  108. "position" : [40, 59]
  109. },
  110. "lblProduct" : {
  111. "type" : "label",
  112. "position" : [51, 58],
  113. "hAnchor" : "left",
  114. "value" : "MATERIALS AVAILABLE"
  115. },
  116. "description" : {
  117. "type" : "widget",
  118. "position" : [190, 41],
  119. "size" : [140, 220]
  120. },
  121. "filter" : {
  122. "type" : "textbox",
  123. "position" : [56, 43],
  124. "hint" : "Search",
  125. "maxWidth" : 70,
  126. "escapeKey" : "close",
  127. "enterKey" : "filter",
  128. "focus" : false
  129. },
  130. "scrollArea" : {
  131. "type" : "scrollArea",
  132. "rect" : [5, 69, 174, 221],
  133. "children" : {
  134. "itemList" : {
  135. "type" : "list",
  136. "schema" : {
  137. "selectedBG" : "/interface/crafting/craftableselected2.png",
  138. "unselectedBG" : "/interface/crafting/craftablebackground.png",
  139. "spacing" : [0, 1],
  140. "memberSize" : [159, 20],
  141. "listTemplate" : {
  142. "background" : {
  143. "type" : "image",
  144. "file" : "/interface/crafting/craftablebackground.png",
  145. "position" : [2, 0],
  146. "zlevel" : -1
  147. },
  148. "itemName" : {
  149. "type" : "label",
  150. "position" : [25, 5],
  151. "hAnchor" : "left",
  152. "wrapWidth" : 116,
  153. "value" : "Replace Me"
  154. },
  155. "itemIcon" : {
  156. "type" : "itemslot",
  157. "position" : [3, 1],
  158. "callback" : "null"
  159. },
  160. "newIcon" : {
  161. "type" : "image",
  162. "position" : [119, 5],
  163. "file" : "/interface/crafting/new.png",
  164. "zlevel" : 2
  165. },
  166. "moneyIcon" : {
  167. "type" : "image",
  168. "position" : [122, 1],
  169. "file" : "/interface/money.png"
  170. },
  171. "priceLabel" : {
  172. "type" : "label",
  173. "position" : [134, 1],
  174. "hAnchor" : "left",
  175. "value" : "0"
  176. },
  177. "notcraftableoverlay" : {
  178. "type" : "image",
  179. "file" : "/interface/crafting/notcraftableoverlay.png",
  180. "position" : [2, 0],
  181. "zlevel" : 1
  182. }
  183. }
  184. }
  185. }
  186. }
  187. },
  188. "lblArmourTab" : {
  189. "type" : "image",
  190. "file" : "/interface/crafting/tabicon_SIKFallouttab1.png",
  191. "position" : [21, 224],
  192. "zlevel" : 3
  193. },
  194. "lblWeaponsTab" : {
  195. "type" : "image",
  196. "file" : "/interface/crafting/tabicon_SIKFallouttab2.png",
  197. "position" : [52, 223],
  198. "zlevel" : 3
  199. },
  200. "lblConsumeTab" : {
  201. "type" : "image",
  202. "file" : "/interface/crafting/tabicon_SIKFallouttab3.png",
  203. "position" : [77, 221],
  204. "zlevel" : 3
  205. },
  206. "lblEppTab" : {
  207. "type" : "image",
  208. "file" : "/interface/crafting/tabicon_SIKFallouttab4.png",
  209. "position" : [107.5, 222],
  210. "zlevel" : 3
  211. },
  212. "categories" : {
  213. "type" : "radioGroup",
  214. "toggleMode" : false,
  215. "buttons" : [
  216. {
  217. "selected" : true,
  218. "position" : [18, 221],
  219. "baseImage" : "/interface/crafting/unselectedTab.png",
  220. "baseImageChecked" : "/interface/crafting/selectedTab.png",
  221. "data" : {
  222. "filter" : [ "SIKFallouttab1" ]
  223. }
  224. },
  225. {
  226. "position" : [45, 221],
  227. "baseImage" : "/interface/crafting/unselectedTab.png",
  228. "baseImageChecked" : "/interface/crafting/selectedTab.png",
  229. "data" : {
  230. "filter" : [ "SIKFallouttab2" ]
  231. }
  232. },
  233. {
  234. "position" : [72, 221],
  235. "baseImage" : "/interface/crafting/unselectedTab.png",
  236. "baseImageChecked" : "/interface/crafting/selectedTab.png",
  237. "data" : {
  238. "filter" : [ "SIKFallouttab3" ]
  239. }
  240. },
  241. {
  242. "position" : [99, 221],
  243. "baseImage" : "/interface/crafting/unselectedTab.png",
  244. "baseImageChecked" : "/interface/crafting/selectedTab.png",
  245. "data" : {
  246. "filter" : [ "SIKFallouttab4" ]
  247. }
  248. }
  249. ]
  250. },
  251. "rarities" : {
  252. "type" : "radioGroup",
  253. "toggleMode" : true,
  254. "buttons" : [
  255. ]
  256. }
  257. }
  258. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement