Advertisement
Guest User

it refuses be read :(

a guest
Mar 20th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 KB | None | 0 0
  1. {
  2. "animatedParts" : {
  3. "stateTypes" : {
  4. "apexkey" : {
  5. "default" : "off",
  6. "states" : {
  7. "off" : {},
  8. "on" : {
  9. "frames" : 32,
  10. "cycle" : 2.0,
  11. "mode" : "loop"
  12. }
  13. }
  14. },
  15. "aviankey" : {
  16. "default" : "off",
  17. "states" : {
  18. "off" : {},
  19. "on" : {
  20. "frames" : 32,
  21. "cycle" : 2.0,
  22. "mode" : "loop"
  23. }
  24. }
  25. },
  26. "florankey" : {
  27. "default" : "off",
  28. "states" : {
  29. "off" : {},
  30. "on" : {
  31. "frames" : 32,
  32. "cycle" : 2.0,
  33. "mode" : "loop"
  34. }
  35. }
  36. },
  37. "glitchkey" : {
  38. "default" : "off",
  39. "states" : {
  40. "off" : {},
  41. "on" : {
  42. "frames" : 32,
  43. "cycle" : 2.0,
  44. "mode" : "loop"
  45. }
  46. }
  47. },
  48. "humankey" : {
  49. "default" : "off",
  50. "states" : {
  51. "off" : {},
  52. "on" : {
  53. "frames" : 32,
  54. "cycle" : 2.0,
  55. "mode" : "loop"
  56. }
  57. }
  58. },
  59. "hylotlkey" : {
  60. "default" : "off",
  61. "states" : {
  62. "off" : {},
  63. "on" : {
  64. "frames" : 32,
  65. "cycle" : 2.0,
  66. "mode" : "loop"
  67. }
  68. }
  69. },
  70. "novakidkey" : {
  71. "default" : "off",
  72. "states" : {
  73. "off" : {},
  74. "on" : {
  75. "frames" : 32,
  76. "cycle" : 2.0,
  77. "mode" : "loop"
  78. }
  79. }
  80. },
  81. "open" : {
  82. "default" : "off",
  83. "states" : {
  84. "off" : {},
  85. "on" : {
  86. "frames" : 16,
  87. "cycle" : 2.0,
  88. "mode" : "loop",
  89. "properties" : {
  90. "particleEmittersOn" : [ "starfield" ]
  91. }
  92. }
  93. }
  94. }
  95. },
  96.  
  97. "parts" : {
  98. "bg" : {
  99. "properties" : {
  100. "centered" : false,
  101. "image" : "<partImage>",
  102. "fullbright" : true,
  103. "zLevel" : 0
  104. }
  105. },
  106. "fg" : {
  107. "properties" : {
  108. "centered" : false,
  109. "image" : "<partImage>",
  110. "zLevel" : 1
  111. }
  112. },
  113. "inner" : {
  114. "properties" : {
  115. "centered" : false,
  116. "zLevel" : 3,
  117. "offset" : [7.125, 0]
  118. },
  119.  
  120. "partStates" : {
  121. "open" : {
  122. "on" : {
  123. "properties" : {
  124. "image" : "<partImage>:<frameIndex>"
  125. }
  126. }
  127. }
  128. }
  129. },
  130. "apexkey" : {
  131. "properties" : {
  132. "centered" : false,
  133. "fullbright" : true,
  134. "zLevel" : 2,
  135. "offset" : [23.875, 11.25]
  136. },
  137.  
  138. "partStates" : {
  139. "apexkey" : {
  140. "on" : {
  141. "properties" : {
  142. "image" : "<partImage>:<frameIndex>"
  143. }
  144. }
  145. }
  146. }
  147. },
  148. "aviankey" : {
  149. "properties" : {
  150. "centered" : false,
  151. "fullbright" : true,
  152. "zLevel" : 2,
  153. "offset" : [17.125, 17.0]
  154. },
  155.  
  156. "partStates" : {
  157. "aviankey" : {
  158. "on" : {
  159. "properties" : {
  160. "image" : "<partImage>:<frameIndex>"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "florankey" : {
  167. "properties" : {
  168. "centered" : false,
  169. "fullbright" : true,
  170. "zLevel" : 2,
  171. "offset" : [23.75, 14.0]
  172. },
  173.  
  174. "partStates" : {
  175. "florankey" : {
  176. "on" : {
  177. "properties" : {
  178. "image" : "<partImage>:<frameIndex>"
  179. }
  180. }
  181. }
  182. }
  183. },
  184. "glitchkey" : {
  185. "properties" : {
  186. "centered" : false,
  187. "fullbright" : true,
  188. "zLevel" : 2,
  189. "offset" : [19.75, 17.25]
  190. },
  191.  
  192. "partStates" : {
  193. "glitchkey" : {
  194. "on" : {
  195. "properties" : {
  196. "image" : "<partImage>:<frameIndex>"
  197. }
  198. }
  199. }
  200. }
  201. },
  202. "humankey" : {
  203. "properties" : {
  204. "centered" : false,
  205. "fullbright" : true,
  206. "zLevel" : 2,
  207. "offset" : [22.25, 15.875]
  208. },
  209.  
  210. "partStates" : {
  211. "humankey" : {
  212. "on" : {
  213. "properties" : {
  214. "image" : "<partImage>:<frameIndex>"
  215. }
  216. }
  217. }
  218. }
  219. },
  220. "hylotlkey" : {
  221. "properties" : {
  222. "centered" : false,
  223. "fullbright" : true,
  224. "zLevel" : 2,
  225. "offset" : [23.125, 8.75]
  226. },
  227.  
  228. "partStates" : {
  229. "hylotlkey" : {
  230. "on" : {
  231. "properties" : {
  232. "image" : "<partImage>:<frameIndex>"
  233. }
  234. }
  235. }
  236. }
  237. },
  238. "novakidkey" : {
  239. "properties" : {
  240. "centered" : false,
  241. "fulllbright" : true,
  242. "zLevel" : 2,
  243. "offset" : [24, 8]
  244. },
  245.  
  246. "partStates" : {
  247. "novakidkey" : {
  248. "on" : {
  249. "properties" : {
  250. "image" : "<partImage>:<frameIndex>"
  251. }
  252. }
  253. }
  254. }
  255. }
  256. }
  257. },
  258.  
  259. "particleEmitters" : {
  260. "starfield" : {
  261. "emissionRate" : 15,
  262. "offsetRegion" : [7.125, 0, 30.875, 25],
  263. "particles" : [
  264. { "particle" : {
  265. "type" : "ember",
  266. "color" : [255, 255, 255],
  267. "size" : 1,
  268. "angularVelocity" : 20,
  269. "destructionTime" : 3.0,
  270. "destructionAction" : "fade",
  271. "position" : [0, 0],
  272. "initialVelocity" : [0, 0],
  273. "finalVelocity" : [0, 0],
  274. "approach" : [15, 15],
  275. "timeToLive" : 0.85,
  276. "layer" : "middle",
  277. "variance" : {
  278. "size" : 0.5
  279. }
  280. }
  281. }
  282. ]
  283. }
  284. }
  285. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement