Advertisement
Guest User

Untitled

a guest
May 20th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 KB | None | 0 0
  1. {
  2. "bodyParts": [
  3. {
  4. "name":"retrohelmet",
  5. "charm": "0",
  6. "endurance": "2",
  7. "intelligence": "4",
  8. "funny": "0",
  9. "suave": "0",
  10. "imagename": "retrohelmet",
  11. "desc": "intelligence"
  12. },
  13. {
  14. "name":"retrogunarm",
  15. "charm": "-2",
  16. "endurance": "0",
  17. "intelligence": "0",
  18. "funny": "0",
  19. "suave": "7",
  20. "imagename": "retro_gunarm",
  21. "desc": "suave"
  22. },
  23. {
  24. "name":"retrotoyarm",
  25. "charm": "2",
  26. "endurance": "0",
  27. "intelligence": "0",
  28. "funny": "0",
  29. "suave": "4",
  30. "imagename": "retro_toyarm",
  31. "desc": "suave"
  32. },
  33. {
  34. "name":"retrorollerbladeleg",
  35. "charm": "1",
  36. "endurance": "4",
  37. "intelligence": "0",
  38. "funny": "1",
  39. "suave": "0",
  40. "imagename": "retro_rollerbladeleg",
  41. "desc": "endurance"
  42. },
  43. {
  44. "name":"retroballerinaleg",
  45. "charm": "6",
  46. "endurance": "0",
  47. "intelligence": "0",
  48. "funny": "0",
  49. "suave": "0",
  50. "imagename": "retro_ballerinaleg",
  51. "desc": "charm"
  52. },
  53. {
  54. "name":"rubberchickenarm",
  55. "charm": "0",
  56. "endurance": "0",
  57. "intelligence": "-1",
  58. "funny": "7",
  59. "suave": "0",
  60. "imagename": "rubberchicken_arm",
  61. "desc": "funny"
  62. },
  63. {
  64. "name":"broomarm",
  65. "charm": "6",
  66. "endurance": "0",
  67. "intelligence": "0",
  68. "funny": "0",
  69. "suave": "0",
  70. "imagename": "broom_arm",
  71. "desc": "charm"
  72. },
  73. {
  74. "name":"suithead",
  75. "charm": "0",
  76. "endurance": "0",
  77. "intelligence": "5",
  78. "funny": "0",
  79. "suave": "1",
  80. "imagename": "suit_head",
  81. "desc": "suave"
  82. },
  83. {
  84. "name":"ladderleg",
  85. "charm": "0",
  86. "endurance": "1",
  87. "intelligence": "0",
  88. "funny": "0",
  89. "suave": "5",
  90. "imagename": "ladder_leg",
  91. "desc": "suave"
  92. },
  93. {
  94. "name":"jackhammerleg",
  95. "charm": "-2",
  96. "endurance": "10",
  97. "intelligence": "0",
  98. "funny": "0",
  99. "suave": "-2",
  100. "imagename": "jackhammer_leg",
  101. "desc": "endurance"
  102. },
  103. {
  104. "name":"roboleftarm",
  105. "charm": "0",
  106. "endurance": "6",
  107. "intelligence": "0",
  108. "funny": "0",
  109. "suave": "0",
  110. "imagename": "arm_2",
  111. "desc": "endurance"
  112. },
  113. {
  114. "name":"robotrightarm",
  115. "charm": "2",
  116. "endurance": "0",
  117. "intelligence": "0",
  118. "funny": "4",
  119. "suave": "0",
  120. "imagename": "arm_1",
  121. "desc": "funny"
  122. },
  123. {
  124. "name":"robothead",
  125. "charm": "0",
  126. "endurance": "0",
  127. "intelligence": "7",
  128. "funny": "-1",
  129. "suave": "0",
  130. "imagename": "face_1_jg",
  131. "desc": "intelligence"
  132. },
  133. {
  134. "name":"lampleg",
  135. "charm": "2",
  136. "endurance": "-1",
  137. "intelligence": "0",
  138. "funny": "5",
  139. "suave": "",
  140. "imagename": "leg_1",
  141. "desc": "funny"
  142. },
  143. {
  144. "name":"potleg",
  145. "charm": "5",
  146. "endurance": "1",
  147. "intelligence": "0",
  148. "funny": "0",
  149. "suave": "0",
  150. "imagename": "leg_2",
  151. "desc": "charm"
  152. }
  153. ],
  154. "scenes": [
  155. {
  156. "name": "Park",
  157. "imagename":"",
  158. "actions":[{
  159. "name": "parkbench",
  160. "text":"Duct-chan: (looking down) h-ha-hello... are you … robot senpai126?&Robot Jerry: ...&Duct-chan: you are! I’m sorry I should’ve known!&Robot Jerry: ...&Duct-Chan: “(mumbles slightly) I’m sorry it just your MyWorkspace profile was so amazing… and I was very surprised when you asked me out.”&Robot Jerry: ...&Duct-Chan: “thank you I’m sorry again for being nervous.(breaths in out deeply) ok… would you like to do today?&Robot Jerry: ...&Duct-chan: The weather is so nice today... maybe we should sit down?",
  161. "responseImage": "",
  162. "bodyPartsRequired":[],
  163. "effect":[
  164. {"type":"suave", "ratio":"0.5"}
  165. ]
  166. },
  167. {
  168. "name": "pigeonfeeding",
  169. "text":"Duct-chan: O-oh! Those pigeons look so hungry...",
  170. "responseImage": "pigeon",
  171. "bodyPartsRequired":[],
  172. "effect":[
  173. {"type":"charm", "ratio":"1"}
  174. ]
  175. },
  176. {
  177. "name": "brokenfence",
  178. "text":"Duct-chan: I think that fence is broken, it's so sad... maybe we could fix it?",
  179. "responseImage": "",
  180. "bodyPartsRequired":[],
  181. "effect":[
  182. {"type":"intelligence", "ratio":"1.5"}
  183. ]
  184. }]
  185. },
  186. {
  187. "name": "Diner",
  188. "imagename":"",
  189. "actions":[{
  190. "name": "drinkingcontest",
  191. "text":"Hammer Girl: You the robot from StudFinder?&Robot Jerry: ...&Hammer Girl: Yeah, must be. Sit here. You're buying me a drink.&Robot Jerry: ...&Hammer Girl: Your profile said you were tougher than nails, but I don't think you can outdrink me!",
  192. "responseImage": "",
  193. "bodyPartsRequired":[],
  194. "effect":[
  195. {"type":"endurance", "ratio":"0.5"}
  196. ]
  197. },
  198. {
  199. "name": "joketime",
  200. "text":"Hammer Girl: Eh, fine, so a machine can guzzle oil. You're just a bucket of bolts.",
  201. "responseImage": "",
  202. "bodyPartsRequired":[],
  203. "effect":[
  204. {"type":"funny", "ratio":"1"}
  205. ]
  206. },
  207. {
  208. "name": "gotthemoves",
  209. "text":"Hammer Girl: Ok, sure, you've got a "personality". Any nail can read from a joke book. I doubt you've ever gripped a hammer before.",
  210. "responseImage": "",
  211. "bodyPartsRequired":[],
  212. "effect":[
  213. {"type":"suave", "ratio":"1.5"}
  214. ]
  215. }]
  216. }
  217. ],
  218. "girls": [
  219. {
  220. "name":"DuctChan",
  221. "imagename":"Imagename",
  222. "endConditions": {
  223. "type":"wincon",
  224. "value":"27",
  225. "winResponse": [{"text":"Duct-chan: I-I had a fun time! Thanks for not calling me Toilet Paper..."}],
  226. "loseResponse": [{"text":"S-s-so... I think I'll just go home and roll myself up..."}]
  227. },
  228. "conditions": [
  229. {
  230. "type": "suave",
  231. "baseval": "3",
  232. "randval": "1",
  233. "positive":[{"text":"Duct-chan: Tee-hee... my tape is unrolling..."}],
  234. "negative":[{"text":"Oh no... Water is coming out of my tear ducts..."}],
  235. "neutral":[{"text":"THIS_IS_DEBUG"}]
  236. },
  237. {
  238. "type": "charm",
  239. "baseval": "3",
  240. "randval": "1",
  241. "positive":[{"text":"Duct-chan: Tee-hee... my tape is unrolling..."}],
  242. "negative":[{"text":"Oh no... Water is coming out of my tear ducts..."}],
  243. "neutral":[{"text":"THIS_IS_DEBUG"}]
  244. },
  245. {
  246. "type": "intelligence",
  247. "baseval": "3",
  248. "randval": "1",
  249. "positive":[{"text":"Duct-chan: Tee-hee... my tape is unrolling..."}],
  250. "negative":[{"text":"Oh no... Water is coming out of my tear ducts..."}],
  251. "neutral":[{"text":"THIS_IS_DEBUG"}]
  252. }
  253.  
  254. ]
  255. }
  256. {
  257. "name":"HammerGirl",
  258. "imagename":"Imagename",
  259. "endConditions": {
  260. "type":"wincon",
  261. "value":"27",
  262. "winResponse": [{"text":"You're pretty well built after all. Want to head to my place and do some \"construction?\""}],
  263. "loseResponse": [{"text":"Back to StudFinder, see ya..."}]
  264. },
  265. "conditions": [
  266. {
  267. "type": "endurance",
  268. "baseval": "2",
  269. "randval": "1",
  270. "positive":[{"text":"You're starting to get a handle on this!"}],
  271. "negative":[{"text":"You're just another nail..."}],
  272. "neutral":[{"text":"THIS_IS_DEBUG"}]
  273. },
  274. {
  275. "type": "funny",
  276. "baseval": "2",
  277. "randval": "1",
  278. "positive":[{"text":"You're starting to get a handle on this!"}],
  279. "negative":[{"text":"You're just another nail..."}],
  280. "neutral":[{"text":"THIS_IS_DEBUG"}]
  281. },
  282. {
  283. "type": "suave",
  284. "baseval": "2",
  285. "randval": "1",
  286. "positive":[{"text":"You're starting to get a handle on this!"}],
  287. "negative":[{"text":"You're just another nail..."}],
  288. "neutral":[{"text":"THIS_IS_DEBUG"}]
  289. }
  290.  
  291. ]
  292. }
  293. ]
  294. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement