Advertisement
kaiiboraka

Example UnitData JSON

Sep 12th, 2020
1,217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.03 KB | None | 0 0
  1. {
  2.   "unitData":
  3.   {
  4.     "parameterData":
  5.     {
  6.       "unitName": "Kael",
  7.       "unitHostility": "Player",
  8.       "unitTags":
  9.       [
  10.         "Character",
  11.         "Player"
  12.       ],
  13.       "magicTypes":
  14.       [
  15.         "Light"
  16.       ],
  17.       "groundSpeed": 0,
  18.       "airSpeed": 0,
  19.       "fallSpeed": 0,
  20.       "maxHP": 0,
  21.       "maxMP": 0,
  22.       "HPScalar": 0,
  23.       "dmgScalar": 0
  24.     },
  25.     "storyData":
  26.     {
  27.       "fullName": "Kael Losallion",
  28.       "codexEntry": "You could probably put the whole paragraph in here.",
  29.       "Gender": "Male",
  30.       "elementalAffinity": "Light",
  31.       "age": 15,
  32.       "birthDate": "1694-12-15",
  33.       "birthPlace": "Dar Losa, Kingdom of Losallia",
  34.       "deathDate": "",
  35.       "deathPlace": "",
  36.       "race": "Losallian",
  37.       "height": 0,
  38.       "weight": 0,
  39.       "personalityTraits":
  40.       {
  41.         "likes":
  42.         [
  43.           "Taking naps",
  44.           "trespassing",
  45.           "eating",
  46.           "climbing",
  47.           "sparring",
  48.           "making a mess",
  49.           "bedtime stories"
  50.         ],
  51.         "dislikes":
  52.         [
  53.           "Dishes",
  54.           "laundry",
  55.           "authority",
  56.           "studying",
  57.           "being indoors",
  58.           "pickles",
  59.           "arguing"
  60.         ],
  61.         "quirks":
  62.         [
  63.           "Frequently breaks things",
  64.           "highly impulsive",
  65.           "poor sense of direction",
  66.           "short-sighted planner"
  67.         ],
  68.         "socialTendencies":
  69.         [
  70.           "Gullible",
  71.           "stubborn",
  72.           "whines a lot",
  73.           "instigator",
  74.           "loves to impress others",
  75.           "very predictable"
  76.         ],
  77.         "fears":
  78.         [
  79.           "Feeling useless",
  80.           "feeling idle/trapped/stuck",
  81.           "living an unremarkable forgettable life"
  82.         ]
  83.       }
  84.     },
  85.     "animationData":
  86.     {
  87.       "idleAnimations":
  88.       {
  89.         "breathe":
  90.         {
  91.          
  92.         },
  93.         "blink":
  94.         {
  95.          
  96.         }
  97.       }
  98.      
  99.     }
  100.   }
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement