Guest User

weedeth.animation

a guest
May 15th, 2020
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.83 KB | None | 0 0
  1. {
  2.     "globalTagDefaults" : {
  3.       "hand" : "near",
  4.       "directives" : ""
  5.     },
  6.  
  7.     "animatedParts" : {
  8.       "stateTypes" : {
  9.         "light" : {
  10.           "default" : "idle",
  11.           "states" : {
  12.             "idle" : {
  13.               "properties" : {
  14.                 "particleEmittersOn" : [ "smallpoof" ]
  15.               }
  16.             },
  17.             "raised" : {
  18.               "properties" : {
  19.                 "particleEmittersOff" : [ "smallpoof" ]
  20.               }
  21.             }
  22.           }
  23.         }
  24.       },
  25.       "parts" : {
  26.         "shield" : {
  27.           "properties" : {
  28.             "zLevel" : 1,
  29.             "centered" : true,
  30.             "transformationGroups" : ["shield"],
  31.             "rotationCenter" : [0, 0],
  32.             "shieldPoly" : [ [-0.5, -1.75], [-0.5, 1.75], [0.75, 1.0], [0.75, -1.0] ]
  33.           },
  34.           "partStates" : {
  35.             "shield" : {
  36.               "idle" : {
  37.                 "properties" : {
  38.                   "image" : "<partImage>:<hand>idle<directives>"
  39.                 }
  40.               },
  41.               "raised" : {
  42.                 "properties" : {
  43.                   "image" : "<partImage>:<hand>raised<directives>"
  44.                 }
  45.               }
  46.             }
  47.           }
  48.         }
  49.       }
  50.     },
  51.  
  52.     "transformationGroups" : {
  53.       "shield" : {}
  54.     },
  55.  
  56.     "sounds" : {
  57.       "raiseShield" : [ ],
  58.       "lowerShield" : [ ],
  59.       "perfectBlock" : [ ],
  60.       "block" : [ ],
  61.       "break" : [ ]
  62.     },
  63.  
  64.     "particleEmitters" : {
  65.       "perfectBlock" : {
  66.         "active" : false,
  67.         "transformationGroups" : ["shield"],
  68.         "emissionRate" : 30,
  69.         "offsetRegion" : [-0.5, -1.0, 0.5, 1.0],
  70.         "particles" : [
  71.           { "particle" : "sparkle5"},
  72.           { "particle" : "sparkle5"}
  73.         ]
  74.       }
  75.     }
  76.   }
Add Comment
Please, Sign In to add comment