Last active
February 25, 2020 22:17
-
-
Save pardeike/4ec2bba90bce29c7ae5afff6e380ade0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pawn": { | |
"name": "MJ Golden", | |
"age": "50 (89)", | |
"gender": "Female", | |
"bodyType": null, | |
"storyTitle": "Urbworld entrepreneur", | |
"traits": [ | |
{ | |
"name": "Careful shooter", | |
"disabled": [] | |
}, | |
{ | |
"name": "Jogger", | |
"disabled": [] | |
}, | |
{ | |
"name": "Quick sleeper", | |
"disabled": [] | |
} | |
], | |
"childhood": "coma child", | |
"adulthood": "urbworld entrepreneur", | |
"healthState": "Mobile", | |
"mentalState": null, | |
"inspired": null, | |
"pos": { | |
"x": 40, | |
"z": 37 | |
}, | |
"rotation": "East", | |
"posture": "Standing", | |
"drafted": false, | |
"aimingAt": null, | |
"stunned": false, | |
"controlable": true, | |
"carry": { | |
"things": [ | |
{ | |
"def": "Gun_Autopistol", | |
"hitPoints": 100, | |
"quality": "normal", | |
"beauty": -3, | |
"insCold": 0, | |
"insHeat": 0, | |
"mass": 1.2, | |
"move": 3 | |
} | |
] | |
}, | |
"inventory": { | |
"things": [] | |
}, | |
"equipment": [], | |
"mind": { | |
"enemyTarget": null, | |
"meleeThreat": null, | |
"prioWorkType": null, | |
"prioWorkCell": { | |
"x": -1000, | |
"z": -1000 | |
} | |
}, | |
"verbs": [ | |
{ | |
"name": "Blunt", | |
"tool": "left fist", | |
"state": "Idle" | |
}, | |
{ | |
"name": "Blunt", | |
"tool": "right fist", | |
"state": "Idle" | |
}, | |
{ | |
"name": "Bite", | |
"tool": "teeth", | |
"state": "Idle" | |
}, | |
{ | |
"name": "Blunt", | |
"tool": "head", | |
"state": "Idle" | |
} | |
], | |
"needs": [ | |
{ | |
"name": "Mood", | |
"level": 0.5216 | |
}, | |
{ | |
"name": "Food", | |
"level": 0.788 | |
}, | |
{ | |
"name": "Rest", | |
"level": 0.945486 | |
}, | |
{ | |
"name": "Joy", | |
"level": 0.5588665 | |
}, | |
{ | |
"name": "Beauty", | |
"level": 0.4856 | |
}, | |
{ | |
"name": "Comfort", | |
"level": 0.4928 | |
}, | |
{ | |
"name": "Outdoors", | |
"level": 1 | |
}, | |
{ | |
"name": "RoomSize", | |
"level": 0.6620001 | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Shooting", | |
"level": 4, | |
"passion": 0 | |
}, | |
{ | |
"name": "Melee", | |
"level": 0, | |
"passion": 0 | |
}, | |
{ | |
"name": "Construction", | |
"level": 1, | |
"passion": 0 | |
}, | |
{ | |
"name": "Mining", | |
"level": 0, | |
"passion": 0 | |
}, | |
{ | |
"name": "Cooking", | |
"level": 1, | |
"passion": 0 | |
}, | |
{ | |
"name": "Plants", | |
"level": 1, | |
"passion": 0 | |
}, | |
{ | |
"name": "Animals", | |
"level": 0, | |
"passion": 0 | |
}, | |
{ | |
"name": "Crafting", | |
"level": 3, | |
"passion": 0 | |
}, | |
{ | |
"name": "Artistic", | |
"level": 4, | |
"passion": 0 | |
}, | |
{ | |
"name": "Medicine", | |
"level": 2, | |
"passion": 0 | |
}, | |
{ | |
"name": "Social", | |
"level": 12, | |
"passion": 1 | |
}, | |
{ | |
"name": "Intellectual", | |
"level": 5, | |
"passion": 0 | |
} | |
], | |
"work": [ | |
{ | |
"name": "PatientGoToBedTreatment", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoctorTendToHumanlikes", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoctorTendToSelf", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoctorFeedHumanlikes", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoBillsMedicalHumanOperation", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoctorRescue", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoctorTendToAnimals", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoctorFeedAnimals", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoBillsMedicalAnimalOperation", | |
"prio": 3 | |
}, | |
{ | |
"name": "TakeToBedToOperate", | |
"prio": 3 | |
}, | |
{ | |
"name": "VisitSickPawn", | |
"prio": 3 | |
}, | |
{ | |
"name": "PatientGoToBedRecuperate", | |
"prio": 3 | |
}, | |
{ | |
"name": "Flick", | |
"prio": 3 | |
}, | |
{ | |
"name": "BasicReleasePrisoner", | |
"prio": 3 | |
}, | |
{ | |
"name": "Open", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoExecution", | |
"prio": 3 | |
}, | |
{ | |
"name": "ReleasePrisoner", | |
"prio": 3 | |
}, | |
{ | |
"name": "TakePrisonerToBed", | |
"prio": 3 | |
}, | |
{ | |
"name": "FeedPrisoner", | |
"prio": 3 | |
}, | |
{ | |
"name": "DeliverFoodToPrisoner", | |
"prio": 3 | |
}, | |
{ | |
"name": "ChatWithPrisoner", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoBillsCook", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoBillsCookCampfire", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoBillsButcherFlesh", | |
"prio": 3 | |
}, | |
{ | |
"name": "CookFillHopper", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoBillsBrew", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoBillsSculpt", | |
"prio": 3 | |
}, | |
{ | |
"name": "RearmTurrets", | |
"prio": 3 | |
}, | |
{ | |
"name": "UnloadCarriers", | |
"prio": 3 | |
}, | |
{ | |
"name": "LoadTransporters", | |
"prio": 3 | |
}, | |
{ | |
"name": "HelpGatheringItemsForCaravan", | |
"prio": 3 | |
}, | |
{ | |
"name": "Strip", | |
"prio": 3 | |
}, | |
{ | |
"name": "HaulCorpses", | |
"prio": 3 | |
}, | |
{ | |
"name": "Refuel", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoBillsCremate", | |
"prio": 3 | |
}, | |
{ | |
"name": "DoBillsHaulCampfire", | |
"prio": 3 | |
}, | |
{ | |
"name": "TakeBeerOutOfFermentingBarrel", | |
"prio": 3 | |
}, | |
{ | |
"name": "FillFermentingBarrel", | |
"prio": 3 | |
}, | |
{ | |
"name": "HaulGeneral", | |
"prio": 3 | |
}, | |
{ | |
"name": "DeliverResourcesToFrames", | |
"prio": 3 | |
}, | |
{ | |
"name": "DeliverResourcesToBlueprints", | |
"prio": 3 | |
}, | |
{ | |
"name": "HaulMerge", | |
"prio": 3 | |
}, | |
{ | |
"name": "CleanClearSnow", | |
"prio": 3 | |
}, | |
{ | |
"name": "CleanFilth", | |
"prio": 3 | |
}, | |
{ | |
"name": "Research", | |
"prio": 3 | |
}, | |
{ | |
"name": "Scan", | |
"prio": 3 | |
} | |
], | |
"curJob": { | |
"name": "HaulToCell", | |
"forced": false, | |
"verb": null, | |
"bill": null | |
}, | |
"queuedJobs": [], | |
"apparel": [ | |
{ | |
"name": "Apparel_Pants", | |
"desc": "Quality: Normal", | |
"fromCorpse": false, | |
"def": null, | |
"hitPoints": 0, | |
"quality": null, | |
"beauty": -1, | |
"insCold": -1, | |
"insHeat": -1, | |
"mass": -1, | |
"move": -1 | |
}, | |
{ | |
"name": "Apparel_CollarShirt", | |
"desc": "Quality: Normal", | |
"fromCorpse": false, | |
"def": null, | |
"hitPoints": 0, | |
"quality": null, | |
"beauty": -1, | |
"insCold": -1, | |
"insHeat": -1, | |
"mass": -1, | |
"move": -1 | |
} | |
], | |
"bed": null, | |
"room": null, | |
"relations": [ | |
{ | |
"other": "Sheppard", | |
"type": "Fiance" | |
} | |
], | |
"allowedArea": null, | |
"medCare": "Best quality medicine", | |
"hostility": "Flee", | |
"selfTend": false, | |
"fireAtWill": true, | |
"outfit": "Anything", | |
"drugs": "Social drugs", | |
"food": "Lavish", | |
"assignment": "JR", | |
"timetable": [ | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR", | |
"JR" | |
], | |
"def": "Human", | |
"hitPoints": -1, | |
"quality": null, | |
"beauty": -1, | |
"insCold": -1, | |
"insHeat": -1, | |
"mass": -1, | |
"move": -1 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment