Advertisement
Slayerhero90

Chargen tweaks

Aug 31st, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.32 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <chargen>
  3.  
  4. <phaseMutation name="Physique">
  5.  
  6. <mutation name="Scrawny" descriptor="You're really just skin and bones.">
  7. <effect>
  8. <mutation part="butt" variable="size" set="2">
  9. </mutation>
  10. </effect>
  11. <effect>
  12. <mutation part="body" variable="weight" set="20">
  13. </mutation>
  14. </effect>
  15. <effect>
  16. <mutation part="breasts" variable="size" set="3">
  17. </mutation>
  18. </effect>
  19. <effect>
  20. <mutation part="vagina" bodychange="add" />
  21. </effect>
  22. </mutation>
  23.  
  24. <mutation name="Slender" descriptor="You are lithe and slender of form.">
  25. <effect>
  26. <mutation part="butt" variable="size" set="4">
  27. </mutation>
  28. </effect>
  29. <effect>
  30. <mutation part="body" variable="weight" set="35">
  31. </mutation>
  32. </effect>
  33. <effect>
  34. <mutation part="breasts" variable="size" set="4">
  35. </mutation>
  36. </effect>
  37. <effect>
  38. <mutation part="vagina" bodychange="add" />
  39. </effect>
  40. </mutation>
  41.  
  42. <mutation name="Flat" descriptor="You're a little underendowed, so to speak.">
  43. <effect>
  44. <mutation part="butt" variable="size" set="4">
  45. </mutation>
  46. </effect>
  47. <effect>
  48. <mutation part="body" variable="weight" set="55">
  49. </mutation>
  50. </effect>
  51. <effect>
  52. <mutation part="breasts" variable="size" set="4">
  53. </mutation>
  54. </effect>
  55. </mutation>
  56.  
  57. <mutation name="Average" descriptor="Your body type is perfectly average.">
  58. <effect>
  59. <mutation part="butt" variable="size" set="6">
  60. </mutation>
  61. </effect>
  62. <effect>
  63. <mutation part="body" variable="weight" set="55">
  64. </mutation>
  65. </effect>
  66. <effect>
  67. <mutation part="breasts" variable="size" set="4">
  68. </mutation>
  69. </effect>
  70. </mutation>
  71.  
  72. <mutation name="Curvy" descriptor="Your assets are larger than most.">
  73. <effect>
  74. <mutation part="butt" variable="size" set="8">
  75. </mutation>
  76. </effect>
  77. <effect>
  78. <mutation part="body" variable="weight" set="55">
  79. </mutation>
  80. </effect>
  81. <effect>
  82. <mutation part="breasts" variable="size" set="5">
  83. </mutation>
  84. </effect>
  85. </mutation>
  86.  
  87. <mutation name="Chubby" descriptor="You've got some real softness to your form.">
  88. <effect>
  89. <mutation part="butt" variable="size" set="8">
  90. </mutation>
  91. </effect>
  92. <effect>
  93. <mutation part="body" variable="weight" set="70">
  94. </mutation>
  95. </effect>
  96. <effect>
  97. <mutation part="breasts" variable="size" set="5">
  98. </mutation>
  99. </effect>
  100. </mutation>
  101.  
  102. <mutation name="Big" descriptor="You've definitely got meat on your bones.">
  103. <effect>
  104. <mutation part="butt" variable="size" set="10">
  105. </mutation>
  106. </effect>
  107. <effect>
  108. <mutation part="body" variable="weight" set="85">
  109. </mutation>
  110. </effect>
  111. <effect>
  112. <mutation part="breasts" variable="size" set="6">
  113. </mutation>
  114. </effect>
  115. </mutation>
  116.  
  117.  
  118. <mutation name="Fat" descriptor="You really fill your form.">
  119. <effect>
  120. <mutation part="butt" variable="size" set="12">
  121. </mutation>
  122. </effect>
  123. <effect>
  124. <mutation part="body" variable="weight" set="95">
  125. </mutation>
  126. </effect>
  127. <effect>
  128. <mutation part="breasts" variable="size" set="7">
  129. </mutation>
  130. </effect>
  131. </mutation>
  132.  
  133. </phaseMutation>
  134.  
  135. <phaseMutation name="Skin color">
  136. <mutation name="Ghostly" descriptor="Your skin is deathly pale.">
  137. <effect>
  138. <mutation part="skin" variable="colour" set="0">
  139. </mutation>
  140. </effect>
  141. </mutation>
  142. <mutation name="Pale" descriptor="Your skin takes on a healthy yet notable pale tone.">
  143. <effect>
  144. <mutation part="skin" variable="colour" set="1">
  145. </mutation>
  146. </effect>
  147. </mutation>
  148. <mutation name="Tanned" descriptor="You've been under some UV radiation, whether natural or artificial.">
  149. <effect>
  150. <mutation part="skin" variable="colour" set="2">
  151. </mutation>
  152. </effect>
  153. </mutation>
  154. <mutation name="Caramel" descriptor="Your skin is a light, ambiguous brown.">
  155. <effect>
  156. <mutation part="skin" variable="colour" set="3">
  157. </mutation>
  158. </effect>
  159. </mutation>
  160. <mutation name="Brown" descriptor="Your skin is brown as fertile soil and walnut wood.">
  161. <effect>
  162. <mutation part="skin" variable="colour" set="4">
  163. </mutation>
  164. </effect>
  165. </mutation>
  166. <mutation name="Ebony" descriptor="Your skin approaches onyx and pitch.">
  167. <effect>
  168. <mutation part="skin" variable="colour" set="5">
  169. </mutation>
  170. </effect>
  171. </mutation>
  172. </phaseMutation>
  173.  
  174. <phaseMutation name="Hair style">
  175. <mutation name="Wavy" descriptor="Your hair flows like a creek.">
  176. <effect>
  177. <mutation part="hair" variable="style" set="0">
  178. </mutation>
  179. </effect>
  180. </mutation>
  181. <mutation name="Straight" descriptor="Your hair falls straight.">
  182. <effect>
  183. <mutation part="hair" variable="style" set="1">
  184. </mutation>
  185. </effect>
  186. </mutation>
  187. <mutation name="Curly" descriptor="Your hair curls and curls.">
  188. <effect>
  189. <mutation part="hair" variable="style" set="2">
  190. </mutation>
  191. </effect>
  192. </mutation>
  193. <mutation name="Kinky" descriptor="Your hair curls so much it doesn't even fall.">
  194. <effect>
  195. <mutation part="hair" variable="style" set="3">
  196. </mutation>
  197. </effect>
  198. </mutation>
  199. <mutation name="Long and wavy" descriptor="Your hair flows like a river.">
  200. <effect>
  201. <mutation part="hair" variable="style" set="4">
  202. </mutation>
  203. </effect>
  204. </mutation>
  205. <mutation name="Long and straight" descriptor="Your hair drops to your back.">
  206. <effect>
  207. <mutation part="hair" variable="style" set="5">
  208. </mutation>
  209. </effect>
  210. </mutation>
  211. <mutation name="Long and curly" descriptor="Your hair curls down to your shoulders.">
  212. <effect>
  213. <mutation part="hair" variable="style" set="6">
  214. </mutation>
  215. </effect>
  216. </mutation>
  217. <mutation name="Ponytail" descriptor="Your hair is tied in a ponytail behind your head.">
  218. <effect>
  219. <mutation part="hair" variable="style" set="7">
  220. </mutation>
  221. </effect>
  222. </mutation>
  223. <mutation name="Braided" descriptor="Your hair is braided into a cord.">
  224. <effect>
  225. <mutation part="hair" variable="style" set="8">
  226. </mutation>
  227. </effect>
  228. </mutation>
  229. <mutation name="Pigtails" descriptor="Your hair is braided into two cords that fall past your shoulders.">
  230. <effect>
  231. <mutation part="hair" variable="style" set="9">
  232. </mutation>
  233. </effect>
  234. </mutation>
  235. <mutation name="Dreadlocks" descriptor="Your hair has been shaped into ropelike cords.">
  236. <effect>
  237. <mutation part="hair" variable="style" set="10">
  238. </mutation>
  239. </effect>
  240. </mutation>
  241. <mutation name="Bun" descriptor="Your hair is tied into a bun.">
  242. <effect>
  243. <mutation part="hair" variable="style" set="11">
  244. </mutation>
  245. </effect>
  246. </mutation>
  247. <mutation name="Afro" descriptor="Your kinky hair has been allowed to just grow.">
  248. <effect>
  249. <mutation part="hair" variable="style" set="12">
  250. </mutation>
  251. </effect>
  252. </mutation>
  253. <mutation name="Crewcut" descriptor="Your hair is cut extremely short.">
  254. <effect>
  255. <mutation part="hair" variable="style" set="13">
  256. </mutation>
  257. </effect>
  258. </mutation>
  259. <mutation name="Shaved" descriptor="Most, if not all, of the hair has been removed from your head.">
  260. <effect>
  261. <mutation part="hair" variable="style" set="14">
  262. </mutation>
  263. </effect>
  264. </mutation>
  265. <mutation name="Messy" descriptor="Your hair needs cleaning.">
  266. <effect>
  267. <mutation part="hair" variable="style" set="15">
  268. </mutation>
  269. </effect>
  270. </mutation>
  271. <mutation name="Tonsure" descriptor="You tonsure about that?">
  272. <effect>
  273. <mutation part="hair" variable="style" set="16">
  274. </mutation>
  275. </effect>
  276. </mutation>
  277. </phaseMutation>
  278.  
  279. <phaseMutation name="Hair color">
  280. <mutation name="Blonde" descriptor="Your hair is blonde.">
  281. <effect>
  282. <mutation part="hair" variable="colour" set="0">
  283. </mutation>
  284. </effect>
  285. </mutation>
  286. <mutation name="Brunette" descriptor="Your hair is brown.">
  287. <effect>
  288. <mutation part="hair" variable="colour" set="1">
  289. </mutation>
  290. </effect>
  291. </mutation>
  292. <mutation name="Redheaded" descriptor="Your hair is red.">
  293. <effect>
  294. <mutation part="hair" variable="colour" set="2">
  295. </mutation>
  296. </effect>
  297. </mutation>
  298. <mutation name="Black" descriptor="your hair is black.">
  299. <effect>
  300. <mutation part="hair" variable="colour" set="3">
  301. </mutation>
  302. </effect>
  303. </mutation>
  304. <mutation name="Platinum" descriptor="your hair is platinum-white, possibly bleached.">
  305. <effect>
  306. <mutation part="hair" variable="colour" set="4">
  307. </mutation>
  308. </effect>
  309. </mutation>
  310. <mutation name="Pink" descriptor="Your hair is dyed pink.">
  311. <effect>
  312. <mutation part="hair" variable="colour" set="5">
  313. </mutation>
  314. </effect>
  315. </mutation>
  316. <mutation name="Purple" descriptor="Your hair is dyed purple.">
  317. <effect>
  318. <mutation part="hair" variable="colour" set="6">
  319. </mutation>
  320. </effect>
  321. </mutation>
  322. <mutation name="Blue" descriptor="Your hair is dyed blue.">
  323. <effect>
  324. <mutation part="hair" variable="colour" set="7">
  325. </mutation>
  326. </effect>
  327. </mutation>
  328. <mutation name="Aqua" descriptor="your hair is dyed aqua.">
  329. <effect>
  330. <mutation part="hair" variable="colour" set="8">
  331. </mutation>
  332. </effect>
  333. </mutation>
  334. <mutation name="Green" descriptor="your hair is dyed green.">
  335. <effect>
  336. <mutation part="hair" variable="colour" set="9">
  337. </mutation>
  338. </effect>
  339. </mutation>
  340. </phaseMutation>
  341.  
  342. <phaseMutation name="Your junk">
  343.  
  344. <mutation name="Vagina"
  345. descriptor="You've got a vagina, whether it was always there or a new development.">
  346. <effect>
  347. <mutation part="penis" bodychange="remove" />
  348. </effect>
  349. <effect>
  350. <mutation part="vagina" bodychange="add" />
  351. </effect>
  352. </mutation>
  353.  
  354. <mutation name="Dick"
  355. descriptor="You've got a dick, whether it was always there or a new development.">
  356. <effect>
  357. <mutation part="penis" bodychange="add" variable="length"
  358. set="6" />
  359. </effect>
  360. <effect>
  361. <mutation part="vagina" bodychange="remove" />
  362. </effect>
  363. </mutation>
  364.  
  365. <mutation name="Hermaphroditic"
  366. descriptor="You've got both parts, whether they were always there or any combination of new developments.">
  367. <effect>
  368. <mutation part="penis" bodychange="add" variable="length"
  369. set="6" />
  370. </effect>
  371. <effect>
  372. <mutation part="vagina" bodychange="add" />
  373. </effect>
  374. </mutation>
  375.  
  376. </phaseMutation>
  377.  
  378. <phasePerk name="Childhood">
  379. <perk name="affluent childhood" />
  380. <perk name="abusive childhood" />
  381. <perk name="criminal childhood" />
  382. <perk name="labourious childhood" />
  383. <perk name="scholastic childhood" />
  384. <perk name="lonely childhood" />
  385. </phasePerk>
  386. <phasePerk name="Youth">
  387. <perk name="academic youth" />
  388. <perk name="fast youth" />
  389. <perk name="military youth" />
  390. <perk name="slutty youth" />
  391. <perk name="techy youth" />
  392. <perk name="violent youth" />
  393. </phasePerk>
  394. <phasePerk name="Occupation on the Heinlein">
  395. <perk name="Security guard" />
  396. <perk name="Helm officer" />
  397. <perk name="Tactical officer" />
  398. <perk name="Engineer" />
  399. <perk name="Science officer" />
  400. <perk name="Contact team" />
  401. </phasePerk>
  402. </chargen>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement