Advertisement
Guest User

Roguelikedev 2021 town portal json

a guest
Aug 14th, 2021
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.93 KB | None | 0 0
  1.     {
  2.         "id": "portal",
  3.         "extends": "base_charactertile",
  4.         "name": "Portal",
  5.         "components": {
  6.             "characterobject": {
  7.                 "characters": [
  8.                     {
  9.                         "letter": "◌",
  10.                         "animateIn": {
  11.                             "time": 1000,
  12.                             "zRotation": 0.5,
  13.                             "start": {
  14.                                 "scale": 0
  15.                             },
  16.                             "end": {
  17.                                 "scale": 1
  18.                             }
  19.                         },
  20.                         "animations": [
  21.                             {
  22.                                 "time": 1000,
  23.                                 "zRotation": 0.5,
  24.                                 "start": {
  25.                                     "scale": 1
  26.                                 },
  27.                                 "end": {
  28.                                     "scale": 0.5
  29.                                 }
  30.                             },
  31.                             {
  32.                                 "time": 1000,
  33.                                 "zRotation": 0.5,
  34.                                 "start": {
  35.                                     "scale": 0.5
  36.                                 },
  37.                                 "end": {
  38.                                     "scale": 1
  39.                                 }
  40.                             }
  41.                         ]
  42.                     },
  43.                     {
  44.                         "letter": "⁐",
  45.                         "animateIn": {
  46.                             "time": 1000,
  47.                             "zRotation": 2,
  48.                             "start": {
  49.                                 "scale": 0
  50.                             },
  51.                             "end": {
  52.                                 "scale": 1
  53.                             }
  54.                         },
  55.                         "animations": [
  56.                             {
  57.                                 "time": 1000,
  58.                                 "zRotation": 2,
  59.                                 "end": {
  60.                                     "scale": 0.9
  61.                                 }
  62.                             },
  63.                             {
  64.                                 "time": 1000,
  65.                                 "zRotation": 2,
  66.                                 "end": {
  67.                                     "scale": 1
  68.                                 }
  69.                             }
  70.                         ]
  71.                     }
  72.                 ],
  73.                 "fontName": "mplus",
  74.                 "color": "#3333ff",
  75.                 "xRot": 0.5,
  76.                 "yRot": 0.25,
  77.                 "scale": 0.05,
  78.                 "zOffset": 0.5
  79.             },
  80.             "blocksFov": false,
  81.             "blocksMovement": false
  82.         }
  83.     },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement