Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var childhoods = {
- "Abandon Child" : {
- "defName" : "AbandonedChildAbandoned-998501485",
- "title" : "Abandoned child",
- "titleShort" : "Abandoned",
- "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.",
- "baseDescCompatible" : "Yes", // This means that this childhood is compatible with any name you have chosen for yourself.
- "slot" : "Childhood",
- "construction" : "1",
- "growing" : "",
- "research" : "1",
- "mining" : "1",
- "shooting" : "1",
- "melee" : "",
- "social" : "",
- "cooking" : "",
- "medicine" : "",
- "artistic" : "",
- "crafting" : "",
- "workDisables" : ["Scary","Cooking","Cleaning"],
- "spawnCategories" : ["None"],
- "bodyTypeGlobal" : "Undefined",
- "bodyTypeFemale" : "Undefined",
- "bodyTypeMale" : "Undefined",
- "shuffleable" : "False",
- "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.
- },
- "Adventuring Child" : {
- "defname" : "AdventuringChildAdventurer812068949",
- "title" : "Adventuring child",
- "titleShort" : "Adventurer",
- "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.",
- "baseDescCompatible" : "No", // This means that this childhood is NOT compatible with any name you have chosen for yourself, and will only work with 'Axle'.
- "slot" : "Childhood",
- "construction" : "2",
- "growing" : "",
- "research" : "",
- "mining" : "",
- "shooting" : "",
- "melee" : "",
- "social" : "",
- "cooking" : "",
- "medicine" : "",
- "artistic" : "",
- "crafting" : "3",
- "workDisables" : ["None"],
- "spawnCategories" : ["None"],
- "bodyTypeGlobal" : "Undefined",
- "bodyTypeFemale" : "Undefined",
- "bodyTypeMale" : "Undefined",
- "shuffleable" : "False",
- "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.
- }
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement