Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.89 KB | None | 0 0
  1. {
  2.     "looping": false,
  3.     "persistEntities": true,
  4.     "events": [
  5.         {
  6.             "name": "AddEntity",
  7.             "data": {
  8.                 "position": {
  9.                     "v3Location": [11.5, 64, 1],
  10.                     "degAngleXZ": 270
  11.                 },
  12.                 "archetype": "scriptedPlayer",
  13.                 "name": "Leader",
  14.                 "variant": {
  15.                     "head": 22,
  16.                     "bodyColorIndices": [111, 111, 111],
  17.                     "eyesColorIndex": 153,
  18.                     "wearables": {
  19.                         "MASK": {
  20.                             "index": 2,
  21.                             "colorIndices": [50, 50, 50]
  22.                         }
  23.                     },
  24.                     "tattoo": {
  25.                         "index": 0,
  26.                         "strength": 200,
  27.                         "colorIndices": [50, 50, 50]
  28.                     }
  29.                 },
  30.                 "renderName": false
  31.             }
  32.         },
  33.         {
  34.             "name": "HeldItem",
  35.             "data": {
  36.                 "name": "Leader",
  37.                 "left": {
  38.                     "colorIndex": 0,
  39.                     "count": 1,
  40.                     "id": "ROCK_SEDIMENTARY_STONES",
  41.                     "inventoryIndex": 255,
  42.                     "inventoryType": 0,
  43.                     "wear": 0
  44.                 }
  45.             }
  46.         },
  47.         {
  48.             "name": "Animation",
  49.             "data": {
  50.                 "name": "Leader",
  51.                 "animation": "characters/cat_race/animations/idle_breathe.dae",
  52.                 "hideItems": false,
  53.                 "looping": true
  54.             }
  55.         },
  56.         {
  57.             "name": "AddEntity",
  58.             "data": {
  59.                 "position": {
  60.                     "v3Location": [11.5, 64, -0.5],
  61.                     "degAngleXZ": 270
  62.                 },
  63.                 "archetype": "scriptedPlayer",
  64.                 "name": "Rydralain",
  65.                 "variant": {
  66.                     "head": 6,
  67.                     "bodyColorIndices": [243, 2, 46],
  68.                     "eyesColorIndex": 243,
  69.                     "wearables": {
  70.                         "MASK": {
  71.                             "index": 1,
  72.                             "colorIndices": [1, 82, 41]
  73.                         }
  74.                     },
  75.                     "tattoo": {
  76.                         "index": 2,
  77.                         "strength": 200,
  78.                         "colorIndices": [47, 242, 47]
  79.                     }
  80.                 },
  81.                 "renderName": false
  82.             }
  83.         },
  84.         {
  85.             "name": "Animation",
  86.             "data": {
  87.                 "name": "Rydralain",
  88.                 "animation": "characters/cat_race/animations/emote_sit_floor_loop.dae",
  89.                 "hideItems": false,
  90.                 "looping": true
  91.             }
  92.         }
  93.     ]
  94. }
  95.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement