Advertisement
Guest User

Untitled

a guest
Aug 19th, 2020
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. {
  2. "globalTagDefaults" : {
  3. "paletteSwaps" : ""
  4. },
  5.  
  6. "animatedParts" : {
  7. "stateTypes" : {
  8. "firing" : {
  9. "default" : "off",
  10. "states" : {
  11. "off" : {},
  12. "fire" : {
  13. "frames" : 3,
  14. "cycle" : 0.05,
  15. "mode" : "transition",
  16. "transition" : "off"
  17. }
  18. }
  19. },
  20. "body" : {
  21. "default" : "idle",
  22. "states" : {
  23. "idle" : {
  24. "frames" : 1,
  25. "cycle" : 1,
  26. "mode" : "loop",
  27. "transition" : "fire"
  28. },
  29. "fire" : {
  30. "frames" : 3,
  31. "cycle" : 0.2,
  32. "mode" : "loop",
  33. "transition" : "idle"
  34. }
  35. }
  36. }
  37. },
  38.  
  39. "parts" : {
  40. "middle" : {
  41. "properties" : {
  42. "centered" : true,
  43. "offset" : [0, 0.5],
  44. "transformationGroups" : ["weapon"]
  45. },
  46. "partStates" : {
  47. "body" : {
  48. "idle" : {
  49. "properties" : {
  50. "image" : "<partImage>:default"
  51. }
  52. },
  53. "fire" : {
  54. "properties" : {
  55. "image" : "<partImage>:fire.<frame>"
  56. }
  57. }
  58. }
  59. }
  60. },
  61. "muzzleFlash" : {
  62. "properties" : {
  63. "zLevel" : -1,
  64. "centered" : true,
  65. "offset" : [0.75, 0],
  66. "fullbright" : true,
  67. "transformationGroups" : ["muzzle"]
  68. },
  69.  
  70. "partStates" : {
  71. "firing" : {
  72. "fire" : {
  73. "properties" : {
  74. "image" : "<partImage>:<variant>.<frame>"
  75. }
  76. }
  77. }
  78. }
  79. }
  80. }
  81. },
  82.  
  83. "rotationGroups" : {
  84. "weapon" : {
  85. "angularVelocity" : 0
  86. }
  87. },
  88.  
  89. "transformationGroups" : {
  90. "weapon" : {},
  91. "muzzle" : {}
  92. },
  93.  
  94. "particleEmitters" : {
  95. "muzzleFlash" : {
  96. "transformationGroups" : ["muzzle"],
  97. "offsetRegion" : [0, 0, 0, 0],
  98. "particles" : [ ]
  99. }
  100. },
  101.  
  102. "lights" : {
  103. "muzzleFlash" : {
  104. "active" : false,
  105. "position" : [0, 0],
  106. "color" : [90, 90, 0]
  107. }
  108. },
  109.  
  110. "sounds" : {
  111. "fire" : [ ]
  112. }
  113. }
  114.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement