Advertisement
VasVadum

Rimworld Backstories JSON Test

May 31st, 2015
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.42 KB | None | 0 0
  1. var childhoods = {
  2.     "Abandon Child" : {
  3.         "defName" : "AbandonedChildAbandoned-998501485",
  4.         "title" : "Abandoned child",
  5.         "titleShort" : "Abandoned",
  6.         "baseDesc" : "NAME was a quick witted, funny child. One day, HE wandered off on HIS wealthy genetic parents, and was ultimately lost in a supposedly unused ore warehouse. Due to cloning technology, HIS parents decided that the time looking for HIM was better spent on just cloning a better son.",
  7.         "baseDescCompatible" : "Yes", // This means that this childhood is compatible with any name you have chosen for yourself.
  8.         "slot" : "Childhood",
  9.         "construction" : "1",
  10.         "growing" : "",
  11.         "research" : "1",
  12.         "mining" : "1",
  13.         "shooting" : "1",
  14.         "melee" : "",
  15.         "social" : "",
  16.         "cooking" : "",
  17.         "medicine" : "",
  18.         "artistic" : "",
  19.         "crafting" : "",
  20.         "workDisables" : ["Scary","Cooking","Cleaning"],
  21.         "spawnCategories" : ["None"],
  22.         "bodyTypeGlobal" : "Undefined",
  23.         "bodyTypeFemale" : "Undefined",
  24.         "bodyTypeMale" : "Undefined",
  25.         "shuffleable" : "False",
  26.         "mod" : ["Core"], // Currently it isn't possible to have a mod that adds backstories, but traits can be added in.  If one of these says something other than Core, it needs to have a warning symbol on it.
  27.     },
  28.     "Adventuring Child" : {
  29.         "defname" : "AdventuringChildAdventurer812068949",
  30.         "title" : "Adventuring child",
  31.         "titleShort" : "Adventurer",
  32.         "baseDesc" : "Axle was raised to become an engineer. For years, he planned to stow away on a cargo ship and start a new, more adventuresome life.\n\nOne night, after his parents fell asleep, he managed to sneak on board a cargo ship just before it left port.",
  33.         "baseDescCompatible" : "No", // This means that this childhood is NOT compatible with any name you have chosen for yourself, and will only work with 'Axle'.
  34.         "slot" : "Childhood",
  35.         "construction" : "2",
  36.         "growing" : "",
  37.         "research" : "",
  38.         "mining" : "",
  39.         "shooting" : "",
  40.         "melee" : "",
  41.         "social" : "",
  42.         "cooking" : "",
  43.         "medicine" : "",
  44.         "artistic" : "",
  45.         "crafting" : "3",
  46.         "workDisables" : ["None"],
  47.         "spawnCategories" : ["None"],
  48.         "bodyTypeGlobal" : "Undefined",
  49.         "bodyTypeFemale" : "Undefined",
  50.         "bodyTypeMale" : "Undefined",
  51.         "shuffleable" : "False",
  52.         "mod" : ["Core"], // Currently it isn't possible to have a mod that adds backstories, but traits can be added in.  If one of these says something other than Core, it needs to have a warning symbol on it.
  53.     }
  54. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement