Advertisement
Guest User

Mutations fix

a guest
Dec 14th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 143.98 KB | None | 0 0
  1. [
  2. {
  3. "type" : "mutation",
  4. "id" : "BEAST_SKIN",
  5. "name" : "Animal Skin",
  6. "points" : 1,
  7. "visibility" : 5,
  8. "ugliness" : 1,
  9. "description" : "Your skin has mutated noticeably because it is more related to animals than humans. It grows more hair than a human skin and its a bit tougher, and doesn't seem to protect you from cold... Beasty! But you are doing just fine. Also you won't have any problem related to skin.",
  10. "category" : ["BEAST"],
  11. "changes_to" : ["LIGHTFUR"]
  12. },{
  13. "type" : "mutation",
  14. "id" : "AVIAN_SKIN",
  15. "name" : "Avian Skin",
  16. "points" : 1,
  17. "visibility" : 5,
  18. "ugliness" : 1,
  19. "description" : "Your skin has mutated noticeably because it is more related to birds than humans. At the beggining it looks normal but if you look closely, it looks like if you are having a classic 'chicken skin' symptom just that is a little more scaly, a bit pinkier, and it is a bit more delicate... Birdie! But you are doing just fine. Also you won't have any problem related to skin.",
  20. "category" : ["BIRD"],
  21. "changes_to" : ["FEATHERS"]
  22. },{
  23. "type" : "mutation",
  24. "id" : "SNAKE_SKIN",
  25. "name" : "Snake Skin",
  26. "points" : 1,
  27. "visibility" : 5,
  28. "ugliness" : 1,
  29. "description" : "Your skin has mutated noticeably because it is more related to reptiles than humans. It has a very scaly texture, its a bit shiny, a bit more hardy, and a little slippery. Or similar to that of snakes for short... Snakey! But you are doing just fine. Also you won't have any problem related to skin.",
  30. "category" : ["LIZARD"],
  31. "changes_to" : ["SCALES"]
  32. },{
  33. "type" : "mutation",
  34. "id" : "CHITIN",
  35. "name" : "Chitinous Skin",
  36. "points" : 2,
  37. "visibility" : 3,
  38. "ugliness" : 2,
  39. "description" : "Your epidermis has turned into a thin, flexible layer of chitin. It provides minor protection from cutting wounds. Slightly reduces wet effects.",
  40. "prereqs" : ["SKIN_ROUGH"],
  41. "cancels" : ["FEATHERS", "LIGHTFUR", "FUR", "SCALES", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "FELINE_FUR", "THICK_SCALES", "PLANTSKIN", "BARK", "RAPTOR_SCALES", "CATTLE_FUR"],
  42. "changes_to" : ["CHITIN2", "CHITIN_FUR"],
  43. "wet_protection" : [
  44. { "part" : "HEAD", "ignored" : 1 },
  45. { "part" : "LEG_L", "ignored" : 5 },
  46. { "part" : "LEG_R", "ignored" : 5 },
  47. { "part" : "FOOT_L", "ignored" : 1 },
  48. { "part" : "FOOT_R", "ignored" : 1 },
  49. { "part" : "ARM_L", "ignored" : 4 },
  50. { "part" : "ARM_R", "ignored" : 4 },
  51. { "part" : "HAND_L", "ignored" : 1 },
  52. { "part" : "HAND_R", "ignored" : 1 },
  53. { "part" : "TORSO", "ignored" : 10 }
  54. ],
  55. "armor" : [ { "parts" : "ALL", "bash" : 3, "cut" : 3, "acid" : 1 } ]
  56. },{
  57. "type" : "mutation",
  58. "id" : "CHITIN2",
  59. "name" : "Chitinous Armor",
  60. "points" : 2,
  61. "visibility" : 6,
  62. "ugliness" : 3,
  63. "mixed_effect" : true,
  64. "description" : "You've grown a chitin exoskeleton, much like that of an insect. It provides considerable physical protection, but reduces your dexterity by 1. Somewhat reduces wet effects.",
  65. "prereqs" : ["CHITIN"],
  66. "cancels" : ["FEATHERS", "LIGHTFUR", "FUR", "SCALES", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "FELINE_FUR", "THICK_SCALES", "PLANTSKIN", "BARK", "RAPTOR_SCALES", "CATTLE_FUR"],
  67. "changes_to" : ["CHITIN3"],
  68. "wet_protection" : [
  69. { "part" : "HEAD", "ignored" : 2 },
  70. { "part" : "LEG_L", "ignored" : 9 },
  71. { "part" : "LEG_R", "ignored" : 9 },
  72. { "part" : "FOOT_L", "ignored" : 2 },
  73. { "part" : "FOOT_R", "ignored" : 2 },
  74. { "part" : "ARM_L", "ignored" : 8 },
  75. { "part" : "ARM_R", "ignored" : 8 },
  76. { "part" : "HAND_L", "ignored" : 2 },
  77. { "part" : "HAND_R", "ignored" : 2 },
  78. { "part" : "TORSO", "ignored" : 18 }
  79. ],
  80. "armor" : [ { "parts" : "ALL", "bash" : 6, "cut" : 6, "acid" : 2 } ]
  81. },{
  82. "type" : "mutation",
  83. "id" : "CHITIN3",
  84. "name" : "Chitinous Plate",
  85. "points" : 2,
  86. "visibility" : 8,
  87. "ugliness" : 5,
  88. "description" : "You've grown a chitin exoskeleton made of thick, stiff plates. It provides excellent physical protection, but reduces your dexterity by 1 and encumbers all body parts but your eyes and mouth. Greatly reduces wet effects.",
  89. "prereqs" : ["CHITIN2", "CHITIN_FUR2"],
  90. "category" : ["INSECT"],
  91. "cancels" : ["FEATHERS", "LIGHTFUR", "FUR", "SCALES", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "FELINE_FUR", "THICK_SCALES", "PLANTSKIN", "BARK", "RAPTOR_SCALES", "CATTLE_FUR"],
  92. "changes_to" : ["CHITIN_FUR3"],
  93. "wet_protection" : [
  94. { "part" : "HEAD", "ignored" : 4 },
  95. { "part" : "LEG_L", "ignored" : 14 },
  96. { "part" : "LEG_R", "ignored" : 14 },
  97. { "part" : "FOOT_L", "ignored" : 4 },
  98. { "part" : "FOOT_R", "ignored" : 4 },
  99. { "part" : "ARM_L", "ignored" : 12 },
  100. { "part" : "ARM_R", "ignored" : 12 },
  101. { "part" : "HAND_L", "ignored" : 3 },
  102. { "part" : "HAND_R", "ignored" : 3 },
  103. { "part" : "TORSO", "ignored" : 26 }
  104. ],
  105. "encumbrance_always" : [
  106. [ "TORSO", 10 ],
  107. [ "HEAD", 10 ],
  108. [ "ARM_L", 10 ],
  109. [ "ARM_R", 10 ],
  110. [ "HAND_L", 10 ],
  111. [ "HAND_R", 10 ],
  112. [ "LEG_L", 10 ],
  113. [ "LEG_R", 10 ],
  114. [ "FOOT_L", 10 ],
  115. [ "FOOT_R", 10 ]
  116. ],
  117. "restricts_gear" : [ "HEAD" ],
  118. "allow_soft_gear" : true,
  119. "armor" : [ { "parts" : "ALL", "bash" : 14, "cut" : 14, "acid" : 2 } ]
  120. },{
  121. "type" : "mutation",
  122. "id" : "CHITIN_FUR",
  123. "name" : "Hairy Chitin",
  124. "points" : 3,
  125. "visibility" : 10,
  126. "ugliness" : 4,
  127. "bodytemp_modifiers" : [100, 200],
  128. "bodytemp_sleep" : 50,
  129. "description" : "You've developed some sort of hair growing out of your chitin. It's a bit warmer than not having hair.",
  130. "prereqs" : ["CHITIN", "LIGHTFUR"],
  131. "cancels" : ["FEATHERS", "FUR", "SCALES", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "FELINE_FUR", "THICK_SCALES", "PLANTSKIN", "BARK", "CHITIN2", "CHITIN3", "RAPTOR_SCALES", "CATTLE_FUR"],
  132. "changes_to" : ["CHITIN_FUR2"],
  133. "armor" : [ { "parts" : "ALL", "bash" : 3, "cut" : 3, "acid" : 1 } ]
  134. },{
  135. "type" : "mutation",
  136. "id" : "CHITIN_FUR2",
  137. "name" : "Furred Chitin",
  138. "points" : 4,
  139. "visibility" : 10,
  140. "ugliness" : 4,
  141. "bodytemp_modifiers" : [150, 300],
  142. "bodytemp_sleep" : 75,
  143. "description" : "Your chitin hair has thickened and spread across your body. It provides minor warmth and helps you sense nearby vibrations.",
  144. "prereqs" : ["CHITIN_FUR"],
  145. "cancels" : ["FEATHERS", "FUR", "SCALES", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "FELINE_FUR", "THICK_SCALES", "PLANTSKIN", "BARK", "CHITIN2", "CHITIN3", "RAPTOR_SCALES", "CATTLE_FUR"],
  146. "changes_to" : ["CHITIN_FUR3", "CHITIN3"],
  147. "wet_protection" : [
  148. { "part" : "HEAD", "ignored" : 1 },
  149. { "part" : "LEG_L", "ignored" : 5 },
  150. { "part" : "LEG_R", "ignored" : 5 },
  151. { "part" : "FOOT_L", "ignored" : 1 },
  152. { "part" : "FOOT_R", "ignored" : 1 },
  153. { "part" : "ARM_L", "ignored" : 4 },
  154. { "part" : "ARM_R", "ignored" : 4 },
  155. { "part" : "HAND_L", "ignored" : 1 },
  156. { "part" : "HAND_R", "ignored" : 1 },
  157. { "part" : "TORSO", "ignored" : 10 }
  158. ],
  159. "armor" : [ { "parts" : "ALL", "bash" : 6, "cut" : 6, "acid" : 2 } ]
  160. },{
  161. "type" : "mutation",
  162. "id" : "CHITIN_FUR3",
  163. "name" : "Furred Plate",
  164. "points" : 5,
  165. "visibility" : 10,
  166. "ugliness" : 4,
  167. "bodytemp_modifiers" : [200, 400],
  168. "bodytemp_sleep" : 100,
  169. "cancels" : ["FEATHERS", "FUR", "SCALES", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "FELINE_FUR", "THICK_SCALES", "PLANTSKIN", "BARK", "CHITIN2", "CHITIN3", "RAPTOR_SCALES", "CATTLE_FUR"],
  170. "description" : "Your exoskeleton has hardened considerably--restricting movement, granted--and boasts a fine coat of hairs that put feline whiskers to shame.",
  171. "wet_protection" : [
  172. { "part" : "HEAD", "ignored" : 2 },
  173. { "part" : "LEG_L", "ignored" : 9 },
  174. { "part" : "LEG_R", "ignored" : 9 },
  175. { "part" : "FOOT_L", "ignored" : 2 },
  176. { "part" : "FOOT_R", "ignored" : 2 },
  177. { "part" : "ARM_L", "ignored" : 8 },
  178. { "part" : "ARM_R", "ignored" : 8 },
  179. { "part" : "HAND_L", "ignored" : 2 },
  180. { "part" : "HAND_R", "ignored" : 2 },
  181. { "part" : "TORSO", "ignored" : 18 }
  182. ],
  183. "encumbrance_always" : [
  184. [ "TORSO", 10 ],
  185. [ "HEAD", 10 ],
  186. [ "ARM_L", 10 ],
  187. [ "ARM_R", 10 ],
  188. [ "HAND_L", 10 ],
  189. [ "HAND_R", 10 ],
  190. [ "LEG_L", 10 ],
  191. [ "LEG_R", 10 ],
  192. [ "FOOT_L", 10 ],
  193. [ "FOOT_R", 10 ]
  194. ],
  195. "prereqs" : ["CHITIN_FUR2", "CHITIN3"],
  196. "threshreq" : ["THRESH_SPIDER"],
  197. "restricts_gear" : [ "HEAD" ],
  198. "allow_soft_gear" : true,
  199. "armor" : [ { "parts" : "ALL", "bash" : 12, "cut" : 12, "acid" : 2 } ]
  200. },{
  201. "type" : "mutation",
  202. "id" : "INSECT_ARMS",
  203. "name" : "Insect Limbs",
  204. "points" : -5,
  205. "visibility" : 8,
  206. "ugliness" : 5,
  207. "description" : "You've *finally* sprouted a pair of arms from your midsection. They flail more-or-less uncontrollably, making you feel rather larval.",
  208. "purifiable" : false,
  209. "encumbrance_always" : [
  210. [ "ARM_L", 30 ],
  211. [ "ARM_R", 30 ]
  212. ],
  213. "changes_to" : ["INSECT_ARMS_OK", "ARACHNID_ARMS"],
  214. "cancels" : ["PAWS", "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8"],
  215. "prereqs" : ["CHITIN", "CHITIN2", "CHITIN3", "CHITIN_FUR2", "CHITIN_FUR3"],
  216. "threshreq" : ["THRESH_INSECT", "THRESH_SPIDER"],
  217. "restricts_gear" : [ "TORSO" ]
  218. },{
  219. "type" : "mutation",
  220. "id" : "VOMITOUS",
  221. "name" : "Vomitous",
  222. "points" : -3,
  223. "description" : "You have a major digestive disorder. Though it causes you to vomit frequently, you have found that you can trigger your vomit reflex on demand, too.",
  224. "prereqs" : ["NAUSEA"],
  225. "changes_to" : ["EATPOISON"],
  226. "category" : ["ALPHA"],
  227. "active" : true,
  228. "time" : 0
  229. },{
  230. "type" : "mutation",
  231. "id" : "THIRST",
  232. "name" : "High Thirst",
  233. "points" : -3,
  234. "description" : "Your body dries out easily; you need to drink more water.",
  235. "starting_trait" : true,
  236. "changes_to" : ["THIRST2"],
  237. "category" : ["ALPHA"]
  238. },{
  239. "type" : "mutation",
  240. "id" : "TAIL_STUB",
  241. "name" : "Stubby Tail",
  242. "points" : 0,
  243. "visibility" : 1,
  244. "ugliness" : 2,
  245. "description" : "You have a short, stubby tail, like a rabbit's. It serves no purpose.",
  246. "changes_to" : ["TAIL_LONG", "TAIL_THICK", "TAIL_FIN", "TAIL_RAT", "TAIL_RAPTOR", "TAIL_RAPTOR_MOD", "INSECT_STINGER", "WEB_SPINNER", "TORTOISE_TAIL"]
  247. },{
  248. "type" : "mutation",
  249. "id" : "TORTOISE_TAIL",
  250. "name" : "Tortoise Tail",
  251. "points" : 0,
  252. "visibility" : 1,
  253. "ugliness" : 1,
  254. "description" : "You grown a short, thin tail. It looks cute and quite tortoisey, but it otherwise serves no purpose.",
  255. "category" : ["TORTOISE"],
  256. "prereqs" : ["TAIL_STUB"],
  257. "cancels" : ["TAIL_LONG", "TAIL_FLUFFY", "TAIL_THICK", "TAIL_STING", "TAIL_CLUB", "TAIL_RAT", "TAIL_CATTLE", "TAIL_RAPTOR", "TAIL_RAPTOR_MOD", "TAIL_FIN", "INSECT_STINGER", "WEB_SPINNER", "WEB_WEAVER", "WEB_RAPPEL", "WEB_ROPE"]
  258. },{
  259. "type" : "mutation",
  260. "id" : "COLDBLOOD3",
  261. "name" : "Cold Blooded",
  262. "points" : -5,
  263. "description" : "You are cold-blooded and rely on heat to keep moving. Your lose 1% of your speed for every 2 (1.1) degrees below 65 F (18.3 C).",
  264. "prereqs" : ["COLDBLOOD2"],
  265. "cancels" : ["HUNGER", "HUNGER2", "HUNGER3", "EATHEALTH"],
  266. "category" : ["TORTOISE"]
  267. },{
  268. "type" : "mutation",
  269. "id" : "COLDBLOOD4",
  270. "name" : "Ectothermic",
  271. "points" : -2,
  272. "mixed_effect" : true,
  273. "description" : "Your body has become permanently cold-blooded. Your speed lowers--or raises--for every 2 (1.1) degrees below or above 65 F (18.3 C).",
  274. "prereqs" : ["COLDBLOOD3"],
  275. "threshreq" : ["THRESH_LIZARD", "THRESH_RAPTOR"],
  276. "purifiable" : false,
  277. "cancels" : ["HUNGER", "HUNGER2", "HUNGER3", "EATHEALTH"],
  278. "category" : ["RAPTOR"]
  279. },{
  280. "type" : "mutation",
  281. "id" : "WEB_SPINNER",
  282. "name" : "Web Spinner",
  283. "points" : -5,
  284. "visibility" : 8,
  285. "ugliness" : 5,
  286. "description" : "You have grown a spider abdomen that produces and anchors webbing. Too bad you can't seem to control the process. There is a chance that you will leave webs in your wake. Prevents wearing non-fabric pants",
  287. "prereqs" : ["WEB_WALKER"],
  288. "prereqs2" : ["TAIL_STUB"],
  289. "threshreq" : ["THRESH_SPIDER"],
  290. "cancels" : ["TAIL_LONG", "TAIL_FLUFFY", "TAIL_THICK", "TAIL_STING", "TAIL_CLUB", "TAIL_RAT", "TAIL_CATTLE", "TAIL_RAPTOR", "TAIL_RAPTOR_MOD", "TAIL_FIN", "INSECT_STINGER", "TORTOISE_TAIL"],
  291. "changes_to" : ["WEB_WEAVER"],
  292. "restricts_gear" : [ "LEG_L", "LEG_R" ],
  293. "allow_soft_gear" : true
  294. },{
  295. "type" : "mutation",
  296. "id" : "WEB_WEAVER",
  297. "name" : "Web Weaver",
  298. "points" : 1,
  299. "visibility" : 8,
  300. "ugliness" : 5,
  301. "description" : "You've developed the necessary anatomy and techniques to control your web-generation. Activate this to start or stop weaving webs.",
  302. "prereqs" : ["WEB_SPINNER"],
  303. "threshreq" : ["THRESH_SPIDER"],
  304. "cancels" : ["TAIL_LONG", "TAIL_FLUFFY", "TAIL_THICK", "TAIL_STING", "TAIL_CLUB", "TAIL_RAT", "TAIL_CATTLE", "TAIL_RAPTOR", "TAIL_RAPTOR_MOD", "TAIL_FIN", "INSECT_STINGER", "TORTOISE_TAIL"],
  305. "restricts_gear" : [ "LEG_L", "LEG_R" ],
  306. "allow_soft_gear" : true,
  307. "active" : true,
  308. "cost" : 3,
  309. "time" : 50,
  310. "hunger" : true,
  311. "thirst" : true
  312. },{
  313. "type" : "mutation",
  314. "id" : "WEB_RAPPEL",
  315. "name" : "Web Diver",
  316. "points" : 2,
  317. "description" : "Your webbing is easily strong enough to support your weight. You'll use it to descend down any sheer drops you may encounter.",
  318. "prereqs" : ["WEB_WEAVER"],
  319. "cancels" : ["TAIL_LONG", "TAIL_FLUFFY", "TAIL_THICK", "TAIL_STING", "TAIL_CLUB", "TAIL_RAT", "TAIL_CATTLE", "TAIL_RAPTOR", "TAIL_RAPTOR_MOD", "TAIL_FIN", "INSECT_STINGER", "TORTOISE_TAIL"],
  320. "threshreq" : ["THRESH_SPIDER"]
  321. },{
  322. "type" : "mutation",
  323. "id" : "WEB_ROPE",
  324. "name" : "Rope Webs",
  325. "points" : 3,
  326. "description" : "With spinnerets like THESE, who needs rope?! Activate to produce rope.",
  327. "prereqs" : ["WEB_WEAVER"],
  328. "cancels" : ["TAIL_LONG", "TAIL_FLUFFY", "TAIL_THICK", "TAIL_STING", "TAIL_CLUB", "TAIL_RAT", "TAIL_CATTLE", "TAIL_RAPTOR", "TAIL_RAPTOR_MOD", "TAIL_FIN", "INSECT_STINGER", "TORTOISE_TAIL"],
  329. "threshreq" : ["THRESH_SPIDER"],
  330. "active" : true,
  331. "cost" : 15,
  332. "hunger" : true,
  333. "thirst" : true
  334. },{
  335. "type" : "mutation",
  336. "id" : "TALONS",
  337. "name" : "Large Talons",
  338. "points" : 2,
  339. "visibility" : 4,
  340. "ugliness" : 3,
  341. "mixed_effect" : true,
  342. "restricts_gear" : [ "HAND_L", "HAND_R" ],
  343. "destroys_gear" : true,
  344. "description" : "Your fingers have grown into huge talons. After a bit of practice, you find that this does not affect your dexterity, but allows for a deadly unarmed attack. They also prevent you from wearing gloves.",
  345. "prereqs" : ["NAILS"],
  346. "leads_to" : ["BIRD_BODY"],
  347. "cancels" : ["CLAWS", "CLAWS_RETRACT", "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8"],
  348. "category" : ["RAPTOR"]
  349. },{
  350. "type" : "mutation",
  351. "id" : "WINGS_BIRD",
  352. "name" : "Bird Wings",
  353. "points" : 2,
  354. "visibility" : 4,
  355. "ugliness" : 2,
  356. "description" : "You have a pair of large, feathered wings. Your body is too heavy to be able to fly, but you can use them to slow your descent during a fall, and will not take falling damage under any circumstances.",
  357. "prereqs" : ["WINGS_STUB"],
  358. "cancels" : ["WINGS_BAT", "WINGS_INSECT", "WINGS_BUTTERFLY"],
  359. "category" : ["CHIMERA"]
  360. },{
  361. "type" : "mutation",
  362. "id" : "BEAK",
  363. "name" : "Beak",
  364. "points" : -3,
  365. "visibility" : 8,
  366. "ugliness" : 4,
  367. "mixed_effect" : true,
  368. "description" : "Your mouth and nose have formed into a beak. You can occasionally use it to peck at your enemies, but it is impossible for you to wear mouth gear. Slightly reduces wet effects.",
  369. "cancels" : ["FANGS", "MANDIBLES", "SABER_TEETH", "PROBOSCIS", "RAZOR_TEETH", "SNOUT", "MOUTH_TENTACLES", "MOUTH_FLAPS", "MUZZLE_LONG", "MUZZLE_SNAPPER", "MUZZLE", "MUZZLE_CHIMERA", "MUZZLE_BEAR", "MINOTAUR"],
  370. "changes_to" : ["BEAK_HUM", "BEAK_PECK"]
  371. },{
  372. "type" : "mutation",
  373. "id" : "MOUTH_FLAPS",
  374. "name" : "Mouth Flaps",
  375. "points" : -1,
  376. "visibility" : 7,
  377. "ugliness" : 6,
  378. "description" : "Skin tabs and odd flaps of skin surround your mouth. They don't affect your eating, but are unpleasant to look at.",
  379. "changes_to" : ["MOUTH_TENTACLES", "MANDIBLES"]
  380. },{
  381. "type" : "mutation",
  382. "id" : "TOUGH_FEET",
  383. "name" : "Tough Feet",
  384. "points" : 1,
  385. "description" : "The bottoms of your feet are tough and you are accustomed to going barefoot. You receive no movement penalty for not wearing shoes.",
  386. "starting_trait" : true,
  387. "valid" : false,
  388. "category" : ["LIZARD", "RAPTOR", "BIRD", "TORTOISE", "CHIMERA"]
  389. },{
  390. "type" : "mutation",
  391. "id" : "FEATHERS",
  392. "name" : "Feathers",
  393. "points" : 2,
  394. "visibility" : 10,
  395. "ugliness" : 2,
  396. "bodytemp_modifiers" : [75, 150],
  397. "description" : "Iridescent feathers have grown to cover your entire body, providing a marginal protection against attacks and minor protection from cold. They also provide a natural waterproofing.",
  398. "leads_to" : ["DOWN"],
  399. "prereqs" : ["SKIN_ROUGH", "AVIAN_SKIN"],
  400. "cancels" : ["THICK_SCALES", "SLEEK_SCALES"],
  401. "armor" : [ { "parts" : "ALL", "bash" : 1, "cut" : 1 } ]
  402. },{
  403. "type" : "mutation",
  404. "id" : "DOWN",
  405. "name" : "Down",
  406. "points" : 0,
  407. "visibility" : 4,
  408. "ugliness" : 1,
  409. "bodytemp_modifiers" : [250, 800],
  410. "bodytemp_sleep" : 300,
  411. "description" : "You don't need to migrate south with your layer of down. It's even better with no apes around to kill you for it!",
  412. "prereqs" : ["FEATHERS"],
  413. "threshreq": ["THRESH_BIRD"]
  414. },{
  415. "type" : "mutation",
  416. "id" : "BIRD_BODY",
  417. "name" : "Avian Physique",
  418. "points" : 3,
  419. "visibility" : 10,
  420. "ugliness" : 2,
  421. "mixed_effect" : true,
  422. "description" : "Your physiology now has more in common with birds than it does humans. The scales on your arms and legs provide some protection and the talons on your feet leave a nasty scratch, but your changed feet prevents you from wearing footgear. +2 dex",
  423. "threshreq": ["THRESH_BIRD"],
  424. "category" : ["BIRD"],
  425. "prereqs" : ["FEATHERS"],
  426. "prereqs2" : ["TALONS"],
  427. "cancels" : ["LEG_TENTACLES", "HOOVES", "ROOTS1", "ROOTS2", "ROOTS3", "RAP_TALONS", "URSINE_BODY", "TORT_BODY", "BOVINE_BODY", "CHIMERA_BODY", "PLANT_BODY", "RAPTOR_BODY", "FISH_BODY", "LIZARD_BODY", "BEAST_BODY", "LUPINE_BODY", "FELINE_BODY", "INSECT_BODY", "RAT_BODY", "SPIDER_BODY"],
  428. "restricts_gear" : [ "FOOT_L", "FOOT_R" ],
  429. "destroys_gear" : true,
  430. "armor" : [ { "parts" : [ "FOOT_L", "FOOT_R", "LEG_L", "LEG_R", "HAND_R", "HAND_L", "ARM_L", "ARM_R" ], "cut" : 2, "bash" : 2 } ],
  431. "passive_mods" : {
  432. "dex_mod" : 3
  433. },
  434. "attacks" : {
  435. "attack_text_u" : "You scratch and slash at %s with the claws on your feet",
  436. "attack_text_npc" : "%1$s scratches and slashes at %2$s with the claws on their feet",
  437. "chance" : 20,
  438. "base_damage" : { "damage_type" : "cut", "amount" : 20 }
  439. }
  440. },{
  441. "type" : "mutation",
  442. "id" : "URSINE_BODY",
  443. "name" : "Ursine Anatomy",
  444. "points" : 1,
  445. "visibility" : 8,
  446. "ugliness" : 2,
  447. "description" : "Your body structure and physiology has taken on a rather ursine quality. You feel a little stronger, but you look rather inhuman because of it.",
  448. "category" : ["URSINE"],
  449. "threshreq" : ["THRESH_URSINE"],
  450. "prereqs" : ["URSINE_FUR"],
  451. "prereqs2" : ["MUZZLE_BEAR"],
  452. "cancels" : ["BIRD_BODY", "BOVINE_BODY", "TORT_BODY", "CHIMERA_BODY", "PLANT_BODY", "RAPTOR_BODY", "FISH_BODY", "LIZARD_BODY", "BEAST_BODY", "LUPINE_BODY", "FELINE_BODY", "INSECT_BODY", "RAT_BODY", "SPIDER_BODY"],
  453. "passive_mods" : {
  454. "str_mod" : 2
  455. }
  456. },{
  457. "type" : "mutation",
  458. "id" : "BOVINE_BODY",
  459. "name" : "Bovine Anatomy",
  460. "points" : 1,
  461. "visibility" : 8,
  462. "ugliness" : 2,
  463. "description" : "Your body structure and physiology has taken on a rather bovine quality. You feel a little stronger, but you look rather inhuman because of it.",
  464. "category" : ["CATTLE"],
  465. "threshreq" : ["THRESH_CATTLE"],
  466. "prereqs" : ["CATTLE_FUR"],
  467. "prereqs2" : ["MINOTAUR"],
  468. "cancels" : ["BIRD_BODY", "URSINE_BODY", "TORT_BODY", "CHIMERA_BODY", "PLANT_BODY", "RAPTOR_BODY", "FISH_BODY", "LIZARD_BODY", "BEAST_BODY", "LUPINE_BODY", "FELINE_BODY", "INSECT_BODY", "RAT_BODY", "SPIDER_BODY"],
  469. "passive_mods" : {
  470. "str_mod" : 2
  471. }
  472. },{
  473. "type" : "mutation",
  474. "id" : "TORT_BODY",
  475. "name" : "Tortoise Anatomy",
  476. "points" : 1,
  477. "visibility" : 8,
  478. "ugliness" : 2,
  479. "description" : "Your body structure and physiology has taken on a rather tortoisey quality. You feel a little stronger and safer, but you look rather inhuman because of it.",
  480. "category" : ["TORTOISE"],
  481. "threshreq" : ["THRESH_TORTOISE"],
  482. "prereqs" : ["TORTOISE_SCALES"],
  483. "prereqs2" : ["MUZZLE_SNAPPER"],
  484. "cancels" : ["BIRD_BODY", "URSINE_BODY", "BOVINE_BODY", "CHIMERA_BODY", "PLANT_BODY", "RAPTOR_BODY", "FISH_BODY", "LIZARD_BODY", "BEAST_BODY", "LUPINE_BODY", "FELINE_BODY", "INSECT_BODY", "RAT_BODY", "SPIDER_BODY"],
  485. "passive_mods" : {
  486. "str_mod" : 1,
  487. "dex_mod" : -1
  488. },
  489. "armor" : [ { "parts" : "ALL", "bash" : 3, "cut" : 3 } ]
  490. },{
  491. "type" : "mutation",
  492. "id" : "RAPTOR_BODY",
  493. "name" : "Raptor Anatomy",
  494. "points" : 1,
  495. "visibility" : 8,
  496. "ugliness" : 2,
  497. "description" : "Your body structure and physiology has become similar to that of a velociraptor. You feel a little stronger and faster, but you look rather inhuman because of it.",
  498. "category" : ["RAPTOR"],
  499. "threshreq" : ["THRESH_RAPTOR"],
  500. "prereqs" : ["RAPTOR_SCALES"],
  501. "prereqs2" : ["MUZZLE_RAPTOR"],
  502. "cancels" : ["BIRD_BODY", "URSINE_BODY", "BOVINE_BODY", "CHIMERA_BODY", "PLANT_BODY", "TORT_BODY", "FISH_BODY", "LIZARD_BODY", "BEAST_BODY", "LUPINE_BODY", "FELINE_BODY", "INSECT_BODY", "RAT_BODY", "SPIDER_BODY"],
  503. "passive_mods" : {
  504. "str_mod" : 1,
  505. "dex_mod" : 1
  506. },
  507. "armor" : [ { "parts" : "ALL", "bash" : 1, "cut" : 1 } ]
  508. },{
  509. "type" : "mutation",
  510. "id" : "PLANT_BODY",
  511. "name" : "Flora",
  512. "points" : 1,
  513. "visibility" : 8,
  514. "ugliness" : 2,
  515. "bodytemp_modifiers" : [0, 2000],
  516. "bodytemp_sleep" : 1000,
  517. "description" : "The structure of your body and your internal physiology has more in common with flora than it does fauna. Why bother with things like 'scavenging' and 'hunting' when there is good soil to plant yourself in?.",
  518. "category" : ["PLANT"],
  519. "threshreq" : ["THRESH_PLANT"],
  520. "prereqs" : ["CHLOROMORPH"],
  521. "prereqs2" : ["FLOWERS"],
  522. "cancels" : ["BIRD_BODY", "URSINE_BODY", "BOVINE_BODY", "CHIMERA_BODY", "RAPTOR_BODY", "TORT_BODY", "FISH_BODY", "LIZARD_BODY", "BEAST_BODY", "LUPINE_BODY", "FELINE_BODY", "INSECT_BODY", "RAT_BODY", "SPIDER_BODY"],
  523. "passive_mods" : {
  524. "str_mod" : 1
  525. },
  526. "armor" : [ { "parts" : "ALL", "bash" : 1, "cut" : 1 } ]
  527. },{
  528. "type" : "mutation",
  529. "id" : "CHIMERA_BODY",
  530. "name" : "Chimerical Anatomy",
  531. "points" : 5,
  532. "visibility" : 10,
  533. "ugliness" : 8,
  534. "bodytemp_modifiers" : [0, 1200],
  535. "bodytemp_sleep" : 400,
  536. "description" : "Your body structure and physiology has become an amalgamation of multiple different animals. You feel unstoppable, but you now no longer even look vaguely human. Any potential meal looking at you would have no doubt that you are some sort of chimerical monster.",
  537. "category" : ["CHIMERA"],
  538. "threshreq" : ["THRESH_CHIMERA"],
  539. "prereqs" : ["FUR_SCALES"],
  540. "prereqs2" : ["MUZZLE_CHIMERA"],
  541. "cancels" : ["BIRD_BODY", "URSINE_BODY", "BOVINE_BODY", "RAPTOR_BODY", "PLANT_BODY", "TORT_BODY", "FISH_BODY", "LIZARD_BODY", "BEAST_BODY", "LUPINE_BODY", "FELINE_BODY", "INSECT_BODY", "RAT_BODY", "SPIDER_BODY"],
  542. "passive_mods" : {
  543. "str_mod" : 4,
  544. "dex_mod" : 3,
  545. "per_mod" : 2,
  546. "int_mod" : 1
  547. },
  548. "armor" : [ { "parts" : "ALL", "bash" : 4, "cut" : 4 } ]
  549. },{
  550. "type" : "mutation",
  551. "id" : "BEAST_BODY",
  552. "name" : "Beastly Anatomy",
  553. "points" : 5,
  554. "visibility" : 8,
  555. "ugliness" : 5,
  556. "bodytemp_modifiers" : [200, 600],
  557. "bodytemp_sleep" : 200,
  558. "description" : "Your body structure and physiology has become that of some super predatory beast. You have never felt better, but there would be little doubt in anyone's mind that you are anything but human.",
  559. "category" : ["BEAST"],
  560. "threshreq" : ["THRESH_BEAST"],
  561. "prereqs" : ["BEAST_FUR"],
  562. "prereqs2" : ["MUZZLE_BEAST"],
  563. "cancels" : ["BIRD_BODY", "URSINE_BODY", "BOVINE_BODY", "RAPTOR_BODY", "PLANT_BODY", "TORT_BODY", "FISH_BODY", "LIZARD_BODY", "CHIMERA_BODY", "LUPINE_BODY", "FELINE_BODY", "INSECT_BODY", "RAT_BODY", "SPIDER_BODY"],
  564. "passive_mods" : {
  565. "str_mod" : 2,
  566. "dex_mod" : 1,
  567. "per_mod" : 1,
  568. "int_mod" : -1
  569. },
  570. "armor" : [ { "parts" : "ALL", "bash" : 2, "cut" : 2 } ]
  571. },{
  572. "type" : "mutation",
  573. "id" : "LUPINE_BODY",
  574. "name" : "Lupine Anatomy",
  575. "points" : 3,
  576. "visibility" : 8,
  577. "ugliness" : 2,
  578. "description" : "Your body structure and physiology has more in common with canines than it does humans. You feel like a fearless predator, but you bet people would mistake you for a werewolf.",
  579. "category" : ["LUPINE"],
  580. "threshreq" : ["THRESH_LUPINE"],
  581. "prereqs" : ["LUPINE_FUR"],
  582. "prereqs2" : ["MUZZLE"],
  583. "cancels" : ["BIRD_BODY", "URSINE_BODY", "BOVINE_BODY", "RAPTOR_BODY", "PLANT_BODY", "TORT_BODY", "FISH_BODY", "LIZARD_BODY", "CHIMERA_BODY", "FELINE_BODY", "INSECT_BODY", "RAT_BODY", "SPIDER_BODY"],
  584. "passive_mods" : {
  585. "str_mod" : 2,
  586. "dex_mod" : 1
  587. }
  588. },{
  589. "type" : "mutation",
  590. "id" : "FELINE_BODY",
  591. "name" : "Feline Anatomy",
  592. "points" : 3,
  593. "visibility" : 8,
  594. "ugliness" : 2,
  595. "description" : "Your body structure and physiology has more in common with felines than it does humans. You feel as nimble as a cat, but no one would mistake you for human anymore.",
  596. "category" : ["FELINE"],
  597. "threshreq" : ["THRESH_FELINE"],
  598. "prereqs" : ["LYNX_FUR"],
  599. "prereqs2" : ["SABER_TEETH"],
  600. "cancels" : ["BIRD_BODY", "URSINE_BODY", "BOVINE_BODY", "RAPTOR_BODY", "PLANT_BODY", "TORT_BODY", "FISH_BODY", "LIZARD_BODY", "CHIMERA_BODY", "LUPINE_BODY", "INSECT_BODY", "RAT_BODY", "SPIDER_BODY"],
  601. "passive_mods" : {
  602. "str_mod" : 1,
  603. "dex_mod" : 2
  604. }
  605. },{
  606. "type" : "mutation",
  607. "id" : "FISH_BODY",
  608. "name" : "Fish Anatomy",
  609. "points" : 1,
  610. "visibility" : 8,
  611. "ugliness" : 2,
  612. "description" : "Your body structure and physiology has become similar to that of some aquatic animal. You feel faster than before, but you look very inhuman because of it. All you want to do is get back into the water.",
  613. "category" : ["FISH"],
  614. "threshreq" : ["THRESH_FISH"],
  615. "prereqs" : ["SLEEK_SCALES"],
  616. "prereqs2" : ["RAZOR_TEETH"],
  617. "cancels" : ["BIRD_BODY", "URSINE_BODY", "BOVINE_BODY", "CHIMERA_BODY", "PLANT_BODY", "TORT_BODY", "RAPTOR_BODY", "LIZARD_BODY", "BEAST_BODY", "LUPINE_BODY", "FELINE_BODY", "INSECT_BODY", "RAT_BODY", "SPIDER_BODY"],
  618. "passive_mods" : {
  619. "per_mod" : 1,
  620. "dex_mod" : 2
  621. },
  622. "wet_protection" : [
  623. { "part" : "HEAD", "neutral" : 3, "good" : 4 },
  624. { "part" : "LEG_L", "neutral" : 7, "good" : 14 },
  625. { "part" : "LEG_R", "neutral" : 7, "good" : 14 },
  626. { "part" : "FOOT_L", "neutral" : 2, "good" : 4 },
  627. { "part" : "FOOT_R", "neutral" : 2, "good" : 4 },
  628. { "part" : "ARM_L", "neutral" : 7, "good" : 12 },
  629. { "part" : "ARM_R", "neutral" : 7, "good" : 12 },
  630. { "part" : "HAND_L", "neutral" : 2, "good" : 3 },
  631. { "part" : "HAND_R", "neutral" : 2, "good" : 3 },
  632. { "part" : "TORSO", "neutral" : 14, "good" : 26 }
  633. ]
  634. },{
  635. "type" : "mutation",
  636. "id" : "LIZARD_BODY",
  637. "name" : "Reptilian Anatomy",
  638. "points" : 1,
  639. "visibility" : 8,
  640. "ugliness" : 2,
  641. "description" : "Your body structure and physiology has more in common with crocodilians than of humans. Your muscles bulge with power, but no one would mistake you for human. Maybe you should find a nice sunny spot to bask in.",
  642. "category" : ["LIZARD"],
  643. "threshreq" : ["THRESH_LIZARD"],
  644. "prereqs" : ["SCUTES"],
  645. "prereqs2" : ["MUZZLE_LONG"],
  646. "cancels" : ["BIRD_BODY", "URSINE_BODY", "BOVINE_BODY", "CHIMERA_BODY", "PLANT_BODY", "TORT_BODY", "RAPTOR_BODY", "FISH_BODY", "BEAST_BODY", "LUPINE_BODY", "FELINE_BODY", "INSECT_BODY", "RAT_BODY", "SPIDER_BODY"],
  647. "passive_mods" : {
  648. "str_mod" : 3,
  649. "dex_mod" : 1
  650. }
  651. },{
  652. "type" : "mutation",
  653. "id" : "RAT_BODY",
  654. "name" : "Rodentine Anatomy",
  655. "points" : 1,
  656. "visibility" : 8,
  657. "ugliness" : 3,
  658. "description" : "You don't have time for lollygagging when there's survival at stake. Who cares that you're not even human anymore when the other survivors out there can't even compete with you?",
  659. "category" : ["RAT"],
  660. "threshreq" : ["THRESH_RAT"],
  661. "prereqs" : ["BURROW"],
  662. "prereqs2" : ["FUR"],
  663. "cancels" : ["BIRD_BODY", "URSINE_BODY", "BOVINE_BODY", "CHIMERA_BODY", "PLANT_BODY", "TORT_BODY", "RAPTOR_BODY", "FISH_BODY", "BEAST_BODY", "LUPINE_BODY", "FELINE_BODY", "INSECT_BODY", "SPIDER_BODY"],
  664. "passive_mods" : {
  665. "dex_mod" : 2,
  666. "per_mod" : 1,
  667. "stamina_min": 2
  668. }
  669. },{
  670. "type" : "mutation",
  671. "id" : "SPIDER_BODY",
  672. "name" : "Arachnid Anatomy",
  673. "points" : 1,
  674. "visibility" : 8,
  675. "ugliness" : 5,
  676. "description" : "Your body structure and physiology has more in common with arachnids than of humans. Your arachnid abdomen now safely houses your vital organs. You wonder what will wander into your web today.",
  677. "category" : ["SPIDER"],
  678. "threshreq" : ["THRESH_SPIDER"],
  679. "prereqs" : ["CHITIN_FUR3"],
  680. "prereqs2" : ["WEB_WEAVER"],
  681. "cancels" : ["BIRD_BODY", "URSINE_BODY", "BOVINE_BODY", "CHIMERA_BODY", "PLANT_BODY", "TORT_BODY", "RAPTOR_BODY", "FISH_BODY", "BEAST_BODY", "LUPINE_BODY", "FELINE_BODY", "INSECT_BODY", "RAT_BODY"],
  682. "passive_mods" : {
  683. "dex_mod" : 2,
  684. "per_mod" : 2
  685. },
  686. "armor" : [ { "parts" : "ALL", "bash" : 3, "cut" : 3 } ]
  687. },{
  688. "type" : "mutation",
  689. "id" : "INSECT_BODY",
  690. "name" : "Insectile Anatomy",
  691. "points" : 1,
  692. "visibility" : 8,
  693. "ugliness" : 3,
  694. "description" : "Your body structure and physiology has more in common with insects than of humans. Your insectile abdomen now safely houses your vital organs, but you doubt that you will be making any human friends soon.",
  695. "category" : ["INSECT"],
  696. "threshreq" : ["THRESH_INSECT"],
  697. "prereqs" : ["CHITIN3"],
  698. "prereqs2" : ["INSECT_STINGER"],
  699. "cancels" : ["BIRD_BODY", "URSINE_BODY", "BOVINE_BODY", "CHIMERA_BODY", "PLANT_BODY", "TORT_BODY", "RAPTOR_BODY", "FISH_BODY", "BEAST_BODY", "LUPINE_BODY", "FELINE_BODY", "RAT_BODY", "SPIDER_BODY"],
  700. "passive_mods" : {
  701. "dex_mod" : 1,
  702. "stamina_min": 2
  703. },
  704. "armor" : [ { "parts" : "ALL", "bash" : 2, "cut" : 2 } ]
  705. },{
  706. "type" : "mutation",
  707. "id" : "FLOWERS",
  708. "name" : "Flowering",
  709. "points" : 2,
  710. "visibility" : 10,
  711. "ugliness" : -4,
  712. "description" : "You've started blooming where your scalp used to be. Your blossoms have a pleasant aroma, are visually striking, and are quite sensitive.",
  713. "prereqs" : ["PLANTSKIN","BARK"],
  714. "prereqs2" : ["LEAVES"],
  715. "cancels" : ["SMELLY", "SMELLY2"],
  716. "threshreq" : ["THRESH_PLANT"],
  717. "changes_to" : ["FLOWER_HEAD"]
  718. },{
  719. "type" : "mutation",
  720. "id" : "POISONOUS2",
  721. "name" : "Strongly Venomous",
  722. "points" : 2,
  723. "description" : "Your venom has become particularly strong. You're confident that your natural attacks will take your target down quickly.",
  724. "prereqs" : ["POISONOUS"],
  725. "threshreq" : ["THRESH_PLANT", "THRESH_SLIME"],
  726. "category" : ["PLANT", "SLIME"]
  727. },{
  728. "type" : "mutation",
  729. "id" : "FLOWER_HEAD",
  730. "name" : "Blossomed",
  731. "points" : -3,
  732. "visibility" : 8,
  733. "ugliness" : 2,
  734. "mixed_effect" : true,
  735. "description" : "Your entire head has become a flower with a deadly stinger in its center much like like those triffids that you saw earlier. You can still eat, breathe, and see just fine, but you cannot wear anything on or around your head.",
  736. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "PROBOSCIS", "SNOUT", "FANGS", "MUZZLE", "MINOTAUR", "MUZZLE_RAT", "MUZZLE_BEAR", "MUZZLE_SNAPPER", "MOUTH_TENTACLES", "MANDIBLES", "MUZZLE_LONG", "MUZZLE_RAPTOR", "MUZZLE_BEAST", "SLIT_NOSTRILS_TORTOISE", "SLIT_NOSTRILS_FISH", "SLIT_NOSTRILS", "NO_NOSE_SPIDER", "NO_NOSE_INSECT", "ELFAEYES", "LIZ_EYE", "BIRD_EYE", "URSINE_EYE", "COMPOUND_EYES", "CEPH_EYES", "EYEBULGE", "SPIDER_EYES", "TORT_EYE", "FEL_EYE", "FISH_EYES","FELINE_EARS", "RAT_EARS", "LUPINE_EARS", "URSINE_EARS", "CANINE_EARS", "ELFA_EARS", "FIN_EARS", "NO_EARS_CEPHALOPOD", "NO_EARS_INSECT", "NO_EARS_SPIDER", "NO_EARS_RAPTOR", "NO_EARS_LIZARD", "NO_EARS_BIRD", "NO_EARS_TORTOISE", "CATTLE_TONGUE", "URSINE_TONGUE", "FORKED_TONGUE", "TORT_TONGUE", "ANTENNAE", "HORNS_CURLED", "HORNS_POINTED", "ANTLERS", "HEADBUMPS", "HORNS", "FANGS_SPIDER"],
  737. "category" : ["PLANT"],
  738. "prereqs" : ["FLOWERS"],
  739. "prereqs2" : ["POISONOUS2"],
  740. "threshreq" : ["THRESH_PLANT"],
  741. "restricts_gear" : ["MOUTH", "HEAD", "EYES"],
  742. "attacks" : {
  743. "attack_text_u" : "You stab at %s with the stinger inside your petals",
  744. "attack_text_npc" : "%1$s stabs at %2$s with the stinger inside their petals",
  745. "body_part" : "MOUTH",
  746. "chance" : 40,
  747. "base_damage" : { "damage_type" : "stab", "amount" : 15 }
  748. },
  749. "wet_protection" : [
  750. { "part" : "HEAD", "neutral" : 6, "good" : 8 }
  751. ]
  752. },{
  753. "type" : "mutation",
  754. "id" : "PLANTSKIN",
  755. "name" : "Phelloderm",
  756. "points" : 3,
  757. "visibility" : 3,
  758. "ugliness" : 2,
  759. "description" : "Your skin is light green and has a slightly woody quality to it. This provides a weak armor, and helps you retain moisture, resulting in less thirst. Greatly decreases wet penalties.",
  760. "cancels" : ["FEATHERS", "LIGHTFUR", "FUR", "CHITIN", "CHITIN2", "CHITIN3", "SCALES", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "FELINE_FUR", "THICK_SCALES", "RAPTOR_SCALES", "CATTLE_FUR", "SCUTES", "LYNX_FUR", "LUPINE_FUR"],
  761. "leads_to" : ["THORNS", "LEAVES", "BARK", "MOSS"],
  762. "category": ["PLANT", "ELFA"],
  763. "wet_protection" : [
  764. { "part" : "HEAD", "neutral" : 4 },
  765. { "part" : "LEG_L", "neutral" : 5 },
  766. { "part" : "LEG_R", "neutral" : 5 },
  767. { "part" : "FOOT_L", "neutral" : 1 },
  768. { "part" : "FOOT_R", "neutral" : 1 },
  769. { "part" : "ARM_L", "neutral" : 4 },
  770. { "part" : "ARM_R", "neutral" : 4 },
  771. { "part" : "HAND_L", "neutral" : 1 },
  772. { "part" : "HAND_R", "neutral" : 1 },
  773. { "part" : "TORSO", "neutral" : 10 }
  774. ],
  775. "armor" : [ { "parts" : "ALL", "bash" : 3, "cut" : 3 } ]
  776. },{
  777. "type" : "mutation",
  778. "id" : "BARK",
  779. "name" : "Bark",
  780. "points" : 5,
  781. "visibility" : 10,
  782. "ugliness" : 3,
  783. "description" : "Your skin is coated in a lightly colored bark, like that of a tree. This provides resistance to bashing and cutting damage and minor protection from fire. Greatly reduces wet effects.",
  784. "prereqs" : ["PLANTSKIN"],
  785. "cancels" : ["FEATHERS", "LIGHTFUR", "FUR", "CHITIN", "CHITIN2", "CHITIN3", "SCALES", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "FELINE_FUR", "THICK_SCALES", "RAPTOR_SCALES", "CATTLE_FUR", "SCUTES", "LYNX_FUR", "LUPINE_FUR"],
  786. "category" : ["PLANT"],
  787. "wet_protection" : [
  788. { "part" : "HEAD", "neutral" : 8 },
  789. { "part" : "LEG_L", "neutral" : 10 },
  790. { "part" : "LEG_R", "neutral" : 10 },
  791. { "part" : "FOOT_L", "neutral" : 3 },
  792. { "part" : "FOOT_R", "neutral" : 3 },
  793. { "part" : "ARM_L", "neutral" : 8 },
  794. { "part" : "ARM_R", "neutral" : 8 },
  795. { "part" : "HAND_L", "neutral" : 3 },
  796. { "part" : "HAND_R", "neutral" : 3 },
  797. { "part" : "TORSO", "neutral" : 20 }
  798. ],
  799. "armor" : [ { "parts" : "ALL", "bash" : 5, "cut" : 5 } ]
  800. },{
  801. "type" : "mutation",
  802. "id" : "MOSS",
  803. "name" : "Mossy",
  804. "points" : 1,
  805. "visibility" : 6,
  806. "ugliness" : 2,
  807. "bodytemp_modifiers" : [250, 600],
  808. "bodytemp_sleep" : 250,
  809. "description" : "A deep green moss has grown a patchy covering over parts of your body providing some protection from the cold.",
  810. "prereqs" : ["PLANTSKIN"],
  811. "category" : ["PLANT"]
  812. },{
  813. "type" : "mutation",
  814. "id" : "REGEN",
  815. "name" : "Regeneration",
  816. "points" : 6,
  817. "description" : "Your flesh regenerates from wounds incredibly quickly.",
  818. "cancels" : ["ROT1", "ROT2", "ROT3"],
  819. "prereqs" : ["FASTHEALER2"],
  820. "category" : ["PLANT", "MEDICAL"],
  821. "healing_awake" : 2.0,
  822. "healing_resting" : 1.5
  823. },{
  824. "type" : "mutation",
  825. "id" : "CHLOROMORPH",
  826. "name" : "Chloromorphosis",
  827. "points" : 10,
  828. "visibility" : 7,
  829. "ugliness" : 1,
  830. "description" : "Every inch of your skin is packed with chlorophyll and you have strong roots. Sleeping on diggable soil will satisfy any hunger or thirst you might have.",
  831. "valid" : false,
  832. "purifiable" : false,
  833. "prereqs" : ["ROOTS2", "ROOTS3"],
  834. "prereqs2" : ["SAPROPHAGE"],
  835. "threshreq" : ["THRESH_PLANT"],
  836. "cancels" : ["LEG_TENTACLES", "SMELLY", "SMELLY2"],
  837. "encumbrance_covered" : [
  838. [ "FOOT_L", 10 ],
  839. [ "FOOT_R", 10 ]
  840. ],
  841. "vitamin_rates": [
  842. [ "vitC", -1200 ],
  843. [ "calcium", -1200 ],
  844. [ "iron", -1200 ],
  845. [ "vitB", -1200 ],
  846. [ "vitA", -1200 ]
  847. ]
  848. },{
  849. "type" : "mutation",
  850. "id" : "QUILLS",
  851. "name" : "Quills",
  852. "points" : 2,
  853. "description" : "Your body is covered with large quills. Whenever an unarmed opponent strikes a part of your body that is not covered by clothing, they will receive significant damage.",
  854. "prereqs" : ["SPINES"]
  855. },{
  856. "type" : "mutation",
  857. "id" : "CLAWS",
  858. "name" : "Claws",
  859. "points" : 2,
  860. "visibility" : 3,
  861. "ugliness" : 2,
  862. "description" : "You have claws on the ends of your fingers. If you aren't wearing gloves, your unarmed attacks deal a minor amount of cutting damage.",
  863. "prereqs" : ["NAILS"],
  864. "changes_to" : ["CLAWS_RETRACT", "CLAWS_RAT"],
  865. "cancels" : ["TALONS", "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8"],
  866. "category" : ["RAPTOR", "CHIMERA"]
  867. },{
  868. "type" : "mutation",
  869. "id" : "RAP_TALONS",
  870. "name" : "Toe Talons",
  871. "points" : -1,
  872. "visibility" : 4,
  873. "ugliness" : 2,
  874. "mixed_effect" : true,
  875. "description" : "You have grown large, curved, and wickedly sharp talons in place of your big toes. Fortunately, they don't get in the way of your movement. Unfortunately, they do prevent you from wearing footgear.",
  876. "valid" : false,
  877. "cancels" : ["LEG_TENTACLES", "HOOVES", "ROOTS1", "ROOTS2", "ROOTS3", "HOOF_TALON", "WEBBED"],
  878. "restricts_gear" : [ "FOOT_L", "FOOT_R" ],
  879. "destroys_gear" : true
  880. },{
  881. "type" : "mutation",
  882. "id" : "HOOVES",
  883. "name" : "Hooves",
  884. "points" : -4,
  885. "visibility" : 2,
  886. "ugliness" : 2,
  887. "mixed_effect" : true,
  888. "description" : "Your feet have fused into hooves. This allows kicking attacks to do much more damage, provides natural armor, and removes the need to wear shoes; however, you can not wear shoes of any kind. Reduces wet effects.",
  889. "cancels" : ["PADDED_FEET", "LEG_TENTACLES", "RAP_TALONS", "ROOTS1", "ROOTS2", "ROOTS3", "WEBBED"],
  890. "changes_to" : ["HOOF_TALON"],
  891. "wet_protection":[
  892. { "part" : "FOOT_L", "neutral" : 10 },
  893. { "part" : "FOOT_R", "neutral" : 10 }
  894. ],
  895. "restricts_gear" : [ "FOOT_L", "FOOT_R" ],
  896. "destroys_gear" : true,
  897. "armor" : [ { "parts" : [ "FOOT_L", "FOOT_R" ], "bash" : 6, "cut" : 6 } ]
  898. },{
  899. "type" : "mutation",
  900. "id" : "HOOF_TALON",
  901. "name" : "Chimerical Legs",
  902. "points" : -5,
  903. "visibility" : 10,
  904. "ugliness" : 10,
  905. "mixed_effect" : true,
  906. "description" : "Your legs have mutated in such a manner that your body managed to develop fearsome but impressive and very powerful and sharp hoof-claws, something that was never seen before in the animal kingdom. They allow you to make some powerful kicking attacks, but they prevent you from wearing any footgear",
  907. "prereqs" : ["HOOVES"],
  908. "prereqs2" : ["TOUGH_FEET"],
  909. "cancels" : ["PADDED_FEET", "LEG_TENTACLES", "RAP_TALONS", "ROOTS1", "ROOTS2", "ROOTS3", "WEBBED"],
  910. "threshreq" : ["THRESH_CHIMERA"],
  911. "leads_to" : ["CHIMERA_BODY"],
  912. "wet_protection":[
  913. { "part" : "FOOT_R", "neutral" : 10 }
  914. ],
  915. "restricts_gear" : [ "FOOT_L", "FOOT_R" ],
  916. "destroys_gear" : true,
  917. "armor" : [ { "parts" : [ "FOOT_R" ], "bash" : 6, "cut" : 6 } ],
  918. "attacks" :[
  919. {
  920. "attack_text_u" : "You kick at %s with your hoof",
  921. "attack_text_npc" : "%1$s kicks at %2$s with their hoof",
  922. "chance" : 28,
  923. "strength_damage" : { "damage_type" : "bash", "amount" : 3 }
  924. },{
  925. "attack_text_u" : "You slash at %s with your claw",
  926. "attack_text_npc" : "%1$s slashes at %2$s with their claw",
  927. "chance" : 28,
  928. "strength_damage" : { "damage_type" : "cut", "amount" : 3 }
  929. }
  930. ]
  931. },{
  932. "type" : "mutation",
  933. "id" : "PADDED_FEET",
  934. "name" : "Padded Feet",
  935. "points" : 1,
  936. "visibility" : 1,
  937. "description" : "The bottoms of your feet are strongly padded. You receive no movement penalty for not wearing shoes, and even receive a 10% bonus when moving barefoot.",
  938. "cancels" : ["HOOVES", "LEG_TENTACLES", "RAP_TALONS", "ROOTS1", "ROOTS2", "ROOTS3"],
  939. "category" : ["RAT"],
  940. "leads_to" : ["URSINE_FEET"]
  941. },{
  942. "type" : "mutation",
  943. "id" : "URSINE_FEET",
  944. "name" : "Bear Feet",
  945. "points" : 0,
  946. "visibility" : 1,
  947. "description" : "Your feet have taken on a distinctly ursine quality to them. This has no effect.",
  948. "cancels" : ["HOOVES", "LEG_TENTACLES", "RAP_TALONS", "ROOTS1", "ROOTS2", "ROOTS3", "WEBBED"],
  949. "category" : ["URSINE"],
  950. "prereqs" : ["PADDED_FEET"]
  951. },{
  952. "type" : "mutation",
  953. "id" : "FORKED_TONGUE",
  954. "name" : "Forked Tongue",
  955. "points" : 0,
  956. "visibility" : 1,
  957. "ugliness" : 2,
  958. "description" : "Your tongue is forked, like that of a reptile. This has no effect.",
  959. "cancels" : ["CATTLE_TONGUE", "URSINE_TONGUE", "TORT_TONGUE", "FLOWER_HEAD"]
  960. },{
  961. "type" : "mutation",
  962. "id" : "CATTLE_TONGUE",
  963. "name" : "Bovine Tongue",
  964. "points" : 0,
  965. "visibility" : 1,
  966. "ugliness" : 1,
  967. "description" : "Your tongue has flattened and has become wider, looking like that of a bovine. This has no effect.",
  968. "category" : ["CATTLE"],
  969. "cancels" : ["FORKED_TONGUE", "URSINE_TONGUE", "TORT_TONGUE", "FLOWER_HEAD"]
  970. },{
  971. "type" : "mutation",
  972. "id" : "URSINE_TONGUE",
  973. "name" : "Ursine Tongue",
  974. "points" : 0,
  975. "visibility" : 1,
  976. "ugliness" : 1,
  977. "description" : "Your tongue has flattened and has become longer, looking like that of a bear. This has no effect.",
  978. "category" : ["URSINE"],
  979. "cancels" : ["CATTLE_TONGUE", "FORKED_TONGUE", "TORT_TONGUE", "FLOWER_HEAD"]
  980. },{
  981. "type" : "mutation",
  982. "id" : "TORT_TONGUE",
  983. "name" : "Tortoise Tongue",
  984. "points" : 0,
  985. "visibility" : 1,
  986. "ugliness" : 1,
  987. "description" : "Your tongue has become rounded and thicker, looking like that of a tortoise. This has no effect.",
  988. "cancels" : ["CATTLE_TONGUE", "URSINE_TONGUE", "FORKED_TONGUE", "FLOWER_HEAD"]
  989. },{
  990. "type" : "mutation",
  991. "id" : "SLOWHEALER",
  992. "name" : "Slow Healer",
  993. "points" : -2,
  994. "description" : "You heal a little slower than most; sleeping will heal less lost HP.",
  995. "starting_trait" : true,
  996. "cancels" : ["FASTHEALER"],
  997. "category" : ["ALPHA"]
  998. },{
  999. "type" : "mutation",
  1000. "id" : "CHEMIMBALANCE",
  1001. "name" : "Chemical Imbalance",
  1002. "points" : -2,
  1003. "description" : "You suffer from a minor chemical imbalance, whether mental or physical. Minor changes to your internal chemistry will manifest themselves on occasion, such as hunger, sleepiness, narcotic effects, etc.",
  1004. "starting_trait" : true,
  1005. "category" : ["ALPHA"]
  1006. },{
  1007. "type" : "mutation",
  1008. "id" : "SKIN_ROUGH",
  1009. "name" : "Rough Skin",
  1010. "points" : 0,
  1011. "visibility" : 2,
  1012. "ugliness" : 1,
  1013. "description" : "Your skin is slightly rough. This has no gameplay effect.",
  1014. "changes_to" : ["FEATHERS", "CHITIN", "PLANTSKIN"]
  1015. },{
  1016. "type" : "mutation",
  1017. "id" : "SCALES",
  1018. "name" : "Scales",
  1019. "points" : 2,
  1020. "visibility" : 10,
  1021. "ugliness" : 3,
  1022. "description" : "A set of flexible green scales has grown to cover your body, acting as natural armor. Somewhat reduces wet effects.",
  1023. "cancels" : ["PLANTSKIN", "BARK", "CHITIN", "CHITIN2", "CHITIN3", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "FUR_SCALES", "URSINE_FUR", "FELINE_FUR", "CATTLE_FUR", "SCUTES", "LYNX_FUR", "LUPINE_FUR"],
  1024. "category" : ["TORTOISE"],
  1025. "prereqs" : ["SNAKE_SKIN"],
  1026. "changes_to" : ["THICK_SCALES", "SLEEK_SCALES", "FUR_SCALES", "TORTOISE_SCALES", "RAPTOR_SCALES"],
  1027. "wet_protection" : [
  1028. { "part" : "HEAD", "ignored" : 3 },
  1029. { "part" : "LEG_L", "ignored" : 10 },
  1030. { "part" : "LEG_R", "ignored" : 10 },
  1031. { "part" : "FOOT_L", "ignored" : 3 },
  1032. { "part" : "FOOT_R", "ignored" : 3 },
  1033. { "part" : "ARM_L", "ignored" : 9 },
  1034. { "part" : "ARM_R", "ignored" : 9 },
  1035. { "part" : "HAND_L", "ignored" : 2 },
  1036. { "part" : "HAND_R", "ignored" : 2 },
  1037. { "part" : "TORSO", "ignored" : 20 }
  1038. ],
  1039. "armor" : [ { "parts" : "ALL", "bash" : 1, "cut" : 2 } ]
  1040. },{
  1041. "type" : "mutation",
  1042. "id" : "RAPTOR_SCALES",
  1043. "name" : "Raptor Scales",
  1044. "points" : 2,
  1045. "visibility" : 10,
  1046. "ugliness" : 2,
  1047. "description" : "A set of flexible iridescent scales has grown to cover your body, acting as natural armor. Somewhat reduces wet effects.",
  1048. "category" : ["RAPTOR"],
  1049. "prereqs" : ["SCALES"],
  1050. "leads_to" : ["RAPTOR_BODY"],
  1051. "cancels" : ["CHITIN", "CHITIN2", "CHITIN3", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "FELINE_FUR", "THICK_SCALES", "PLANTSKIN", "BARK", "CATTLE_FUR", "SCUTES", "LYNX_FUR", "LUPINE_FUR"],
  1052. "wet_protection" : [
  1053. { "part" : "HEAD", "ignored" : 3 },
  1054. { "part" : "LEG_L", "ignored" : 10 },
  1055. { "part" : "LEG_R", "ignored" : 10 },
  1056. { "part" : "FOOT_L", "ignored" : 3 },
  1057. { "part" : "FOOT_R", "ignored" : 3 },
  1058. { "part" : "ARM_L", "ignored" : 9 },
  1059. { "part" : "ARM_R", "ignored" : 9 },
  1060. { "part" : "HAND_L", "ignored" : 2 },
  1061. { "part" : "HAND_R", "ignored" : 2 },
  1062. { "part" : "TORSO", "ignored" : 20 }
  1063. ],
  1064. "armor" : [ { "parts" : "ALL", "bash" : 2, "cut" : 3, "acid" : 1 } ]
  1065. },{
  1066. "type" : "mutation",
  1067. "id" : "RAPTOR_FEATHERS",
  1068. "name" : "Raptor Feathers",
  1069. "points" : 2,
  1070. "visibility" : 10,
  1071. "ugliness" : -5,
  1072. "description" : "A set of beautiful colored shiny feathers has grown to cover some parts of your body, acting as natural armor. And making your appereance more majestic than before, with a collar of feathers around your neck, that looks like a crown-like set of feathers you sure, have become a presence to behold. Somewhat reduces wet effects and protects slightly agaisnt cold.",
  1073. "category" : ["RAPTOR"],
  1074. "prereqs" : ["RAPTOR_SCALES"],
  1075. "leads_to" : ["RAPTOR_BODY"],
  1076. "cancels" : ["CHITIN", "CHITIN2", "CHITIN3", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "FEATHERS", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "FELINE_FUR", "THICK_SCALES", "PLANTSKIN", "BARK", "CATTLE_FUR", "SCUTES", "LYNX_FUR", "LUPINE_FUR"],
  1077. "bodytemp_modifiers" : [30, 80],
  1078. "wet_protection" : [
  1079. { "part" : "HEAD", "ignored" : 3 },
  1080. { "part" : "LEG_L", "ignored" : 10 },
  1081. { "part" : "LEG_R", "ignored" : 10 },
  1082. { "part" : "FOOT_L", "ignored" : 3 },
  1083. { "part" : "FOOT_R", "ignored" : 3 },
  1084. { "part" : "ARM_L", "ignored" : 9 },
  1085. { "part" : "ARM_R", "ignored" : 9 },
  1086. { "part" : "HAND_L", "ignored" : 2 },
  1087. { "part" : "HAND_R", "ignored" : 2 },
  1088. { "part" : "TORSO", "ignored" : 20 }
  1089. ],
  1090. "armor" : [ { "parts" : "ALL", "bash" : 1, "cut" : 2, "acid" : 1, "elec" : 1 } ]
  1091. },{
  1092. "type" : "mutation",
  1093. "id" : "LIGHTFUR",
  1094. "name" : "Lightly Furred",
  1095. "points" : 1,
  1096. "visibility" : 6,
  1097. "ugliness" : 2,
  1098. "bodytemp_modifiers" : [250, 500],
  1099. "bodytemp_sleep" : 100,
  1100. "description" : "Light fur has grown to cover your entire body, providing slight protection from cold.",
  1101. "prereqs" : ["BEAST_SKIN"],
  1102. "cancels" : ["CHITIN", "CHITIN2", "CHITIN3", "SLEEK_SCALES", "TORTOISE_SCALES", "THICK_SCALES", "PLANTSKIN", "BARK", "SCUTES"],
  1103. "changes_to" : ["FUR", "FELINE_FUR", "LUPINE_FUR", "URSINE_FUR", "CHITIN_FUR", "FUR_SCALES"]
  1104. },{
  1105. "type" : "mutation",
  1106. "id" : "FUR",
  1107. "name" : "Furry",
  1108. "points" : 2,
  1109. "visibility" : 10,
  1110. "ugliness" : 3,
  1111. "bodytemp_modifiers" : [750, 1500],
  1112. "bodytemp_sleep" : 500,
  1113. "description" : "Thick black fur has grown to cover your entire body, providing a marginal protection against attacks, and considerable protection from cold.",
  1114. "cancels" : ["CHITIN", "CHITIN2", "CHITIN3", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "FELINE_FUR", "THICK_SCALES", "PLANTSKIN", "BARK", "SCUTES", "LYNX_FUR", "LUPINE_FUR", "URSINE_FUR"],
  1115. "changes_to" : ["CATTLE_FUR", "BEAST_FUR"],
  1116. "prereqs" : ["LIGHTFUR"],
  1117. "armor" : [ { "parts" : "ALL", "bash" : 3, "cut" : 2 } ]
  1118. },{
  1119. "type" : "mutation",
  1120. "id" : "URSINE_FUR",
  1121. "name" : "Shaggy Fur",
  1122. "points" : 4,
  1123. "visibility" : 10,
  1124. "ugliness" : 3,
  1125. "bodytemp_modifiers" : [750, 1500],
  1126. "bodytemp_sleep" : 500,
  1127. "description" : "Your fur has grown out and thickened, providing noticeable protection from attacks as well as considerable insulation.",
  1128. "cancels" : ["FEATHERS", "CHITIN", "CHITIN2", "CHITIN3", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR", "FUR_SCALES", "LUPINE_FUR", "FELINE_FUR", "THICK_SCALES", "RAPTOR_SCALES", "SCALES", "PLANTSKIN", "BARK", "CATTLE_FUR", "SCUTES"],
  1129. "prereqs" : ["LIGHTFUR"],
  1130. "category" : ["URSINE"],
  1131. "leads_to" : ["URSINE_BODY"],
  1132. "armor" : [ { "parts" : "ALL", "bash" : 3, "cut" : 2 } ]
  1133. },{
  1134. "type" : "mutation",
  1135. "id" : "CATTLE_FUR",
  1136. "name" : "Rough Fur",
  1137. "points" : 2,
  1138. "visibility" : 10,
  1139. "ugliness" : 3,
  1140. "bodytemp_modifiers" : [750, 1500],
  1141. "bodytemp_sleep" : 500,
  1142. "description" : "the on your body fur has taken on a rough texture. It provides marginal protection against attacks, and considerable protection from cold.",
  1143. "cancels" : ["FEATHERS", "CHITIN", "CHITIN2", "CHITIN3", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "LUPINE_FUR", "FELINE_FUR", "THICK_SCALES", "RAPTOR_SCALES", "SCALES", "PLANTSKIN", "BARK", "SCUTES", "LYNX_FUR"],
  1144. "prereqs" : ["FUR"],
  1145. "category" : ["CATTLE"],
  1146. "leads_to" : ["BOVINE_BODY"],
  1147. "armor" : [ { "parts" : "ALL", "bash" : 3, "cut" : 2 } ]
  1148. },{
  1149. "type" : "mutation",
  1150. "id" : "LUPINE_FUR",
  1151. "name" : "Gray Fur",
  1152. "points" : 2,
  1153. "visibility" : 10,
  1154. "ugliness" : 3,
  1155. "bodytemp_modifiers" : [750, 1500],
  1156. "bodytemp_sleep" : 500,
  1157. "description" : "Dense gray fur has grown to cover your entire body, providing a marginal protection against attacks, and considerable protection from cold.",
  1158. "cancels" : ["FEATHERS", "CHITIN", "CHITIN2", "CHITIN3", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "FUR", "FELINE_FUR", "THICK_SCALES", "RAPTOR_SCALES", "SCALES", "PLANTSKIN", "BARK", "CATTLE_FUR", "SCUTES", "LYNX_FUR"],
  1159. "prereqs" : ["LIGHTFUR"],
  1160. "armor" : [ { "parts" : "ALL", "bash" : 3, "cut" : 2 } ]
  1161. },{
  1162. "type" : "mutation",
  1163. "id" : "FELINE_FUR",
  1164. "name" : "Sleek Fur",
  1165. "points" : 2,
  1166. "visibility" : 10,
  1167. "ugliness" : 3,
  1168. "bodytemp_modifiers" : [500, 1000],
  1169. "bodytemp_sleep" : 300,
  1170. "description" : "You've grown sleek brown fur, providing some protection from cold.",
  1171. "cancels" : ["FEATHERS", "CHITIN", "CHITIN2", "CHITIN3", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "FUR", "LUPINE_FUR", "THICK_SCALES", "RAPTOR_SCALES", "SCALES", "PLANTSKIN", "BARK", "CATTLE_FUR", "SCUTES"],
  1172. "prereqs" : ["LIGHTFUR"],
  1173. "changes_to" : ["BEAST_FUR"],
  1174. "leads_to" : ["LYNX_FUR"],
  1175. "armor" : [ { "parts" : "ALL", "bash" : 2, "cut" : 1 } ]
  1176. },{
  1177. "type" : "mutation",
  1178. "id" : "BEAST_FUR",
  1179. "name" : "Thick Fur",
  1180. "points" : 2,
  1181. "visibility" : 10,
  1182. "ugliness" : 3,
  1183. "bodytemp_modifiers" : [750, 1750],
  1184. "bodytemp_sleep" : 600,
  1185. "description" : "You've grown a thick pelt of rough black fur, providing protection from cold and attacks.",
  1186. "cancels" : ["CHITIN", "CHITIN2", "CHITIN3", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "LUPINE_FUR", "THICK_SCALES", "PLANTSKIN", "BARK", "CATTLE_FUR", "SCUTES"],
  1187. "prereqs" : ["FELINE_FUR", "FUR"],
  1188. "armor" : [ { "parts" : "ALL", "bash" : 4, "cut" : 3 } ]
  1189. },{
  1190. "type" : "mutation",
  1191. "id" : "LYNX_FUR",
  1192. "name" : "Lynx Fur",
  1193. "points" : 1,
  1194. "visibility" : 8,
  1195. "ugliness" : 1,
  1196. "description" : "Your fur's grown out significantly around your cheeks and neck. It provides minor protection against attacks.",
  1197. "prereqs" : ["FELINE_FUR"],
  1198. "cancels" : ["FEATHERS", "CHITIN", "CHITIN2", "CHITIN3", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "FUR", "LUPINE_FUR", "THICK_SCALES", "RAPTOR_SCALES", "SCALES", "PLANTSKIN", "BARK", "CATTLE_FUR", "SCUTES"],
  1199. "category" : ["FELINE"],
  1200. "armor" : [ { "parts" : [ "HEAD", "MOUTH" ], "bash" : 1 } ]
  1201. },{
  1202. "type" : "mutation",
  1203. "id" : "WATER_GOOD",
  1204. "name" : "Aquatic Adaptation",
  1205. "points" : 2,
  1206. "visibility" : 1,
  1207. "ugliness" : 1,
  1208. "description" : "Your body's physiology has completely adapted to life underwater. This doesn't change your appearance much, but you seem to always have a fishy sheen to your body. Greatly increases wet benefits.",
  1209. "threshreq" : ["THRESH_FISH", "THRESH_CEPHALOPOD"],
  1210. "category" : ["FISH", "CEPHALOPOD"],
  1211. "wet_protection" : [
  1212. { "part" : "HEAD", "neutral" : 6, "good" : 8 },
  1213. { "part" : "LEG_L", "neutral" : 14, "good" : 20 },
  1214. { "part" : "LEG_R", "neutral" : 14, "good" : 20 },
  1215. { "part" : "FOOT_L", "neutral" : 4, "good" : 8 },
  1216. { "part" : "FOOT_R", "neutral" : 4, "good" : 8 },
  1217. { "part" : "ARM_L", "neutral" : 14, "good" : 20 },
  1218. { "part" : "ARM_R", "neutral" : 14, "good" : 20 },
  1219. { "part" : "HAND_L", "neutral" : 4, "good" : 8 },
  1220. { "part" : "HAND_R", "neutral" : 4, "good" : 8 },
  1221. { "part" : "TORSO", "neutral" : 28, "good" : 40 }
  1222. ]
  1223. },{
  1224. "type" : "mutation",
  1225. "id" : "SLEEK_SCALES",
  1226. "name" : "Sleek Scales",
  1227. "points" : 4,
  1228. "visibility" : 10,
  1229. "ugliness" : 4,
  1230. "description" : "A set of very flexible and slick scales has grown to cover your body. These act as weak natural armor, improve your ability to swim, and make you difficult to grab. Mostly reduces wet effects.",
  1231. "prereqs" : ["SCALES"],
  1232. "leads_to" : ["WATER_GOOD"],
  1233. "cancels" : ["FEATHERS", "LIGHTFUR", "FUR", "CHITIN", "CHITIN2", "CHITIN3", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "FELINE_FUR", "THICK_SCALES", "RAPTOR_SCALES", "PLANTSKIN", "BARK", "CATTLE_FUR", "SCUTES"],
  1234. "wet_protection" : [
  1235. { "part" : "HEAD", "good" : 7 },
  1236. { "part" : "LEG_L", "good" : 21 },
  1237. { "part" : "LEG_R", "good" : 21 },
  1238. { "part" : "FOOT_L", "good" : 6 },
  1239. { "part" : "FOOT_R", "good" : 6 },
  1240. { "part" : "ARM_L", "good" : 19 },
  1241. { "part" : "ARM_R", "good" : 19 },
  1242. { "part" : "HAND_L", "good" : 5 },
  1243. { "part" : "HAND_R", "good" : 5 },
  1244. { "part" : "TORSO", "good" : 40 }
  1245. ],
  1246. "armor" : [ { "parts" : "ALL", "bash" : 1, "cut" : 2, "acid" : 2 } ]
  1247. },{
  1248. "type" : "mutation",
  1249. "id" : "FUR_SCALES",
  1250. "name" : "Chimerical Protection",
  1251. "points" : 4,
  1252. "visibility" : 10,
  1253. "ugliness" : 8,
  1254. "bodytemp_modifiers" : [600, 1200],
  1255. "bodytemp_sleep" : 400,
  1256. "description" : "Finally! That weird skin has now developed a cohesive fur-scale skin that was before unseen in the animal kingdom. This provides considerable protection and warmth. Moderately reduces wet effects.",
  1257. "prereqs" : ["LIGHTFUR"],
  1258. "prereqs2" : ["SCALES"],
  1259. "cancels" : ["CHITIN", "CHITIN2", "CHITIN3", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "SLEEK_SCALES", "TORTOISE_SCALES", "URSINE_FUR", "FELINE_FUR", "THICK_SCALES", "PLANTSKIN", "BARK", "CATTLE_FUR", "SCUTES"],
  1260. "threshreq" : ["THRESH_CHIMERA"],
  1261. "leads_to" : ["CHIMERA_BODY"],
  1262. "category" : ["CHIMERA"],
  1263. "wet_protection" : [
  1264. { "part" : "HEAD", "ignored" : 5 },
  1265. { "part" : "LEG_L", "ignored" : 14 },
  1266. { "part" : "LEG_R", "ignored" : 14 },
  1267. { "part" : "FOOT_L", "ignored" : 5 },
  1268. { "part" : "FOOT_R", "ignored" : 5 },
  1269. { "part" : "ARM_L", "ignored" : 13 },
  1270. { "part" : "ARM_R", "ignored" : 13 },
  1271. { "part" : "HAND_L", "ignored" : 4 },
  1272. { "part" : "HAND_R", "ignored" : 4 },
  1273. { "part" : "TORSO", "ignored" : 26 }
  1274. ],
  1275. "armor" : [ { "parts" : "ALL", "bash" : 5, "cut" : 5, "acid" : 1 } ]
  1276. },{
  1277. "type" : "mutation",
  1278. "id" : "PAINREC2",
  1279. "name" : "Quick Pain Recovery",
  1280. "points" : 5,
  1281. "description" : "You recover from pain faster than normal.",
  1282. "prereqs" : ["PAINREC1"],
  1283. "changes_to" : ["PAINREC3"],
  1284. "category" : ["CHIMERA"]
  1285. },{
  1286. "type" : "mutation",
  1287. "id" : "MUZZLE_RAPTOR",
  1288. "name" : "Raptor Muzzle",
  1289. "points" : -3,
  1290. "visibility" : 8,
  1291. "ugliness" : 6,
  1292. "mixed_effect" : true,
  1293. "description" : "Your face and jaws have extended outwards causing you to resemble an extinct dinosaur. It's filled with razor sharp teeth that leave nasty wounds, but it prevents you from wearing mouthgear.",
  1294. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "PROBOSCIS", "MUZZLE", "MINOTAUR", "MUZZLE_RAT", "MUZZLE_BEAR", "MUZZLE_SNAPPER", "MOUTH_TENTACLES", "MANDIBLES", "MUZZLE_LONG", "FLOWER_HEAD", "FANGS_SPIDER"],
  1295. "prereqs" : ["SNOUT"],
  1296. "category" : ["RAPTOR"],
  1297. "leads_to" : ["RAPTOR_BODY"],
  1298. "restricts_gear" : [ "MOUTH" ]
  1299. },{
  1300. "type" : "mutation",
  1301. "id" : "MUZZLE",
  1302. "name" : "Lupine Muzzle",
  1303. "points" : -2,
  1304. "visibility" : 5,
  1305. "ugliness" : 4,
  1306. "mixed_effect" : true,
  1307. "description" : "Your jaw and nose have extended into a wolfish muzzle. It lends itself to biting in combat and looks impressive, but prevents you from wearing mouthgear.",
  1308. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "PROBOSCIS", "MINOTAUR", "MUZZLE_LONG", "MUZZLE_RAT", "MUZZLE_BEAR", "MUZZLE_SNAPPER", "MOUTH_TENTACLES", "MANDIBLES", "MUZZLE_RAPTOR", "FLOWER_HEAD", "FANGS_SPIDER"],
  1309. "prereqs" : ["SNOUT"],
  1310. "changes_to" : ["MUZZLE_CHIMERA", "MUZZLE_BEAST"],
  1311. "restricts_gear" : [ "MOUTH" ]
  1312. },{
  1313. "type" : "mutation",
  1314. "id" : "MUZZLE_BEAST",
  1315. "name" : "Beastly Muzzle",
  1316. "points" : -1,
  1317. "visibility" : 7,
  1318. "ugliness" : 5,
  1319. "mixed_effect" : true,
  1320. "description" : "Your jaw and nose have extended into some kind of monstrous muzzle. It delivers a strong bite and looks absolutely beastly, but prevents you from wearing mouthgear.",
  1321. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "PROBOSCIS", "MINOTAUR", "MUZZLE_LONG", "MUZZLE_RAT", "MUZZLE_BEAR", "MUZZLE_SNAPPER", "MOUTH_TENTACLES", "MANDIBLES", "MUZZLE_RAPTOR", "FLOWER_HEAD", "FANGS_SPIDER"],
  1322. "prereqs" : ["MUZZLE"],
  1323. "category" : ["BEAST"],
  1324. "restricts_gear" : [ "MOUTH" ],
  1325. "attacks" : {
  1326. "attack_text_u" : "You chomp %s",
  1327. "attack_text_npc" : "%1$s chomps %2$s",
  1328. "blocker_mutations" : [ "FANGS" ],
  1329. "body_part" : "MOUTH",
  1330. "chance" : 18,
  1331. "base_damage" : { "damage_type" : "cut", "amount" : 12 }
  1332. }
  1333. },{
  1334. "type" : "mutation",
  1335. "id" : "MUZZLE_BEAR",
  1336. "name" : "Ursine Muzzle",
  1337. "points" : -2,
  1338. "visibility" : 5,
  1339. "ugliness" : 4,
  1340. "mixed_effect" : true,
  1341. "description" : "Your jaw and nose have extended into a bearish muzzle. You could bite with it, and it looks impressive, but it prevents you from wearing mouthgear.",
  1342. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "PROBOSCIS", "MINOTAUR", "MUZZLE_LONG", "MUZZLE_RAT", "MUZZLE", "MUZZLE_SNAPPER", "MOUTH_TENTACLES", "MANDIBLES", "MUZZLE_RAPTOR", "MUZZLE_BEAST", "FLOWER_HEAD", "FANGS_SPIDER"],
  1343. "prereqs" : ["SNOUT"],
  1344. "leads_to" : ["URSINE_BODY"],
  1345. "changes_to" : ["MUZZLE_CHIMERA"],
  1346. "restricts_gear" : [ "MOUTH" ]
  1347. },{
  1348. "type" : "mutation",
  1349. "id" : "MUZZLE_RAT",
  1350. "name" : "Ratlike Muzzle",
  1351. "points" : -2,
  1352. "visibility" : 6,
  1353. "ugliness" : 4,
  1354. "description" : "Your face and jaw have extended, giving you an alert and attentive appearance.",
  1355. "prereqs" : ["SNOUT"],
  1356. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "PROBOSCIS", "MINOTAUR", "MUZZLE", "MUZZLE_BEAR", "MUZZLE_LONG", "MUZZLE_SNAPPER", "MOUTH_TENTACLES", "MANDIBLES", "MUZZLE_CHIMERA", "MUZZLE_RAPTOR", "MUZZLE_BEAST", "FLOWER_HEAD", "FANGS_SPIDER"],
  1357. "restricts_gear" : [ "MOUTH" ]
  1358. },{
  1359. "type" : "mutation",
  1360. "id" : "MUZZLE_LONG",
  1361. "name" : "Reptilian Muzzle",
  1362. "points" : -3,
  1363. "visibility" : 8,
  1364. "ugliness" : 8,
  1365. "mixed_effect" : true,
  1366. "description" : "Your face and jaws have extended outwards causing you to resemble some kind of crocodilian. They look NASTY - as do the bite wounds they can inflict - but prevent you from wearing mouthgear.",
  1367. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "PROBOSCIS", "MUZZLE", "MINOTAUR", "MUZZLE_RAT", "MUZZLE_BEAR", "MUZZLE_SNAPPER", "MOUTH_TENTACLES", "MANDIBLES", "MUZZLE_RAPTOR", "MUZZLE_BEAST", "FLOWER_HEAD", "FANGS_SPIDER"],
  1368. "prereqs" : ["SNOUT"],
  1369. "changes_to" : ["MUZZLE_CHIMERA"],
  1370. "restricts_gear" : [ "MOUTH" ]
  1371. },{
  1372. "type" : "mutation",
  1373. "id" : "MINOTAUR",
  1374. "name" : "Bovine Snout",
  1375. "points" : -4,
  1376. "visibility" : 5,
  1377. "ugliness" : 6,
  1378. "mixed_effect" : true,
  1379. "description" : "Your face resembles that of a bull, with a significant snout. It looks fearsome but prevents you from wearing mouthgear.",
  1380. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "PROBOSCIS", "MUZZLE", "MUZZLE_LONG", "MUZZLE_BEAR", "MUZZLE_RAT", "MUZZLE_SNAPPER", "MOUTH_TENTACLES", "MANDIBLES", "MUZZLE_RAPTOR", "MUZZLE_BEAST", "FLOWER_HEAD", "FANGS_SPIDER"],
  1381. "prereqs" : ["SNOUT"],
  1382. "changes_to" : ["MUZZLE_CHIMERA"],
  1383. "leads_to" : ["BOVINE_BODY"],
  1384. "restricts_gear" : [ "MOUTH" ]
  1385. },{
  1386. "type" : "mutation",
  1387. "id" : "MUZZLE_CHIMERA",
  1388. "name" : "Chimerical Muzzle",
  1389. "points" : -4,
  1390. "visibility" : 10,
  1391. "ugliness" : 10,
  1392. "mixed_effect" : true,
  1393. "description" : "Your face and jaws have extended outwards into some sort of bizarre muzzle that blends features from various animals. You could not even begin to guess what it could belong to, but you do know that it has one powerful bite.",
  1394. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "PROBOSCIS", "MUZZLE_RAT", "MUZZLE_SNAPPER", "RAZOR_TEETH", "MOUTH_TENTACLES", "MANDIBLES", "MUZZLE_RAPTOR", "MUZZLE_BEAST", "FLOWER_HEAD", "FANGS_SPIDER"],
  1395. "prereqs" : ["MUZZLE_LONG", "MUZZLE", "MUZZLE_BEAR", "MINOTAUR"],
  1396. "threshreq" : ["THRESH_CHIMERA"],
  1397. "category" : ["CHIMERA"],
  1398. "leads_to" : ["CHIMERA_BODY"],
  1399. "restricts_gear" : [ "MOUTH" ],
  1400. "attacks" : {
  1401. "attack_text_u" : "You bite and rend %s",
  1402. "attack_text_npc" : "%1$s bites and rends %2$s",
  1403. "blocker_mutations" : [ "FANGS", "SABER_TEETH" ],
  1404. "body_part" : "MOUTH",
  1405. "chance" : 20,
  1406. "base_damage" : { "damage_type" : "stab", "amount" : 25 }
  1407. }
  1408. },{
  1409. "type" : "mutation",
  1410. "id" : "HORNS_CURLED",
  1411. "name" : "Curled Horns",
  1412. "points" : 1,
  1413. "visibility" : 8,
  1414. "ugliness" : 2,
  1415. "mixed_effect" : true,
  1416. "description" : "You have a pair of large curled horns, like those of a ram. They allow you to make a strong bashing headbutt attack, but prevent you from wearing any headwear that is not made of fabric.",
  1417. "prereqs" : ["HORNS"],
  1418. "cancels" : ["ANTENNAE", "HORNS_POINTED", "ANTLERS", "FLOWER_HEAD"],
  1419. "restricts_gear" : [ "HEAD" ],
  1420. "allow_soft_gear" : true
  1421. },{
  1422. "type" : "mutation",
  1423. "id" : "PHEROMONE_MAMMAL",
  1424. "name" : "Mammal Pheromones",
  1425. "points" : 2,
  1426. "description" : "Your body produces low-level pheromones which puts mammals at ease. They will be less likely to attack or flee from you.",
  1427. "prereqs" : ["SMELLY2"],
  1428. "cancels" : ["PHEROMONE_INSECT"],
  1429. "category" : ["CHIMERA"]
  1430. },{
  1431. "type" : "mutation",
  1432. "id" : "HEAVYSLEEPER2",
  1433. "name" : "Very Heavy Sleeper",
  1434. "points" : -2,
  1435. "description" : "You could probably sleep through a firefight.",
  1436. "valid" : false,
  1437. "prereqs" : ["HEAVYSLEEPER"],
  1438. "category" : ["CHIMERA", "TORTOISE"]
  1439. },{
  1440. "type" : "mutation",
  1441. "id" : "HORNS_POINTED",
  1442. "name" : "Pointed Horns",
  1443. "points" : 1,
  1444. "visibility" : 8,
  1445. "ugliness" : 2,
  1446. "mixed_effect" : true,
  1447. "description" : "You have a pair of long, pointed horns, like those of an antelope. They allow you to make a strong piercing headbutt attack, but prevent you from wearing any headwear that is not made of fabric.",
  1448. "prereqs" : ["HORNS"],
  1449. "cancels" : ["ANTENNAE", "HORNS_CURLED", "ANTLERS", "FLOWER_HEAD"],
  1450. "category" : ["CHIMERA"],
  1451. "restricts_gear" : [ "HEAD" ],
  1452. "allow_soft_gear" : true
  1453. },{
  1454. "type" : "mutation",
  1455. "id" : "ANTLERS",
  1456. "name" : "Antlers",
  1457. "points" : -2,
  1458. "visibility" : 10,
  1459. "ugliness" : 3,
  1460. "mixed_effect" : true,
  1461. "description" : "You have a huge rack of antlers, like those of a moose. They prevent you from hearing headwear that is not made of fabric, but provide a weak headbutt attack.",
  1462. "prereqs" : ["HORNS"],
  1463. "cancels" : ["ANTENNAE", "HORNS_CURLED", "HORNS_POINTED", "FLOWER_HEAD"],
  1464. "restricts_gear" : [ "HEAD" ],
  1465. "allow_soft_gear" : true
  1466. },{
  1467. "type" : "mutation",
  1468. "id" : "ANTENNAE",
  1469. "name" : "Antennae",
  1470. "points" : 1,
  1471. "visibility" : 9,
  1472. "ugliness" : 4,
  1473. "description" : "You have a pair of antennae. They allow you to detect the presence of monsters up to a few tiles away, even if you can't see or hear them, but prevent you from wearing headwear that is not made of fabric.",
  1474. "prereqs" : ["HEADBUMPS"],
  1475. "cancels" : ["HORNS", "HORNS_CURLED", "HORNS_POINTED", "ANTLERS", "FLOWER_HEAD"],
  1476. "restricts_gear" : [ "HEAD" ],
  1477. "allow_soft_gear" : true
  1478. },{
  1479. "type" : "mutation",
  1480. "id" : "HORNS",
  1481. "name" : "Horns",
  1482. "points" : 1,
  1483. "visibility" : 3,
  1484. "ugliness" : 1,
  1485. "description" : "You have a pair of small horns on your head. They allow you to make a weak piercing headbutt attack.",
  1486. "prereqs" : ["HEADBUMPS"],
  1487. "cancels" : ["ANTENNAE", "FLOWER_HEAD"],
  1488. "changes_to" : ["HORNS_CURLED", "HORNS_POINTED", "ANTLERS"]
  1489. },{
  1490. "type" : "mutation",
  1491. "id" : "HEADBUMPS",
  1492. "name" : "Head Bumps",
  1493. "points" : 0,
  1494. "visibility" : 3,
  1495. "ugliness" : 3,
  1496. "description" : "You have a pair of bumps on your skull.",
  1497. "cancels" : ["FLOWER_HEAD"],
  1498. "changes_to" : ["HORNS", "ANTENNAE"]
  1499. },{
  1500. "type" : "mutation",
  1501. "id" : "LARGE",
  1502. "name" : "Inconveniently Large",
  1503. "points" : 0,
  1504. "visibility" : 1,
  1505. "ugliness" : 1,
  1506. "mixed_effect" : true,
  1507. "encumbrance_always" : [
  1508. [ "TORSO", 10 ],
  1509. [ "ARM_L", 10 ],
  1510. [ "ARM_R", 10 ]
  1511. ],
  1512. "description" : "You have grown noticeably taller and broader. Much of it is useful muscle mass (Strength +3), but you find it throws off your balance and you get in your own way (+10 torso and arm encumbrance).",
  1513. "prereqs" : ["STR_UP", "STR_UP_2", "STR_UP_3", "STR_UP_4"],
  1514. "changes_to": ["LARGE_OK", "HUGE"],
  1515. "category" : ["CHIMERA"],
  1516. "passive_mods" : {
  1517. "str_mod" : 3
  1518. }
  1519. },{
  1520. "type" : "mutation",
  1521. "id" : "LARGE_OK",
  1522. "name" : "Large",
  1523. "points" : 2,
  1524. "visibility" : 1,
  1525. "ugliness" : 0,
  1526. "description" : "You carry your rugged body with the dignity you deserve. Strength +4.",
  1527. "prereqs" : ["LARGE"],
  1528. "prereqs2" : ["STR_UP", "STR_UP_2", "STR_UP_3", "STR_UP_4"],
  1529. "changes_to": ["HUGE"],
  1530. "leads_to" : ["MUT_TOUGH"],
  1531. "category" : ["CHIMERA", "TORTOISE"],
  1532. "passive_mods" : {
  1533. "str_mod" : 4
  1534. }
  1535. },{
  1536. "type" : "mutation",
  1537. "id" : "HUGE",
  1538. "name" : "Freakishly Huge",
  1539. "points" : -2,
  1540. "visibility" : 4,
  1541. "ugliness" : 4,
  1542. "mixed_effect" : true,
  1543. "description" : "You have grown even more massive, to the point where you cannot usefully fit into human-sized clothing or vehicles. Much of it is powerful muscle mass (Strength +6), but it's a real pain to haul around.",
  1544. "prereqs" : ["LARGE", "LARGE_OK"],
  1545. "prereqs2" : ["STR_UP_3", "STR_UP_4"],
  1546. "changes_to": ["HUGE_OK"],
  1547. "category" : ["CHIMERA"],
  1548. "passive_mods" : {
  1549. "str_mod" : 6
  1550. },
  1551. "restricts_gear" : [ "TORSO", "LEG_L", "LEG_R", "ARM_L", "ARM_R", "HAND_L", "HAND_R", "HEAD", "FOOT_L", "FOOT_R" ],
  1552. "destroys_gear" : true
  1553. },{
  1554. "type" : "mutation",
  1555. "id" : "HUGE_OK",
  1556. "name" : "Huge",
  1557. "points" : 2,
  1558. "visibility" : 4,
  1559. "ugliness" : 3,
  1560. "mixed_effect" : true,
  1561. "description" : "Your cardiovascular system has caught up with your muscular physique, so who needs pathetic human cars? Strength +8.",
  1562. "prereqs" : ["HUGE"],
  1563. "prereqs2" : ["STR_UP_3", "STR_UP_4"],
  1564. "threshreq" : ["THRESH_URSINE", "THRESH_CATTLE", "THRESH_CHIMERA"],
  1565. "category" : ["CHIMERA"],
  1566. "leads_to" : ["MUT_TOUGH"],
  1567. "passive_mods" : {
  1568. "str_mod" : 8
  1569. },
  1570. "restricts_gear" : [ "TORSO", "LEG_L", "LEG_R", "ARM_L", "ARM_R", "HAND_L", "HAND_R", "HEAD", "FOOT_L", "FOOT_R" ],
  1571. "destroys_gear" : true
  1572. },{
  1573. "type" : "mutation",
  1574. "id" : "STR_UP",
  1575. "name" : "Strong",
  1576. "points" : 1,
  1577. "description" : "Your muscles are a little stronger. Strength + 1",
  1578. "changes_to" : ["STR_UP_2"],
  1579. "passive_mods" : {
  1580. "str_mod" : 1
  1581. }
  1582. },{
  1583. "type" : "mutation",
  1584. "id" : "STR_UP_2",
  1585. "name" : "Very Strong",
  1586. "points" : 2,
  1587. "description" : "Your muscles are stronger. Strength + 2",
  1588. "prereqs" : ["STR_UP"],
  1589. "prereqs2" : ["STRONGBACK"],
  1590. "changes_to" : ["STR_UP_3", "STR_ALPHA"],
  1591. "passive_mods" : {
  1592. "str_mod" : 2
  1593. }
  1594. },{
  1595. "type" : "mutation",
  1596. "id" : "STR_UP_3",
  1597. "name" : "Extremely Strong",
  1598. "points" : 4,
  1599. "visibility" : 1,
  1600. "description" : "Your muscles are much stronger. Strength + 4",
  1601. "prereqs" : ["STR_UP_2"],
  1602. "changes_to" : ["STR_UP_4"],
  1603. "leads_to" : ["MUT_TOUGH"],
  1604. "passive_mods" : {
  1605. "str_mod" : 4
  1606. }
  1607. },{
  1608. "type" : "mutation",
  1609. "id" : "STR_UP_4",
  1610. "name" : "Insanely Strong",
  1611. "points" : 7,
  1612. "visibility" : 2,
  1613. "ugliness" : 2,
  1614. "description" : "Your muscles are noticeably bulging. Strength + 7",
  1615. "prereqs" : ["STR_UP_3"],
  1616. "leads_to" : ["MUT_TOUGH"],
  1617. "threshreq" : ["THRESH_BEAST", "THRESH_URSINE", "THRESH_TORTOISE", "THRESH_CHIMERA"],
  1618. "category" : ["TORTOISE", "CHIMERA"],
  1619. "passive_mods" : {
  1620. "str_mod" : 7
  1621. }
  1622. },{
  1623. "type" : "mutation",
  1624. "id" : "PER_UP",
  1625. "name" : "Perceptive",
  1626. "points" : 1,
  1627. "description" : "Your senses are a little keener. Perception + 1",
  1628. "changes_to" : ["PER_UP_2"],
  1629. "leads_to" : ["BIRD_EYE"],
  1630. "category" : ["TORTOISE", "FISH"],
  1631. "passive_mods" : {
  1632. "per_mod" : 1
  1633. }
  1634. },{
  1635. "type" : "mutation",
  1636. "id" : "PER_UP_2",
  1637. "name" : "Very Perceptive",
  1638. "points" : 2,
  1639. "description" : "Your senses are keener. Perception + 2",
  1640. "prereqs" : ["PER_UP"],
  1641. "changes_to" : ["PER_UP_3", "PER_ALPHA"],
  1642. "category" : ["FISH"],
  1643. "passive_mods" : {
  1644. "per_mod" : 2
  1645. }
  1646. },{
  1647. "type" : "mutation",
  1648. "id" : "INT_UP_2",
  1649. "name" : "Very Smart",
  1650. "points" : 2,
  1651. "description" : "You are smarter. Intelligence + 2",
  1652. "prereqs" : ["INT_UP"],
  1653. "changes_to" : ["INT_UP_3", "INT_RAT"],
  1654. "passive_mods" : {
  1655. "int_mod" : 2
  1656. }
  1657. },{
  1658. "type" : "mutation",
  1659. "id" : "INT_RAT",
  1660. "name" : "Ratty Smarts",
  1661. "points" : 3,
  1662. "description" : "You bet that you could solve any maze or problem faster than those other 'survivors'. Intelligence + 3",
  1663. "prereqs" : ["INT_UP_2"],
  1664. "category" : ["RAT"],
  1665. "cancels" : ["INT_UP_3", "INT_UP_4"],
  1666. "passive_mods" : {
  1667. "int_mod" : 3
  1668. }
  1669. },{
  1670. "type" : "mutation",
  1671. "id" : "INT_UP_3",
  1672. "name" : "Extremely Smart",
  1673. "points" : 3,
  1674. "visibility" : 1,
  1675. "ugliness" : 1,
  1676. "description" : "You are much smarter, and your skull bulges slightly. Intelligence + 4",
  1677. "prereqs" : ["INT_UP_2"],
  1678. "changes_to" : ["INT_UP_4"],
  1679. "cancels" : ["INT_RAT"],
  1680. "passive_mods" : {
  1681. "int_mod" : 4
  1682. }
  1683. },{
  1684. "type" : "mutation",
  1685. "id" : "INT_UP_4",
  1686. "name" : "Insanely Smart",
  1687. "points" : 4,
  1688. "visibility" : 3,
  1689. "ugliness" : 3,
  1690. "description" : "Your skull bulges noticeably with your impressive brain. Intelligence + 7",
  1691. "prereqs" : ["INT_UP_3"],
  1692. "cancels" : ["INT_RAT"],
  1693. "threshreq" : ["THRESH_CEPHALOPOD"],
  1694. "passive_mods" : {
  1695. "int_mod" : 7
  1696. }
  1697. },{
  1698. "type" : "mutation",
  1699. "id" : "DEX_UP_2",
  1700. "name" : "Very Dextrous",
  1701. "points" : 2,
  1702. "description" : "You are nimbler. Dexterity + 2",
  1703. "prereqs" : ["DEX_UP"],
  1704. "changes_to" : ["DEX_UP_3", "DEX_RAT"],
  1705. "passive_mods" : {
  1706. "dex_mod" : 2
  1707. }
  1708. },{
  1709. "type" : "mutation",
  1710. "id" : "DEX_RAT",
  1711. "name" : "Ratty Finesse",
  1712. "points" : 3,
  1713. "description" : "Now the cataclysm is here it's better to be quick than slow. Dexterity + 3",
  1714. "prereqs" : ["DEX_UP_2"],
  1715. "category" : ["RAT"],
  1716. "cancels" : ["DEX_UP_3", "DEX_UP_4"],
  1717. "passive_mods" : {
  1718. "dex_mod" : 3
  1719. }
  1720. },{
  1721. "type" : "mutation",
  1722. "id" : "DEX_UP_3",
  1723. "name" : "Extremely Dextrous",
  1724. "points" : 3,
  1725. "description" : "You are nimble and quick. Dexterity + 4",
  1726. "prereqs" : ["DEX_UP_2"],
  1727. "changes_to" : ["DEX_UP_4"],
  1728. "cancels" : ["DEX_RAT"],
  1729. "category" : ["CHIMERA"],
  1730. "passive_mods" : {
  1731. "dex_mod" : 4
  1732. }
  1733. },{
  1734. "type" : "mutation",
  1735. "id" : "DEX_UP_4",
  1736. "name" : "Insanely Dextrous",
  1737. "points" : 4,
  1738. "description" : "You are much nimbler than before. Dexterity + 7",
  1739. "prereqs" : ["DEX_UP_3"],
  1740. "cancels" : ["DEX_RAT"],
  1741. "threshreq" : ["THRESH_CEPHALOPOD", "THRESH_FISH"],
  1742. "passive_mods" : {
  1743. "dex_mod" : 7
  1744. }
  1745. },{
  1746. "type" : "mutation",
  1747. "id" : "BADHEARING",
  1748. "name" : "Poor Hearing",
  1749. "points" : -2,
  1750. "description" : "Your hearing is poor, and you may not hear quiet or far-off noises.",
  1751. "starting_trait" : true,
  1752. "leads_to" : ["NO_EARS_LIZARD", "NO_EARS_RAPTOR", "NO_EARS_TORTOISE"],
  1753. "cancels" : ["GOODHEARING"]
  1754. },{
  1755. "type" : "mutation",
  1756. "id" : "NO_EARS_BIRD",
  1757. "name" : "No Ears",
  1758. "points" : -1,
  1759. "visibility" : 2,
  1760. "ugliness" : 1,
  1761. "description" : "Your outer aural organs have disappeared leaving you without external ears making you look a bit like a bird. This does not effect your hearing in any way.",
  1762. "category" : ["BIRD"],
  1763. "cancels" : ["FELINE_EARS", "RAT_EARS", "LUPINE_EARS", "URSINE_EARS", "CANINE_EARS", "ELFA_EARS", "FIN_EARS", "NO_EARS_CEPHALOPOD", "NO_EARS_INSECT", "NO_EARS_SPIDER", "NO_EARS_RAPTOR", "NO_EARS_LIZARD", "NO_EARS_TORTOISE", "FLOWER_HEAD"]
  1764. },{
  1765. "type" : "mutation",
  1766. "id" : "NO_EARS_LIZARD",
  1767. "name" : "No Ears",
  1768. "points" : -1,
  1769. "visibility" : 2,
  1770. "ugliness" : 1,
  1771. "description" : "Your outer aural organs have disappeared leaving you without external ears making you look a bit like a lizard. This does not effect your hearing in any way.",
  1772. "category" : ["LIZARD"],
  1773. "prereqs" : ["BADHEARING"],
  1774. "cancels" : ["FELINE_EARS", "RAT_EARS", "LUPINE_EARS", "URSINE_EARS", "CANINE_EARS", "ELFA_EARS", "FIN_EARS", "NO_EARS_CEPHALOPOD", "NO_EARS_INSECT", "NO_EARS_SPIDER", "NO_EARS_RAPTOR", "NO_EARS_TORTOISE", "NO_EARS_BIRD", "FLOWER_HEAD"]
  1775. },{
  1776. "type" : "mutation",
  1777. "id" : "NO_EARS_RAPTOR",
  1778. "name" : "No Ears",
  1779. "points" : -1,
  1780. "visibility" : 2,
  1781. "ugliness" : 1,
  1782. "description" : "Your outer aural organs have disappeared leaving you without external ears making you look a bit like a raptor. This does not effect your hearing in any way.",
  1783. "category" : ["RAPTOR"],
  1784. "prereqs" : ["BADHEARING"],
  1785. "cancels" : ["FELINE_EARS", "RAT_EARS", "LUPINE_EARS", "URSINE_EARS", "CANINE_EARS", "ELFA_EARS", "FIN_EARS", "NO_EARS_CEPHALOPOD", "NO_EARS_INSECT", "NO_EARS_SPIDER", "NO_EARS_TORTOISE", "NO_EARS_LIZARD", "NO_EARS_BIRD", "FLOWER_HEAD"]
  1786. },{
  1787. "type" : "mutation",
  1788. "id" : "NO_EARS_SPIDER",
  1789. "name" : "No Ears",
  1790. "points" : -1,
  1791. "visibility" : 2,
  1792. "ugliness" : 1,
  1793. "description" : "Your outer aural organs have disappeared leaving you without external ears making you look a bit like a spider. This does not effect your hearing in any way.",
  1794. "category" : ["SPIDER"],
  1795. "cancels" : ["FELINE_EARS", "RAT_EARS", "LUPINE_EARS", "URSINE_EARS", "CANINE_EARS", "ELFA_EARS", "FIN_EARS", "NO_EARS_CEPHALOPOD", "NO_EARS_INSECT", "NO_EARS_TORTOISE", "NO_EARS_RAPTOR", "NO_EARS_LIZARD", "NO_EARS_BIRD", "FLOWER_HEAD"]
  1796. },{
  1797. "type" : "mutation",
  1798. "id" : "NO_EARS_INSECT",
  1799. "name" : "No Ears",
  1800. "points" : -1,
  1801. "visibility" : 2,
  1802. "ugliness" : 1,
  1803. "description" : "Your outer aural organs have disappeared leaving you without external ears making you look a bit like some sort of insect. This does not effect your hearing in any way.",
  1804. "category" : ["INSECT"],
  1805. "cancels" : ["FELINE_EARS", "RAT_EARS", "LUPINE_EARS", "URSINE_EARS", "CANINE_EARS", "ELFA_EARS", "FIN_EARS", "NO_EARS_CEPHALOPOD", "NO_EARS_TORTOISE", "NO_EARS_SPIDER", "NO_EARS_RAPTOR", "NO_EARS_LIZARD", "NO_EARS_BIRD", "FLOWER_HEAD"]
  1806. },{
  1807. "type" : "mutation",
  1808. "id" : "NO_EARS_CEPHALOPOD",
  1809. "name" : "No Ears",
  1810. "points" : -1,
  1811. "visibility" : 2,
  1812. "ugliness" : 1,
  1813. "description" : "Your outer aural organs have disappeared leaving you without external ears making you look a bit like some sort of cephalopod. This does not effect your hearing in any way.",
  1814. "category" : ["CEPHALOPOD"],
  1815. "cancels" : ["FELINE_EARS", "RAT_EARS", "LUPINE_EARS", "URSINE_EARS", "CANINE_EARS", "ELFA_EARS", "FIN_EARS", "NO_EARS_TORTOISE", "NO_EARS_INSECT", "NO_EARS_SPIDER", "NO_EARS_RAPTOR", "NO_EARS_LIZARD", "NO_EARS_BIRD", "FLOWER_HEAD"]
  1816. },{
  1817. "type" : "mutation",
  1818. "id" : "NO_EARS_TORTOISE",
  1819. "name" : "No Ears",
  1820. "points" : -1,
  1821. "visibility" : 2,
  1822. "ugliness" : 1,
  1823. "description" : "Your outer aural organs have disappeared leaving you without external ears making you look a bit like a tortoise. This does not effect your hearing in any way.",
  1824. "category" : ["TORTOISE"],
  1825. "prereqs" : ["BADHEARING"],
  1826. "cancels" : ["FELINE_EARS", "RAT_EARS", "LUPINE_EARS", "URSINE_EARS", "CANINE_EARS", "ELFA_EARS", "FIN_EARS", "NO_EARS_CEPHALOPOD", "NO_EARS_INSECT", "NO_EARS_SPIDER", "NO_EARS_RAPTOR", "NO_EARS_LIZARD", "NO_EARS_BIRD", "FLOWER_HEAD"]
  1827. },{
  1828. "type" : "mutation",
  1829. "id" : "FIN_EARS",
  1830. "name" : "Fin Ears",
  1831. "points" : -1,
  1832. "visibility" : 4,
  1833. "ugliness" : 2,
  1834. "description" : "Your ears have changed into fin-like appendages. This does not effect your hearing in any way but it does look striking. Slightly reduces wet effects",
  1835. "category" : ["FISH"],
  1836. "cancels" : ["FELINE_EARS", "RAT_EARS", "LUPINE_EARS", "URSINE_EARS", "CANINE_EARS", "ELFA_EARS", "NO_EARS_TORTOISE", "NO_EARS_CEPHALOPOD", "NO_EARS_INSECT", "NO_EARS_SPIDER", "NO_EARS_RAPTOR", "NO_EARS_LIZARD", "NO_EARS_BIRD", "FLOWER_HEAD"],
  1837. "wet_protection" : [
  1838. { "part" : "HEAD", "good" : 4 }
  1839. ]
  1840. },{
  1841. "type" : "mutation",
  1842. "id" : "RAT_EARS",
  1843. "name" : "Rat Ears",
  1844. "points" : 0,
  1845. "visibility" : 4,
  1846. "ugliness" : 1,
  1847. "description" : "Your ears have grown large and round, much like those of a rat. They don't get in the way of headgear very much, but they don't seem to have made your hearing any better.",
  1848. "cancels" : ["LUPINE_EARS", "FELINE_EARS", "CANINE_EARS", "URSINE_EARS", "ELFA_EARS", "FIN_EARS", "NO_EARS_TORTOISE", "NO_EARS_CEPHALOPOD", "NO_EARS_INSECT", "NO_EARS_SPIDER", "NO_EARS_RAPTOR", "NO_EARS_LIZARD", "NO_EARS_BIRD", "FLOWER_HEAD"],
  1849. "category" : ["RAT"]
  1850. },{
  1851. "type" : "mutation",
  1852. "id" : "CANINE_EARS",
  1853. "name" : "Canine Ears",
  1854. "points" : 1,
  1855. "visibility" : 4,
  1856. "ugliness" : 1,
  1857. "description" : "Your ears have extended into long, pointed ones, like those of a canine. They enhance your hearing, allowing you to hear at greater distances.",
  1858. "changes_to" : ["LUPINE_EARS"],
  1859. "cancels" : ["FELINE_EARS", "RAT_EARS", "URSINE_EARS", "ELFA_EARS", "FIN_EARS", "NO_EARS_TORTOISE", "NO_EARS_CEPHALOPOD", "NO_EARS_INSECT", "NO_EARS_SPIDER", "NO_EARS_RAPTOR", "NO_EARS_LIZARD", "NO_EARS_BIRD", "FLOWER_HEAD"]
  1860. },{
  1861. "type" : "mutation",
  1862. "id" : "LUPINE_EARS",
  1863. "name" : "Lupine Ears",
  1864. "points" : 1,
  1865. "visibility" : 4,
  1866. "ugliness" : 1,
  1867. "description" : "Your hearing has evolved further and is now on par with wolves. You can hear things significantly farther away.",
  1868. "cancels" : ["URSINE_EARS", "RAT_EARS", "FELINE_EARS", "CANINE_EARS", "ELFA_EARS", "FIN_EARS", "NO_EARS_TORTOISE", "NO_EARS_CEPHALOPOD", "NO_EARS_INSECT", "NO_EARS_SPIDER", "NO_EARS_RAPTOR", "NO_EARS_LIZARD", "NO_EARS_BIRD", "FLOWER_HEAD"]
  1869. },{
  1870. "type" : "mutation",
  1871. "id" : "FELINE_EARS",
  1872. "name" : "Feline Ears",
  1873. "points" : 1,
  1874. "visibility" : 4,
  1875. "ugliness" : 0,
  1876. "description" : "Your ears have extended into long, pointed, velvety ones, like those of a feline. You find it easier to tune in on sounds from afar.",
  1877. "cancels" : ["LUPINE_EARS", "RAT_EARS", "URSINE_EARS", "CANINE_EARS", "ELFA_EARS", "FIN_EARS", "NO_EARS_TORTOISE", "NO_EARS_CEPHALOPOD", "NO_EARS_INSECT", "NO_EARS_SPIDER", "NO_EARS_RAPTOR", "NO_EARS_LIZARD", "NO_EARS_BIRD", "FLOWER_HEAD"]
  1878. },{
  1879. "type" : "mutation",
  1880. "id" : "URSINE_EARS",
  1881. "name" : "Ursine Ears",
  1882. "points" : 1,
  1883. "visibility" : 4,
  1884. "ugliness" : 1,
  1885. "description" : "Your ears have grown longer and rounder, much like those of a bear. You can hear things a little farther away.",
  1886. "cancels" : ["LUPINE_EARS", "RAT_EARS", "FELINE_EARS", "CANINE_EARS", "ELFA_EARS", "FIN_EARS", "NO_EARS_TORTOISE", "NO_EARS_CEPHALOPOD", "NO_EARS_INSECT", "NO_EARS_SPIDER", "NO_EARS_RAPTOR", "NO_EARS_LIZARD", "NO_EARS_BIRD", "FLOWER_HEAD"]
  1887. },{
  1888. "type" : "mutation",
  1889. "id" : "ELFA_EARS",
  1890. "name" : "Pointed Ears",
  1891. "points" : 0,
  1892. "visibility" : 4,
  1893. "ugliness" : 1,
  1894. "description" : "Your upper earlobes have grown noticeably higher. Fortunately, they don't get in the way of your headgear, much. Unfortunately, they also don't seem to help your hearing any.",
  1895. "valid" : false,
  1896. "cancels" : ["FELINE_EARS", "RAT_EARS", "LUPINE_EARS", "URSINE_EARS", "CANINE_EARS", "FIN_EARS", "NO_EARS_TORTOISE", "NO_EARS_CEPHALOPOD", "NO_EARS_INSECT", "NO_EARS_SPIDER", "NO_EARS_RAPTOR", "NO_EARS_LIZARD", "NO_EARS_BIRD", "FLOWER_HEAD"]
  1897. },{
  1898. "type" : "mutation",
  1899. "id" : "NO_NOSE_SPIDER",
  1900. "name" : "No Nose",
  1901. "points" : -1,
  1902. "visibility" : 6,
  1903. "ugliness" : 3,
  1904. "description" : "Your entire nose has disappeared leaving nothing behind. This does not seem to effect your sense of smell at all as you have developed other organs for smell, but it does make you look rather inhuman.",
  1905. "cancels" : ["SLIT_NOSTRILS_TORTOISE", "SLIT_NOSTRILS", "SLIT_NOSTRILS_FISH", "NO_NOSE_INSECT", "FLOWER_HEAD"],
  1906. "category" : ["SPIDER"]
  1907. },{
  1908. "type" : "mutation",
  1909. "id" : "NO_NOSE_INSECT",
  1910. "name" : "No Nose",
  1911. "points" : -1,
  1912. "visibility" : 6,
  1913. "ugliness" : 3,
  1914. "description" : "Your entire nose has disappeared leaving nothing behind. This does not seem to effect your sense of smell at all as you have developed other organs for smell, but it does make you look rather inhuman.",
  1915. "cancels" : ["SLIT_NOSTRILS_TORTOISE", "SLIT_NOSTRILS", "SLIT_NOSTRILS_FISH", "NO_NOSE_SPIDER", "FLOWER_HEAD"],
  1916. "category" : ["INSECT"]
  1917. },{
  1918. "type" : "mutation",
  1919. "id" : "SLIT_NOSTRILS",
  1920. "name" : "Slit Nostrils",
  1921. "points" : -2,
  1922. "visibility" : 7,
  1923. "ugliness" : 4,
  1924. "description" : "You have a flattened nose and thin slits for nostrils, giving you a lizard-like appearance. This makes breathing slightly difficult and increases mouth encumbrance by 5.",
  1925. "encumbrance_always" : [["MOUTH", 5]],
  1926. "cancels" : ["SLIT_NOSTRILS_TORTOISE", "SLIT_NOSTRILS_FISH", "NO_NOSE_SPIDER", "NO_NOSE_INSECT", "FLOWER_HEAD"]
  1927. },{
  1928. "type" : "mutation",
  1929. "id" : "SLIT_NOSTRILS_FISH",
  1930. "name" : "Slit Nostrils",
  1931. "points" : -2,
  1932. "visibility" : 7,
  1933. "ugliness" : 4,
  1934. "description" : "You have a flattened nose and thin slits for nostrils, giving you a fish-like appearance. This makes breathing slightly difficult and increases mouth encumbrance by 5.",
  1935. "encumbrance_always" : [["MOUTH", 5]],
  1936. "cancels" : ["SLIT_NOSTRILS_TORTOISE", "SLIT_NOSTRILS", "NO_NOSE_SPIDER", "NO_NOSE_INSECT", "FLOWER_HEAD"],
  1937. "category" : ["FISH"]
  1938. },{
  1939. "type" : "mutation",
  1940. "id" : "SLIT_NOSTRILS_TORTOISE",
  1941. "name" : "Slit Nostrils",
  1942. "points" : -2,
  1943. "visibility" : 7,
  1944. "ugliness" : 4,
  1945. "description" : "You have a flattened nose and thin slits for nostrils, giving you a tortoise-like appearance. This makes breathing slightly difficult and increases mouth encumbrance by 5.",
  1946. "encumbrance_always" : [["MOUTH", 5]],
  1947. "cancels" : ["SLIT_NOSTRILS", "SLIT_NOSTRILS_FISH", "NO_NOSE_SPIDER", "NO_NOSE_INSECT", "FLOWER_HEAD"],
  1948. "category" : ["TORTOISE"]
  1949. },{
  1950. "type" : "mutation",
  1951. "id" : "INSECT_STINGER",
  1952. "name" : "Stinger",
  1953. "points" : 0,
  1954. "visibility" : 6,
  1955. "ugliness" : 3,
  1956. "description" : "You have a bulbous bee-like abdomen tipped with a smooth stinger that bobs behind you. It does not improve your balance at all, but allows for a powerful piercing attack. Prevents wearing non-fabric pants.",
  1957. "prereqs" : ["TAIL_STUB"],
  1958. "cancels" : ["TAIL_LONG", "TAIL_FLUFFY", "TAIL_FLUFFY_MOD", "TAIL_THICK", "TAIL_STING", "TORTOISE_TAIL", "TAIL_CLUB", "TAIL_RAT", "TAIL_CATTLE", "TAIL_RAPTOR", "TAIL_RAPTOR_MOD", "TAIL_FIN", "WEB_SPINNER", "WEB_WEAVER", "WEB_RAPPEL", "WEB_ROPE"],
  1959. "restricts_gear" : [ "LEG_L", "LEG_R" ],
  1960. "attacks" : {
  1961. "attack_text_u" : "You stab at %s with your insectoid stinger",
  1962. "attack_text_npc" : "%1$s stabs at %2$s with the insectoid stinger",
  1963. "body_part" : "MOUTH",
  1964. "chance" : 30,
  1965. "base_damage" : { "damage_type" : "stab", "amount" : 20 }
  1966. },
  1967. "allow_soft_gear" : true
  1968. },{
  1969. "type" : "mutation",
  1970. "id" : "TAIL_FIN",
  1971. "name" : "Finned Tail",
  1972. "points" : -1,
  1973. "visibility" : 4,
  1974. "ugliness" : 2,
  1975. "description" : "You have a sleek, aquadynamic tail like that of a shark or dolphin. It allows you to swim more quickly, but prevents wearing non-fabric pants. Slightly increases wet benefits.",
  1976. "prereqs" : ["TAIL_STUB"],
  1977. "cancels" : ["TAIL_LONG", "TAIL_FLUFFY", "TAIL_FLUFFY_MOD", "TAIL_THICK", "TAIL_STING", "TAIL_CLUB", "TAIL_RAT", "TAIL_CATTLE", "TAIL_RAPTOR", "TAIL_RAPTOR_MOD", "TORTOISE_TAIL", "INSECT_STINGER", "WEB_SPINNER", "WEB_WEAVER", "WEB_RAPPEL", "WEB_ROPE"],
  1978. "category" : ["FISH"],
  1979. "wet_protection":[
  1980. { "part" : "LEG_L", "good" : 5 },
  1981. { "part" : "LEG_R", "good" : 5 }
  1982. ],
  1983. "restricts_gear" : [ "LEG_L", "LEG_R" ],
  1984. "allow_soft_gear" : true
  1985. },{
  1986. "type" : "mutation",
  1987. "id" : "TAIL_LONG",
  1988. "name" : "Long Tail",
  1989. "points" : 0,
  1990. "visibility" : 6,
  1991. "ugliness" : 2,
  1992. "description" : "You have a long, graceful tail, like that of a big cat. It improves your balance, making your ability to dodge higher, but prevents wearing non-fabric pants.",
  1993. "prereqs" : ["TAIL_STUB"],
  1994. "cancels" : ["TAIL_FIN", "TAIL_THICK", "TAIL_FLUFFY_MOD", "TAIL_STING", "TAIL_CLUB", "TAIL_RAT", "TAIL_RAPTOR", "TAIL_RAPTOR_MOD", "TORTOISE_TAIL", "INSECT_STINGER", "WEB_SPINNER", "WEB_WEAVER", "WEB_RAPPEL", "WEB_ROPE"],
  1995. "changes_to" : ["TAIL_CATTLE", "TAIL_FLUFFY"],
  1996. "restricts_gear" : [ "LEG_L", "LEG_R" ],
  1997. "allow_soft_gear" : true
  1998. },{
  1999. "type" : "mutation",
  2000. "id" : "TAIL_CATTLE",
  2001. "name" : "Cattle Tail",
  2002. "points" : -1,
  2003. "visibility" : 6,
  2004. "ugliness" : 2,
  2005. "description" : "You have a long tail with a tuft on the end. You find yourself instinctively swatting away flies with it, though it's not as effective at balancing you as you'd like. Prevents wearing non-fabric pants.",
  2006. "prereqs" : ["TAIL_LONG"],
  2007. "cancels" : ["TAIL_FIN", "TAIL_FLUFFY", "TAIL_FLUFFY_MOD", "TAIL_THICK", "TAIL_STING", "TAIL_CLUB", "TAIL_RAT", "TAIL_RAPTOR", "TAIL_RAPTOR_MOD", "INSECT_STINGER", "TORTOISE_TAIL", "WEB_SPINNER", "WEB_WEAVER", "WEB_RAPPEL", "WEB_ROPE"],
  2008. "restricts_gear" : [ "LEG_L", "LEG_R" ],
  2009. "allow_soft_gear" : true
  2010. },{
  2011. "type" : "mutation",
  2012. "id" : "TAIL_RAT",
  2013. "name" : "Rat Tail",
  2014. "points" : 1,
  2015. "visibility" : 6,
  2016. "ugliness" : 4,
  2017. "description" : "You have a long but hairless tail. It's a pretty effective balancing aid, but does look, uh, ratty. Prevents wearing non-fabric pants.",
  2018. "prereqs" : ["TAIL_LONG", "TAIL_STUB"],
  2019. "cancels" : ["TAIL_FIN", "TAIL_FLUFFY", "TAIL_FLUFFY_MOD", "TAIL_THICK", "TAIL_STING", "TAIL_CLUB", "TAIL_CATTLE", "TAIL_LONG", "TAIL_RAPTOR", "TAIL_RAPTOR_MOD", "TORTOISE_TAIL", "INSECT_STINGER", "WEB_SPINNER", "WEB_WEAVER", "WEB_RAPPEL", "WEB_ROPE"],
  2020. "restricts_gear" : [ "LEG_L", "LEG_R" ],
  2021. "allow_soft_gear" : true
  2022. },{
  2023. "type" : "mutation",
  2024. "id" : "TAIL_THICK",
  2025. "name" : "Thick Tail",
  2026. "points" : 1,
  2027. "visibility" : 8,
  2028. "ugliness" : 2,
  2029. "description" : "You have a long, thick, lizardlike tail. It helps you balance a bit but also makes a serviceable whip. Prevents wearing non-fabric pants.",
  2030. "prereqs" : ["TAIL_STUB"],
  2031. "cancels" : ["TAIL_FIN", "TAIL_FLUFFY", "TAIL_FLUFFY_MOD", "TAIL_RAT", "TAIL_STING", "TAIL_CLUB", "TAIL_CATTLE", "TAIL_LONG", "TAIL_RAPTOR", "TAIL_RAPTOR_MOD", "TORTOISE_TAIL", "INSECT_STINGER", "WEB_SPINNER", "WEB_WEAVER", "WEB_RAPPEL", "WEB_ROPE"],
  2032. "changes_to" : ["TAIL_CLUB"],
  2033. "restricts_gear" : [ "LEG_L", "LEG_R" ],
  2034. "allow_soft_gear" : true
  2035. },{
  2036. "type" : "mutation",
  2037. "id" : "TAIL_RAPTOR",
  2038. "name" : "Raptor Tail",
  2039. "points" : 1,
  2040. "visibility" : 8,
  2041. "ugliness" : 2,
  2042. "description" : "You have a long and semi-stiff lizardlike tail. You can't effectively lash it in combat, but it significantly improves your balance. Prevents wearing non-fabric pants.",
  2043. "prereqs" : ["TAIL_STUB"],
  2044. "cancels" : ["TAIL_FIN", "TAIL_FLUFFY", "TAIL_FLUFFY_MOD", "TAIL_RAT", "TAIL_STING", "TAIL_CLUB", "TAIL_CATTLE", "TAIL_LONG", "TAIL_THICK", "TORTOISE_TAIL", "INSECT_STINGER", "WEB_SPINNER", "WEB_WEAVER", "WEB_RAPPEL", "WEB_ROPE"],
  2045. "restricts_gear" : [ "LEG_L", "LEG_R" ],
  2046. "allow_soft_gear" : true
  2047. },{
  2048. "type" : "mutation",
  2049. "id" : "TAIL_FLUFFY",
  2050. "name" : "Fluffy Tail",
  2051. "points" : 1,
  2052. "visibility" : 7,
  2053. "description" : "You have a long, fluffy-furred tail. It greatly improves your balance, making your ability to dodge much higher. Prevents wearing non-fabric pants.",
  2054. "prereqs" : ["TAIL_LONG"],
  2055. "cancels" : ["TAIL_FIN", "TAIL_RAPTOR", "TAIL_RAPTOR_MOD", "TAIL_RAT", "TAIL_STING", "TAIL_CLUB", "TAIL_CATTLE", "TAIL_THICK", "TORTOISE_TAIL", "INSECT_STINGER", "WEB_SPINNER", "WEB_WEAVER", "WEB_RAPPEL", "WEB_ROPE"],
  2056. "restricts_gear" : [ "LEG_L", "LEG_R" ],
  2057. "allow_soft_gear" : true
  2058. },{
  2059. "type" : "mutation",
  2060. "id" : "TAIL_FLUFFY_MOD",
  2061. "name" : "Fluffy Basher",
  2062. "points" : 0,
  2063. "visibility" : 10,
  2064. "description" : "Your fluffy tail has now become pretty long and very strong... Possibly even stronger than a baseball bat when its tensed, allowing for a mighty swing attack. Great! you won't be needing a baseball bat anymore if you want to play baseball and the funny part is that all the hits will be homerun! It also has become a bit more controllable and prehensile.",
  2065. "prereqs" : ["TAIL_FLUFFY"],
  2066. "cancels" : ["TAIL_LONG", "TAIL_THICK", "TORTOISE_TAIL", "TAIL_CLUB", "TAIL_RAT", "TAIL_CATTLE", "TAIL_RAPTOR", "TAIL_RAPTOR_MOD", "TAIL_FIN", "INSECT_STINGER", "TAIL_STING", "WEB_SPINNER", "WEB_WEAVER", "WEB_RAPPEL", "WEB_ROPE"],
  2067. "attacks" : {
  2068. "attack_text_u" : "You strongly swing at %s with your mighty tail",
  2069. "attack_text_npc" : "%1$s strongly swings at %2$s with its mighty tail",
  2070. "chance" : 30,
  2071. "strength_damage" : { "damage_type" : "bash", "amount" : 3 }
  2072. }
  2073.  
  2074. },{
  2075. "type" : "mutation",
  2076. "id" : "TAIL_CLUB",
  2077. "name" : "Club Tail",
  2078. "points" : 0,
  2079. "visibility" : 7,
  2080. "ugliness" : 2,
  2081. "description" : "You have a long tail that ends in a heavy, bony club. It does not improve your balance at all, but allows for a powerful bashing attack. Prevents wearing non-fabric pants.",
  2082. "prereqs" : ["TAIL_THICK"],
  2083. "cancels" : ["TAIL_FIN", "TAIL_RAPTOR", "TAIL_RAPTOR_MOD", "TAIL_RAT", "TAIL_STING", "TAIL_FLUFFY", "TAIL_CATTLE", "TAIL_LONG", "TORTOISE_TAIL", "INSECT_STINGER", "WEB_SPINNER", "WEB_WEAVER", "WEB_RAPPEL", "WEB_ROPE"],
  2084. "restricts_gear" : [ "LEG_L", "LEG_R" ],
  2085. "allow_soft_gear" : true
  2086. },{
  2087.  
  2088. "type" : "mutation",
  2089.  
  2090. "id" : "TAIL_RAPTOR_MOD",
  2091.  
  2092. "name" : "Mutated Raptor Tail",
  2093.  
  2094. "points" : 0,
  2095.  
  2096. "visibility" : 6,
  2097.  
  2098. "ugliness" : 3,
  2099.  
  2100. "description" : "Your long semi-stiff lizard-like tail has mutated and now its slightly longer and ends in a viciously sharp and boney point. It does not improve your balance at all, but allows you to lash with it and cause significant piercing damage. Prevents wearing non-fabric pants. Now that is a heavy genetic modification.",
  2101.  
  2102. "prereqs" : ["TAIL_RAPTOR"],
  2103.  
  2104. "cancels" : ["TAIL_FLUFFY", "TAIL_CLUB", "TAIL_FIN", "TAIL_STING", "TAIL_THICK", "TAIL_RAT", "INSECT_STINGER", "TAIL_CATTLE"],
  2105.  
  2106. "category" : ["CHIMERA", "MUTCAT RAPTOR"],
  2107.  
  2108. "attacks" : {
  2109.  
  2110. "attack_text_u" : "You stab %s with your tail",
  2111.  
  2112. "attack_text_npc" : "%1$s stabs %2$s with their tail",
  2113.  
  2114. "chance" : 25,
  2115.  
  2116. "base_damage" : { "damage_type" : "stab", "amount" : 15 }
  2117. }
  2118. },{
  2119. "type" : "mutation",
  2120. "id" : "POISONOUS",
  2121. "name" : "Venomous",
  2122. "points" : 1,
  2123. "description" : "Your body produces a potent venom. Cutting or stabbing attacks from mutations have a chance to poison your target.",
  2124. "prereqs" : ["POISRESIST"],
  2125. "leads_to" : ["EATPOISON"],
  2126. "changes_to" : ["POISONOUS2"],
  2127. "category" : ["INSECT"]
  2128. },{
  2129. "type" : "mutation",
  2130. "id" : "RAZOR_TEETH",
  2131. "name" : "Razor Teeth",
  2132. "points" : 1,
  2133. "visibility" : 8,
  2134. "ugliness" : 8,
  2135. "description" : "You have grown multiple rows of razor sharp teeth. They allow you to make a super powerful bite attack, but they have caused your mouth and jaw to widen significantly making you look like a shark or angler-fish",
  2136. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "PROBOSCIS", "MOUTH_TENTACLES", "FANGS_SPIDER", "MANDIBLES", "MUZZLE", "MUZZLE_LONG", "MUZZLE_RAT", "MUZZLE_BEAR", "MUZZLE_CHIMERA", "MINOTAUR", "SABER_TEETH", "MUZZLE_SNAPPER", "MUZZLE_BEAST", "FLOWER_HEAD"],
  2137. "prereqs" : ["FANGS"],
  2138. "threshreq" : ["THRESH_FISH"],
  2139. "category" : ["FISH"],
  2140. "attacks" : [
  2141. {
  2142. "attack_text_u" : "You bite and tear into %s",
  2143. "attack_text_npc" : "%1$s bites and tears into %2$s",
  2144. "body_part" : "MOUTH",
  2145. "chance" : 35,
  2146. "base_damage" : { "damage_type" : "stab", "amount" : 35 }
  2147. }
  2148. ]
  2149. },{
  2150. "type" : "mutation",
  2151. "id" : "BEAK_PECK",
  2152. "name" : "Woodpecker Beak",
  2153. "points" : -2,
  2154. "visibility" : 10,
  2155. "ugliness" : 5,
  2156. "description" : "Pecking at prey is part of your daily routine now. Slightly reduces wet effects.",
  2157. "valid" : false,
  2158. "purifiable" : false,
  2159. "cancels" : ["RAZOR_TEETH", "BEAK_HUM", "PROBOSCIS", "MOUTH_TENTACLES", "FANGS_SPIDER", "MANDIBLES", "MUZZLE", "MUZZLE_LONG", "MUZZLE_RAT", "MUZZLE_BEAR", "MUZZLE_CHIMERA", "MINOTAUR", "SABER_TEETH", "MUZZLE_SNAPPER", "MUZZLE_BEAST", "FLOWER_HEAD"],
  2160. "prereqs" : ["BEAK"],
  2161. "threshreq" : ["THRESH_BIRD"],
  2162. "wet_protection" : [
  2163. { "part" : "MOUTH", "ignored" : 2 }
  2164. ],
  2165. "restricts_gear" : [ "MOUTH" ],
  2166. "destroys_gear" : true
  2167. },{
  2168. "type" : "mutation",
  2169. "id" : "BEAK_HUM",
  2170. "name" : "Hummingbird Beak",
  2171. "points" : -2,
  2172. "visibility" : 10,
  2173. "ugliness" : 5,
  2174. "description" : "Though your beak's not suitable for pecking, those flowers out there are a good source of energy. Examine them to feed.",
  2175. "valid" : false,
  2176. "purifiable" : false,
  2177. "cancels" : ["RAZOR_TEETH", "BEAK_PECK", "PROBOSCIS", "MOUTH_TENTACLES", "FANGS_SPIDER", "MANDIBLES", "MUZZLE", "MUZZLE_LONG", "MUZZLE_RAT", "MUZZLE_BEAR", "MUZZLE_CHIMERA", "MINOTAUR", "SABER_TEETH", "MUZZLE_SNAPPER", "MUZZLE_BEAST", "FLOWER_HEAD"],
  2178. "prereqs" : ["BEAK"],
  2179. "threshreq" : ["THRESH_BIRD"],
  2180. "wet_protection" : [
  2181. { "part" : "MOUTH", "ignored" : 2 }
  2182. ],
  2183. "active" : true,
  2184. "restricts_gear" : [ "MOUTH" ],
  2185. "destroys_gear" : true
  2186. },{
  2187. "type" : "mutation",
  2188. "id" : "PROBOSCIS",
  2189. "name" : "Proboscis",
  2190. "points" : -4,
  2191. "visibility" : 5,
  2192. "ugliness" : 7,
  2193. "description" : "You've gotten rid of that terribly imprecise mouth and now imbibe your food like a proper person. Chewing was tiresome anyway.",
  2194. "valid" : false,
  2195. "purifiable" : false,
  2196. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "RAZOR_TEETH", "MOUTH_TENTACLES", "FANGS_SPIDER", "MANDIBLES", "MUZZLE", "MUZZLE_LONG", "MUZZLE_RAT", "MUZZLE_BEAR", "MUZZLE_CHIMERA", "MINOTAUR", "SABER_TEETH", "MUZZLE_SNAPPER", "MUZZLE_BEAST", "FLOWER_HEAD"],
  2197. "prereqs" : ["EYEBULGE", "COMPOUND_EYES"],
  2198. "threshreq" : ["THRESH_INSECT"],
  2199. "active" : true,
  2200. "restricts_gear" : [ "MOUTH" ]
  2201. },{
  2202. "type" : "mutation",
  2203. "id" : "MOUTH_TENTACLES",
  2204. "name" : "Mouth Tentacles",
  2205. "points" : 1,
  2206. "visibility" : 8,
  2207. "ugliness" : 5,
  2208. "description" : "A set of tentacles surrounds your mouth. They allow you to eat twice as fast. Slightly decreases wet penalties.",
  2209. "prereqs" : ["MOUTH_FLAPS"],
  2210. "cancels" : ["BEAK_HUM", "BEAK_PECK", "RAZOR_TEETH", "PROBOSCIS", "MANDIBLES", "MUZZLE", "MUZZLE_LONG", "MUZZLE_RAT", "MUZZLE_BEAR", "MUZZLE_CHIMERA", "MINOTAUR", "SABER_TEETH", "MUZZLE_SNAPPER", "MUZZLE_BEAST", "FLOWER_HEAD", "FANGS_SPIDER"],
  2211. "category" : ["CEPHALOPOD"],
  2212. "wet_protection" : [
  2213. { "part" : "MOUTH", "neutral" : 4 }
  2214. ]
  2215. },{
  2216. "type" : "mutation",
  2217. "id" : "MANDIBLES",
  2218. "name" : "Mandibles",
  2219. "points" : 1,
  2220. "visibility" : 8,
  2221. "ugliness" : 6,
  2222. "mixed_effect" : true,
  2223. "description" : "A set of insect-like mandibles have grown around your mouth. They allow you to eat faster and provide a slicing unarmed attack, but prevent you from wearing mouthwear. Slightly reduces wet effects.",
  2224. "prereqs" : ["MOUTH_FLAPS"],
  2225. "changes_to" : ["FANGS_SPIDER"],
  2226. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "RAZOR_TEETH", "PROBOSCIS", "MOUTH_TENTACLES", "MUZZLE", "MUZZLE_LONG", "MUZZLE_RAT", "MUZZLE_BEAR", "MUZZLE_CHIMERA", "MINOTAUR", "SABER_TEETH", "MUZZLE_SNAPPER", "MUZZLE_BEAST", "FLOWER_HEAD"],
  2227. "category" : ["INSECT", "SPIDER"],
  2228. "wet_protection" : [
  2229. { "part" : "MOUTH", "ignored" : 1 }
  2230. ],
  2231. "restricts_gear" : [ "MOUTH" ],
  2232. "destroys_gear" : true
  2233. },{
  2234. "type" : "mutation",
  2235. "id" : "FANGS_SPIDER",
  2236. "name" : "Spider Fangs",
  2237. "points" : 2,
  2238. "visibility" : 6,
  2239. "ugliness" : 6,
  2240. "description" : "Your mandibles have developed extensible fangs, allowing you to bite quickly or ensure your venom goes home, as desired. Activate to extend or retract your fangs.",
  2241. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "RAZOR_TEETH", "PROBOSCIS", "MOUTH_TENTACLES", "MUZZLE", "MUZZLE_LONG", "MUZZLE_RAT", "MUZZLE_BEAR", "MUZZLE_CHIMERA", "MINOTAUR", "SABER_TEETH", "MUZZLE_SNAPPER", "MUZZLE_BEAST", "FLOWER_HEAD"],
  2242. "prereqs" : ["MANDIBLES"],
  2243. "prereqs2" : ["POISONOUS", "POISONOUS2"],
  2244. "threshreq" : ["THRESH_SPIDER"],
  2245. "category" : ["SPIDER"],
  2246. "wet_protection" : [
  2247. { "part" : "MOUTH", "ignored" : 1 }
  2248. ]
  2249. },{
  2250. "type" : "mutation",
  2251. "id" : "OPTIMISTIC",
  2252. "name" : "Optimist",
  2253. "points" : 2,
  2254. "description" : "Nothing gets you down! You savor the joys of life, ignore its hardships, and are generally happier than most people.",
  2255. "starting_trait" : true,
  2256. "valid" : false,
  2257. "category" : ["TORTOISE"],
  2258. "cancels" : ["BADTEMPER"]
  2259. },{
  2260. "type" : "mutation",
  2261. "id" : "LIGHTEATER",
  2262. "name" : "Light Eater",
  2263. "points" : 2,
  2264. "description" : "Your metabolism is a little slower, and you require less food than most.",
  2265. "starting_trait" : true,
  2266. "cancels" : ["HUNGER", "HUNGER2", "HUNGER3", "EATHEALTH"],
  2267. "changes_to" : ["GIZZARD"],
  2268. "category" : ["TORTOISE"]
  2269. },{
  2270. "type" : "mutation",
  2271. "id" : "EASYSLEEPER",
  2272. "name" : "Accomplished Sleeper",
  2273. "points" : 1,
  2274. "description" : "You have always been able to fall asleep easily, even when sleeping in less than ideal circumstances.",
  2275. "starting_trait" : true,
  2276. "valid" : false,
  2277. "cancels" : ["INSOMNIA"],
  2278. "category" : ["TORTOISE"]
  2279. },{
  2280. "type" : "mutation",
  2281. "id" : "TOUGH",
  2282. "name" : "Tough",
  2283. "points" : 2,
  2284. "description" : "It takes a lot to bring you down! You get a 20% bonus to all hit points.",
  2285. "starting_trait" : true,
  2286. "valid" : false,
  2287. "cancels" : ["FLIMSY", "FLIMSY2", "FLIMSY3", "GLASSJAW"],
  2288. "changes_to" : ["TOUGH2"],
  2289. "category" : ["RAPTOR", "BEAST", "LIZARD", "CHIMERA"],
  2290. "hp_modifier" : 0.2
  2291. },{
  2292. "type" : "mutation",
  2293. "id" : "TOUGH2",
  2294. "name" : "Durable",
  2295. "points" : 3,
  2296. "description" : "You can shrug off almost anything! You get a 30% bonus to all hit points.",
  2297. "valid" : false,
  2298. "cancels" : ["FLIMSY", "FLIMSY2", "FLIMSY3", "GLASSJAW"],
  2299. "prereqs" : ["TOUGH"],
  2300. "changes_to" : ["TOUGH3"],
  2301. "category" : ["TORTOISE", "CATTLE", "CHIMERA"],
  2302. "hp_modifier" : 0.3
  2303. },{
  2304. "type" : "mutation",
  2305. "id" : "TOUGH3",
  2306. "name" : "Unbreakable",
  2307. "points" : 4,
  2308. "description" : "Nothing can break you! You get a 40% bonus to all hit points.",
  2309. "valid" : false,
  2310. "cancels" : ["FLIMSY", "FLIMSY2", "FLIMSY3", "GLASSJAW"],
  2311. "prereqs" : ["TOUGH2"],
  2312. "category" : ["TORTOISE", "CHIMERA"],
  2313. "hp_modifier" : 0.4
  2314. },{
  2315. "type" : "mutation",
  2316. "id" : "THICKSKIN",
  2317. "name" : "Thick-Skinned",
  2318. "points" : 1,
  2319. "description" : "Your skin is tough. Damage is slightly reduced for you. Slightly decreases wet penalties.",
  2320. "starting_trait" : true,
  2321. "category" : ["TORTOISE"],
  2322. "cancels" : ["THINSKIN"],
  2323. "wet_protection" : [
  2324. { "part" : "LEG_L", "neutral" : 2 },
  2325. { "part" : "LEG_R", "neutral" : 2 },
  2326. { "part" : "ARM_L", "neutral" : 2 },
  2327. { "part" : "ARM_R", "neutral" : 2 },
  2328. { "part" : "TORSO", "neutral" : 4 }
  2329. ],
  2330. "armor" : [ { "parts" : "ALL", "bash" : 1, "cut" : 1 } ]
  2331. },{
  2332. "type" : "mutation",
  2333. "id" : "ANIMALEMPATH",
  2334. "name" : "Animal Empathy",
  2335. "points" : 1,
  2336. "description" : "Peaceful animals will not run away from you, and even aggressive animals are less likely to attack. This only applies to natural animals such as woodland creatures.",
  2337. "starting_trait" : true,
  2338. "category" : ["TORTOISE", "ELFA"],
  2339. "cancels" : ["ANIMALDISCORD"]
  2340. },{
  2341. "type" : "mutation",
  2342. "id" : "CLUMSY",
  2343. "name" : "Clumsy",
  2344. "points" : -1,
  2345. "description" : "You make more noise while walking. You're also more likely to set off traps.",
  2346. "starting_trait" : true,
  2347. "cancels" : ["LIGHTSTEP"],
  2348. "category" : ["TORTOISE"]
  2349. },{
  2350. "type" : "mutation",
  2351. "id" : "INCONSPICUOUS",
  2352. "name" : "Inconspicuous",
  2353. "points" : 1,
  2354. "description" : "While sleeping or staying still, it is less likely that monsters will wander close to you.",
  2355. "valid" : false,
  2356. "category" : ["TORTOISE"]
  2357. },{
  2358. "type" : "mutation",
  2359. "id" : "BADCARDIO",
  2360. "name" : "Languorous",
  2361. "points" : -2,
  2362. "description" : "Whether due to lack of exercise and poor diet, or due to a natural disinclination to physical endurance, you tire due to physical exertion much more readily than others. Your maximum stamina is 25% lower than usual.",
  2363. "starting_trait" : true,
  2364. "valid" : false,
  2365. "cancels" : ["GOODCARDIO"],
  2366. "category" : ["TORTOISE"]
  2367. },{
  2368. "type" : "mutation",
  2369. "id" : "SLEEPY",
  2370. "name" : "Sleepy",
  2371. "points" : -1,
  2372. "description" : "You need sleep more often, but still spend most of your time awake.",
  2373. "changes_to" : ["SLEEPY2", "MET_RAT"],
  2374. "starting_trait" : true,
  2375. "cancels" : ["WAKEFUL", "WAKEFUL2", "WAKEFUL3"],
  2376. "category" : ["TORTOISE"]
  2377. },{
  2378. "type" : "mutation",
  2379. "id" : "SLOWLEARNER",
  2380. "name" : "Slow Learner",
  2381. "points" : -3,
  2382. "description" : "You are slow to grasp new ideas and thus learn things more slowly than others. Note that this only applies to real-world experience, not to skill gain from other sources like books.",
  2383. "starting_trait" : true,
  2384. "valid" : false,
  2385. "cancels" : ["FASTLEARNER"],
  2386. "category" : ["TORTOISE"]
  2387. },{
  2388. "type" : "mutation",
  2389. "id" : "SLOWRUNNER",
  2390. "name" : "Slow Footed",
  2391. "points" : -3,
  2392. "description" : "You can't move as fast as most, resulting in a 15% speed penalty on flat ground.",
  2393. "starting_trait" : true,
  2394. "cancels" : ["FLEET"],
  2395. "category" : ["TORTOISE"]
  2396. },{
  2397. "type" : "mutation",
  2398. "id" : "REGEN_LIZ",
  2399. "name" : "Reptilian Healing",
  2400. "points" : 5,
  2401. "valid" : false,
  2402. "purifiable" : false,
  2403. "description" : "Your broken limbs mend themselves without significant difficulty.",
  2404. "cancels" : ["ROT1", "ROT2", "ROT3"],
  2405. "prereqs" : ["FASTHEALER"],
  2406. "threshreq" : ["THRESH_RAPTOR", "THRESH_TORTOISE"],
  2407. "category" : ["TORTOISE", "RAPTOR"]
  2408. },{
  2409. "type" : "mutation",
  2410. "id" : "WEBBED",
  2411. "name" : "Webbed Extremities",
  2412. "points" : -2,
  2413. "visibility" : 3,
  2414. "ugliness" : 2,
  2415. "description" : "Your hands and feet are strongly webbed allowing you to swim much faster. Unfortunately, gloves now give you problems and your dexterity is decreased by 1. Slightly decreases wet penalties.",
  2416. "cancels" : ["LEG_TENTACLES", "RAP_TALONS", "ROOTS1", "ROOTS2", "ROOTS3", "HOOVES", "HOOF_TALON", "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8"],
  2417. "wet_protection" : [
  2418. { "part" : "HAND_L", "good" : 5 },
  2419. { "part" : "HAND_R", "good" : 5 },
  2420. { "part" : "FOOT_R", "good" : 5 },
  2421. { "part" : "FOOT_L", "good" : 5 }
  2422. ],
  2423. "encumbrance_covered" : [
  2424. [ "HAND_L", 30 ],
  2425. [ "HAND_R", 30 ]
  2426. ]
  2427. },{
  2428. "type" : "mutation",
  2429. "id" : "ROOTS1",
  2430. "name" : "Toe Roots",
  2431. "points" : -2,
  2432. "visibility" : 1,
  2433. "ugliness" : 5,
  2434. "description" : "Your toes have grown wriggly, and you can't imagine why you wear that stuff on your feet. Take it off. It's in the way.",
  2435. "prereqs" : ["PLANTSKIN"],
  2436. "threshreq" : ["THRESH_PLANT"],
  2437. "changes_to" : ["ROOTS2"],
  2438. "cancels" : ["PADDED_FEET", "LEG_TENTACLES", "RAP_TALONS", "WEBBED", "HOOVES", "HOOF_TALON", "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8"],
  2439. "encumbrance_covered" : [
  2440. [ "FOOT_L", 10 ],
  2441. [ "FOOT_R", 10 ]
  2442. ]
  2443. },{
  2444. "type" : "mutation",
  2445. "id" : "LEG_TENTACLES",
  2446. "name" : "Leg Tentacles",
  2447. "points" : -4,
  2448. "visibility" : 8,
  2449. "ugliness" : 4,
  2450. "mixed_effect" : true,
  2451. "description" : "Your legs have transformed into six tentacles. This decreases your speed on land by 20%, makes your movement silent, increases your swimming speed, and reduces wet penalties.",
  2452. "cancels" : ["PADDED_FEET", "WEBBED", "HOOVES", "HOOF_TALON", "TOUGH_FEET", "RAP_TALONS"],
  2453. "leads_to" : ["LEG_TENT_BRACE"],
  2454. "wet_protection" : [
  2455. { "part" : "LEG_L", "neutral" : 21 },
  2456. { "part" : "LEG_R", "neutral" : 21 },
  2457. { "part" : "FOOT_L", "neutral" : 6 },
  2458. { "part" : "FOOT_R", "neutral" : 6 }
  2459. ],
  2460. "restricts_gear" : [ "FOOT_L", "FOOT_R" ]
  2461. },{
  2462. "type" : "mutation",
  2463. "id" : "THICK_SCALES",
  2464. "name" : "Thick Scales",
  2465. "points" : 3,
  2466. "visibility" : 10,
  2467. "ugliness" : 4,
  2468. "mixed_effect" : true,
  2469. "description" : "A set of heavy green scales has grown to cover your body, acting as natural armor. While difficult to penetrate, it also limits your flexibility, resulting in a -2 penalty to Dexterity. Greatly reduces wet effects.",
  2470. "prereqs" : ["SCALES"],
  2471. "leads_to" : ["SCUTES"],
  2472. "threshreq" : ["THRESH_LIZARD"],
  2473. "cancels" : ["SLEEK_SCALES", "RAPTOR_SCALES", "FEATHERS", "CHITIN", "PLANTSKIN", "FUR", "FELINE_FUR", "LUPINE_FUR", "URSINE_FUR", "TORTOISE_SCALES"],
  2474. "wet_protection" : [
  2475. { "part" : "HEAD", "ignored" : 5 },
  2476. { "part" : "LEG_L", "ignored" : 16 },
  2477. { "part" : "LEG_R", "ignored" : 16 },
  2478. { "part" : "FOOT_L", "ignored" : 5 },
  2479. { "part" : "FOOT_R", "ignored" : 5 },
  2480. { "part" : "ARM_L", "ignored" : 14 },
  2481. { "part" : "ARM_R", "ignored" : 14 },
  2482. { "part" : "HAND_L", "ignored" : 4 },
  2483. { "part" : "HAND_R", "ignored" : 4 },
  2484. { "part" : "TORSO", "ignored" : 30 }
  2485. ],
  2486. "armor" : [ { "parts" : "ALL", "bash" : 4, "cut" : 4, "acid" : 1 } ]
  2487. },{
  2488. "type" : "mutation",
  2489. "id" : "SCUTES",
  2490. "name" : "Bony Scutes",
  2491. "points" : 6,
  2492. "visibility" : 8,
  2493. "ugliness" : 2,
  2494. "description" : "A set of sub-dermal bony scutes has grown all over your body, giving you something similar to an insect's exoskeleton. they give your scales a rough and pebbly texture and are nigh impossible to penetrate. reduces wet effects.",
  2495. "prereqs" : ["THICK_SCALES"],
  2496. "threshreq" : ["THRESH_LIZARD"],
  2497. "cancels" : ["SLEEK_SCALES", "RAPTOR_SCALES", "FEATHERS", "CHITIN", "PLANTSKIN", "FUR", "FELINE_FUR", "LUPINE_FUR", "URSINE_FUR", "TORTOISE_SCALES"],
  2498. "wet_protection" : [
  2499. { "part" : "HEAD", "ignored" : 2 },
  2500. { "part" : "LEG_L", "ignored" : 12 },
  2501. { "part" : "LEG_R", "ignored" : 12 },
  2502. { "part" : "FOOT_L", "ignored" : 2 },
  2503. { "part" : "FOOT_R", "ignored" : 2 },
  2504. { "part" : "ARM_L", "ignored" : 10 },
  2505. { "part" : "ARM_R", "ignored" : 10 },
  2506. { "part" : "HAND_L", "ignored" : 2 },
  2507. { "part" : "HAND_R", "ignored" : 2 },
  2508. { "part" : "TORSO", "ignored" : 18 }
  2509. ],
  2510. "armor" : [ { "parts" : "ALL", "bash" : 10, "cut" : 10, "acid" : 1 } ]
  2511. },{
  2512. "type" : "mutation",
  2513. "id" : "TORTOISE_SCALES",
  2514. "name" : "Tortoise Scales",
  2515. "points" : 3,
  2516. "visibility" : 10,
  2517. "ugliness" : 4,
  2518. "mixed_effect" : true,
  2519. "description" : "A set of heavy, stiff, and thick scales has grown to cover your body, acting as natural armor. While very protective, it also severely limits your flexibility, resulting in a -3 penalty to Dexterity. Greatly reduces wet effects.",
  2520. "prereqs" : ["SCALES"],
  2521. "category" : ["TORTOISE"],
  2522. "leads_to" : ["TORT_BODY"],
  2523. "cancels" : ["FEATHERS", "LIGHTFUR", "FUR", "CHITIN", "CHITIN2", "CHITIN3", "CHITIN_FUR", "CHITIN_FUR2", "CHITIN_FUR3", "SLEEK_SCALES", "TORTOISE_SCALES", "FUR_SCALES", "URSINE_FUR", "FELINE_FUR", "THICK_SCALES", "RAPTOR_SCALES", "PLANTSKIN", "BARK", "CATTLE_FUR", "SCUTES"],
  2524. "wet_protection" : [
  2525. { "part" : "HEAD", "ignored" : 5 },
  2526. { "part" : "LEG_L", "ignored" : 16 },
  2527. { "part" : "LEG_R", "ignored" : 16 },
  2528. { "part" : "FOOT_L", "ignored" : 5 },
  2529. { "part" : "FOOT_R", "ignored" : 5 },
  2530. { "part" : "ARM_L", "ignored" : 14 },
  2531. { "part" : "ARM_R", "ignored" : 14 },
  2532. { "part" : "HAND_L", "ignored" : 4 },
  2533. { "part" : "HAND_R", "ignored" : 4 },
  2534. { "part" : "TORSO", "ignored" : 30 }
  2535. ],
  2536. "armor" : [ { "parts" : "ALL", "bash" : 6, "cut" : 6, "acid" : 1 } ],
  2537. "passive_mods" : {
  2538. "dex_mod" : -3
  2539. }
  2540. },{
  2541. "type" : "mutation",
  2542. "id" : "RUMINANT",
  2543. "name" : "Ruminant",
  2544. "points" : 2,
  2545. "description" : "Your digestive system is capable of digesting cellulose and other rough plant material. You can eat underbrush by activating this, standing over your target, and pressing E.",
  2546. "prereqs" : ["HERBIVORE"],
  2547. "changes_to" : ["GRAZER"],
  2548. "cancels" : ["CARNIVORE", "SAPROVORE"],
  2549. "category" : ["TORTOISE"],
  2550. "active" : true,
  2551. "cost" : 0
  2552. },{
  2553. "type" : "mutation",
  2554. "id" : "GRAZER",
  2555. "name" : "Grazer",
  2556. "points" : 3,
  2557. "description" : "You're accustomed to eating plants directly, and can get nutrition from grass as well as underbrush. Eat either one by activating this, standing over your target, and pressing E.",
  2558. "prereqs" : ["RUMINANT"],
  2559. "threshreq" : ["THRESH_CATTLE", "THRESH_TORTOISE"],
  2560. "cancels" : ["CARNIVORE", "SAPROVORE"],
  2561. "category" : ["TORTOISE"],
  2562. "active" : true,
  2563. "cost" : 0
  2564. },{
  2565. "type" : "mutation",
  2566. "id" : "MUT_TOUGH",
  2567. "name" : "Resilient",
  2568. "points" : 2,
  2569. "description" : "You can survive injuries that would incapacitate humans: you get a 20% bonus to all hit points. Stacks with Tough, etc.",
  2570. "prereqs" : ["LARGE_OK", "HUGE_OK", "STR_UP_3", "STR_UP_4", "MASOCHIST_MED"],
  2571. "threshreq" : ["THRESH_URSINE", "THRESH_CATTLE", "THRESH_CHIMERA", "THRESH_MEDICAL", "THRESH_LIZARD", "THRESH_BEAST", "THRESH_TORTOISE"],
  2572. "cancels" : ["FLIMSY", "FLIMSY2", "FLIMSY3", "GLASSJAW"],
  2573. "changes_to" : ["MUT_TOUGH2"],
  2574. "hp_modifier_secondary" : 0.2
  2575. },{
  2576. "type" : "mutation",
  2577. "id" : "MUT_TOUGH2",
  2578. "name" : "Solidly Built",
  2579. "points" : 3,
  2580. "description" : "Not much scares you. You get a 30% bonus to all hit points. Stacks with Tough, etc.",
  2581. "valid" : false,
  2582. "prereqs" : ["MUT_TOUGH"],
  2583. "threshreq" : ["THRESH_URSINE", "THRESH_CATTLE", "THRESH_CHIMERA", "THRESH_MEDICAL", "THRESH_TORTOISE"],
  2584. "cancels" : ["FLIMSY", "FLIMSY2", "FLIMSY3", "GLASSJAW"],
  2585. "changes_to" : ["MUT_TOUGH3"],
  2586. "hp_modifier_secondary" : 0.3
  2587. },{
  2588. "type" : "mutation",
  2589. "id" : "MUT_TOUGH3",
  2590. "name" : "TAAANK",
  2591. "points" : 4,
  2592. "description" : "You can simply take the punishment from lesser beings and keep going. You get a 40% bonus to all hit points. Stacks with Tough, etc.",
  2593. "valid" : false,
  2594. "prereqs" : ["MUT_TOUGH2"],
  2595. "threshreq" : ["THRESH_URSINE", "THRESH_CATTLE", "THRESH_TORTOISE", "THRESH_CHIMERA"],
  2596. "cancels" : ["FLIMSY", "FLIMSY2", "FLIMSY3", "GLASSJAW"],
  2597. "category" : ["TORTOISE"],
  2598. "hp_modifier_secondary" : 0.4
  2599. },{
  2600. "type" : "mutation",
  2601. "id" : "SNOUT",
  2602. "name" : "Snout",
  2603. "points" : -1,
  2604. "visibility" : 4,
  2605. "ugliness" : 3,
  2606. "description" : "Your face and jaw have begun...changing. Masks and such fit OK, but you're noticeably mutated.",
  2607. "changes_to" : ["MINOTAUR", "MUZZLE", "MUZZLE_BEAR", "MUZZLE_LONG", "MUZZLE_RAT", "MUZZLE_SNAPPER", "MUZZLE_RAPTOR"],
  2608. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "PROBOSCIS", "MANDIBLES", "MOUTH_TENTACLES", "FLOWER_HEAD"],
  2609. "category" : ["TORTOISE", "RAPTOR", "BEAST"]
  2610. },{
  2611. "type" : "mutation",
  2612. "id" : "MUZZLE_SNAPPER",
  2613. "name" : "Snapping Muzzle",
  2614. "points" : -2,
  2615. "visibility" : 6,
  2616. "ugliness" : 4,
  2617. "mixed_effect" : true,
  2618. "description" : "Your face and jaws have morphed to look like those found on a snapping turtle. It gives you a turtle-like look and they deliver a painful bite, but prevent you from wearing mouthgear not made of fabric.",
  2619. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "PROBOSCIS", "MUZZLE", "MINOTAUR", "MUZZLE_RAT", "MUZZLE_BEAR", "MUZZLE_LONG", "FANGS", "SABER_TEETH", "MANDIBLES", "MOUTH_TENTACLES", "MUZZLE_CHIMERA", "MUZZLE_RAPTOR", "MUZZLE_BEAST", "FLOWER_HEAD"],
  2620. "prereqs" : ["SNOUT"],
  2621. "lead_to" : ["TORT_BODY"],
  2622. "category" : ["TORTOISE"],
  2623. "restricts_gear" : [ "MOUTH" ],
  2624. "allow_soft_gear" : true,
  2625. "attacks" : {
  2626. "attack_text_u" : "You snap at %s",
  2627. "attack_text_npc" : "%1$s snaps at %2$s",
  2628. "body_part" : "MOUTH",
  2629. "chance" : 25,
  2630. "base_damage" : { "damage_type" : "stab", "amount" : 12 }
  2631. }
  2632. },{
  2633. "type" : "mutation",
  2634. "id" : "HERBIVORE",
  2635. "name" : "Herbivore",
  2636. "points" : -3,
  2637. "description" : "Your body's ability to digest meat is severely hampered. Eating meat has a good chance of making you vomit it back up; even if you manage to keep it down, its nutritional value is greatly reduced.",
  2638. "cancels" : ["CARNIVORE", "SAPROVORE", "ANTIFRUIT", "MEATARIAN"],
  2639. "category" : ["TORTOISE"],
  2640. "leads_to" : ["RUMINANT"]
  2641. },{
  2642. "type" : "mutation",
  2643. "id" : "PONDEROUS1",
  2644. "name" : "Ponderous",
  2645. "points" : -3,
  2646. "description" : "Your muscles are generally slow to move. You move 10% slower.",
  2647. "cancels" : ["FLEET", "FLEET2"],
  2648. "changes_to" : ["PONDEROUS2"]
  2649. },{
  2650. "type" : "mutation",
  2651. "id" : "PONDEROUS2",
  2652. "name" : "Very Ponderous",
  2653. "points" : -5,
  2654. "description" : "Your muscles are quite slow to move. You move 20% slower.",
  2655. "cancels" : ["FLEET", "FLEET2"],
  2656. "prereqs" : ["PONDEROUS1"],
  2657. "changes_to" : ["PONDEROUS3"],
  2658. "category" : ["TORTOISE"]
  2659. },{
  2660. "type" : "mutation",
  2661. "id" : "PONDEROUS3",
  2662. "name" : "Extremely Ponderous",
  2663. "points" : -6,
  2664. "description" : "Your muscles are very slow to move. You move 30% slower.",
  2665. "cancels" : ["FLEET", "FLEET2"],
  2666. "prereqs" : ["PONDEROUS2"],
  2667. "category" : ["TORTOISE"]
  2668. },{
  2669. "type" : "mutation",
  2670. "id" : "SHELL",
  2671. "name" : "Shell",
  2672. "points" : -5,
  2673. "visibility" : 8,
  2674. "ugliness" : 3,
  2675. "description" : "You have grown a thick shell over your torso, providing excellent armor. You find you can use the empty space as 16 storage space, but cannot wear anything on your torso. Somewhat reduces wet effects.",
  2676. "changes_to" : ["SHELL2"],
  2677. "category" : ["TORTOISE"],
  2678. "wet_protection" : [
  2679. { "part" : "TORSO", "ignored" : 26 }
  2680. ],
  2681. "restricts_gear" : [ "TORSO" ],
  2682. "destroys_gear" : true,
  2683. "armor" : [ { "parts" : "TORSO", "bash" : 16, "cut" : 16, "acid" : 2 } ]
  2684. },{
  2685. "type" : "mutation",
  2686. "id" : "SHELL2",
  2687. "name" : "Roomy Shell",
  2688. "points" : -1,
  2689. "visibility" : 10,
  2690. "ugliness" : 3,
  2691. "bodytemp_modifiers" : [100, 500],
  2692. "bodytemp_sleep" : 500,
  2693. "mixed_effect" : true,
  2694. "description" : "Your protective shell has grown large enough to accommodate--if need be--your whole body. Activate to pull your head and limbs into your shell, trading mobility and vision for warmth and shelter.",
  2695. "encumbrance_always" : [[ "TORSO", 10 ]],
  2696. "prereqs" : ["SHELL"],
  2697. "threshreq" : ["THRESH_CEPHALOPOD", "THRESH_TORTOISE"],
  2698. "category" : ["TORTOISE"],
  2699. "wet_protection" : [
  2700. { "part" : "TORSO", "ignored" : 26 }
  2701. ],
  2702. "active" : true,
  2703. "restricts_gear" : [ "TORSO" ],
  2704. "destroys_gear" : true,
  2705. "armor" : [ { "parts" : "TORSO", "bash" : 30, "cut" : 30, "acid" : 4 } ]
  2706. },{
  2707. "type" : "mutation",
  2708. "id" : "FAT",
  2709. "name" : "Fat Deposits",
  2710. "points" : -1,
  2711. "visibility" : 1,
  2712. "ugliness" : 1,
  2713. "bodytemp_modifiers" : [200, 200],
  2714. "bodytemp_sleep" : 100,
  2715. "mixed_effect" : true,
  2716. "description" : "You've put on some additional weight around your body. It slows you down a little, but helps your swimming and warmth.",
  2717. "prereqs" : ["STR_UP", "STR_UP_2", "STR_UP_3", "STR_UP_4"],
  2718. "leads_to" : ["HIBERNATE"],
  2719. "category" : ["TORTOISE"],
  2720. "armor" : [ { "parts" : "ALL", "bash" : 2, "cut" : 2 } ]
  2721. },{
  2722. "type" : "mutation",
  2723. "id" : "HIBERNATE",
  2724. "name" : "Hibernation",
  2725. "points" : 3,
  2726. "description" : "You've developed the ability to stockpile calories and then sleep for extended periods of time.",
  2727. "valid" : false,
  2728. "prereqs" : ["HEAVYSLEEPER2"],
  2729. "prereqs2" : ["FAT"],
  2730. "threshreq" : ["THRESH_URSINE", "THRESH_TORTOISE"],
  2731. "category" : ["TORTOISE"],
  2732. "active" : true,
  2733. "cost" : 0
  2734. },{
  2735. "type" : "mutation",
  2736. "id" : "THRESH_TORTOISE",
  2737. "name" : "Tortoise",
  2738. "points" : 1,
  2739. "description" : "Now that you have your shell you can take your time with this survival business.",
  2740. "valid": false,
  2741. "purifiable": false,
  2742. "threshold": true
  2743. },{
  2744. "type" : "mutation",
  2745. "id" : "SAPROVORE",
  2746. "name" : "Saprovore",
  2747. "points" : 2,
  2748. "description" : "Your digestive system is specialized to allow you to consume decaying material. You can eat rotten food, albeit for less nutrition than usual.",
  2749. "cancels" : ["HERBIVORE", "RUMINANT"]
  2750. },{
  2751. "type" : "mutation",
  2752. "id" : "CARNIVORE",
  2753. "name" : "Carnivore",
  2754. "points" : -4,
  2755. "description" : "Your body's ability to digest fruits, vegetables and grains is severely hampered. You cannot eat anything besides meat.",
  2756. "cancels" : ["VEGETARIAN", "HERBIVORE", "RUMINANT", "GRAZER"],
  2757. "vitamin_rates": [ [ "vitC", -1200 ] ]
  2758. },{
  2759. "type" : "mutation",
  2760. "id" : "PAWS",
  2761. "name" : "Paws",
  2762. "points" : -3,
  2763. "visibility" : 3,
  2764. "ugliness" : 2,
  2765. "mixed_effect" : true,
  2766. "description" : "Your hands have fused into quasi-paws. Fine manipulation is a challenge: permanent hand encumbrance of 10, difficulty with delicate craftwork, and your gloves don't fit. But they handle water better.",
  2767. "encumbrance_always" : [
  2768. [ "HAND_L", 10 ],
  2769. [ "HAND_R", 10 ]
  2770. ],
  2771. "restricts_gear" : [ "HAND_L", "HAND_R" ],
  2772. "prereqs" : ["CLAWS", "CLAWS_RETRACT"],
  2773. "cancels" : ["TALONS", "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8"],
  2774. "changes_to" : ["PAWS_LARGE", "CLAWS_ST"]
  2775. },{
  2776. "type" : "mutation",
  2777. "id" : "ARM_FEATHERS",
  2778. "name" : "Feathered Arms",
  2779. "points" : -2,
  2780. "visibility" : 8,
  2781. "ugliness" : 2,
  2782. "description" : "Your arms have grown vibrantly colored feathers. They effectively waterproof your arms and take the edge off hits, but they get slightly in the way. They're simply too small to help you in the air.",
  2783. "category" : ["RAPTOR"],
  2784. "wet_protection" : [
  2785. { "part" : "ARM_L", "neutral" : 50 },
  2786. { "part" : "ARM_R", "neutral" : 50 },
  2787. { "part" : "HAND_L", "neutral" : 10 },
  2788. { "part" : "HAND_R", "neutral" : 10 }
  2789. ],
  2790. "encumbrance_always" : [
  2791. [ "ARM_L", 5 ],
  2792. [ "ARM_R", 5 ]
  2793. ],
  2794. "armor" : [ { "parts" : [ "ARM_L", "ARM_R" ], "bash" : 1, "cut" : 1 } ]
  2795. },{
  2796. "type" : "mutation",
  2797. "id" : "DEFORMED",
  2798. "name" : "Deformed",
  2799. "points" : -2,
  2800. "visibility" : 4,
  2801. "ugliness" : 4,
  2802. "description" : "You're minorly deformed. Some people will react badly to your appearance.",
  2803. "cancels" : ["PRETTY", "BEAUTIFUL", "BEAUTIFUL2", "BEAUTIFUL3"],
  2804. "prereqs" : ["UGLY"],
  2805. "changes_to" : ["DEFORMED2"],
  2806. "category" : ["RAT"]
  2807. },{
  2808. "type" : "mutation",
  2809. "id" : "BOVINE_EYE",
  2810. "name" : "Bovine Eyes",
  2811. "points" : 0,
  2812. "visibility" : 2,
  2813. "ugliness" : 1,
  2814. "description" : "Your eyes have mutated, now having a long and narrow horizontal pupil much like those of a bovine. This is visually striking, but it doesn't seem to effect your vision at all.",
  2815. "cancels" : ["ELFAEYES", "LIZ_EYE", "BIRD_EYE", "URSINE_EYE", "COMPOUND_EYES", "SPIDER_EYES", "TORT_EYE", "FEL_EYE", "FISH_EYES", "FLOWER_HEAD"],
  2816. "category" : ["CATTLE"]
  2817. },{
  2818. "type" : "mutation",
  2819. "id" : "SPIDER_EYES",
  2820. "name" : "Arachnid Eyes",
  2821. "points" : 2,
  2822. "visibility" : 9,
  2823. "ugliness" : 5,
  2824. "description" : "You have grown 4 additional eyes and all of your eyes have become solid pitch black. This increases your perception by 2 and makes you look more spider-like.",
  2825. "cancels" : ["ELFAEYES", "LIZ_EYE", "BIRD_EYE", "URSINE_EYE", "COMPOUND_EYES", "BOVINE_EYE", "TORT_EYE", "FEL_EYE", "FISH_EYES", "FLOWER_HEAD"],
  2826. "prereqs" : ["EYEBULGE"],
  2827. "category" : ["SPIDER"],
  2828. "passive_mods" : {
  2829. "per_mod" : 2
  2830. }
  2831. },{
  2832. "type" : "mutation",
  2833. "id" : "LIZ_EYE",
  2834. "name" : "Reptilian Eyes",
  2835. "points" : 0,
  2836. "visibility" : 2,
  2837. "ugliness" : 1,
  2838. "description" : "Your eyes have mutated, with a brilliant iris and slitted pupil similar to that of a lizard. This is visually striking, but doesn't seem to affect your vision.",
  2839. "leads_to" : ["LIZ_IR"],
  2840. "cancels" : ["ELFAEYES", "BOVINE_EYE", "BIRD_EYE", "URSINE_EYE", "COMPOUND_EYES", "SPIDER_EYES", "TORT_EYE", "FEL_EYE", "FISH_EYES", "FLOWER_HEAD"]
  2841. },{
  2842. "type" : "mutation",
  2843. "id" : "TORT_EYE",
  2844. "name" : "Tortoise Eyes",
  2845. "points" : 0,
  2846. "visibility" : 2,
  2847. "ugliness" : 1,
  2848. "description" : "Your eyes have mutated to resemble those found on a tortoise. This is visually striking, but doesn't seem to affect your vision.",
  2849. "leads_to" : ["LIZ_IR"],
  2850. "cancels" : ["ELFAEYES", "LIZ_EYE", "BIRD_EYE", "URSINE_EYE", "COMPOUND_EYES", "SPIDER_EYES", "BOVINE_EYE", "FEL_EYE", "FISH_EYES", "FLOWER_HEAD"],
  2851. "category" : ["TORTOISE"]
  2852. },{
  2853. "type" : "mutation",
  2854. "id" : "FEL_EYE",
  2855. "name" : "Feline Eyes",
  2856. "points" : 0,
  2857. "visibility" : 2,
  2858. "ugliness" : 1,
  2859. "description" : "Your eyes have mutated, now having a slitted pupil and glittering in light, much like those of cats. This is visually striking, but it isn't helping you see at night.",
  2860. "leads_to" : ["FEL_NV"],
  2861. "cancels" : ["ELFAEYES", "LIZ_EYE", "BIRD_EYE", "URSINE_EYE", "COMPOUND_EYES", "SPIDER_EYES", "TORT_EYE", "BOVINE_EYE", "FISH_EYES", "FLOWER_HEAD"]
  2862. },{
  2863. "type" : "mutation",
  2864. "id" : "URSINE_EYE",
  2865. "name" : "Ursine Vision",
  2866. "points" : 1,
  2867. "description" : "Your visual processing has shifted: though you can see better in the dark, you're nearsighted in the light. Maybe glasses would help. Activate to toggle NV-visible areas on or off.",
  2868. "cancels" : ["ELFAEYES", "LIZ_EYE", "BIRD_EYE", "FEL_EYE", "COMPOUND_EYES", "TORT_EYE", "BOVINE_EYE", "SPIDER_EYES", "NIGHTVISION", "NIGHTVISION2", "NIGHTVISION3", "MYOPIC", "FISH_EYES", "FLOWER_HEAD"],
  2869. "active" : true,
  2870. "starts_active" : true
  2871. },{
  2872. "type" : "mutation",
  2873. "id" : "BIRD_EYE",
  2874. "name" : "Avian Eyes",
  2875. "points" : 5,
  2876. "visibility" : 1,
  2877. "ugliness" : 0,
  2878. "description" : "Your vision has become particularly acute: you suspect you could pick out zombies much farther away. Perception +4.",
  2879. "cancels" : ["ELFAEYES", "LIZ_EYE", "BOVINE_EYE", "URSINE_EYE", "COMPOUND_EYES", "SPIDER_EYES", "TORT_EYE", "FEL_EYE", "FISH_EYES", "FLOWER_HEAD"],
  2880. "prereqs" : ["PER_UP"],
  2881. "threshreq" : ["THRESH_BIRD"]
  2882. },{
  2883. "type" : "mutation",
  2884. "id" : "ELFAEYES",
  2885. "name" : "Fey Eyes",
  2886. "points" : 1,
  2887. "visibility" : 2,
  2888. "ugliness" : -2,
  2889. "description" : "Your eyes have turned...green. It's tough to tell the exact shade as it seems to shift. The effect is ...pleasant.",
  2890. "leads_to" : ["ELFA_NV"],
  2891. "valid" : false,
  2892. "cancels" : ["BOVINE_EYE", "LIZ_EYE", "BIRD_EYE", "URSINE_EYE", "COMPOUND_EYES", "SPIDER_EYES", "TORT_EYE", "FEL_EYE", "FISH_EYES", "FLOWER_HEAD"]
  2893. },{
  2894. "type" : "mutation",
  2895. "id" : "CEPH_EYES",
  2896. "name" : "Cephalopod Eyes",
  2897. "points" : 1,
  2898. "visibility" : 8,
  2899. "ugliness" : 5,
  2900. "description" : "Your eyes still bulge, but your pupils have flattened and elongated horizontally and now flare out towards the ends. Water doesn't seem to cause any trouble at all, though.",
  2901. "leads_to" : ["CEPH_VISION"],
  2902. "prereqs" : ["EYEBULGE"],
  2903. "cancels" : ["ELFAEYES", "LIZ_EYE", "BIRD_EYE", "URSINE_EYE", "COMPOUND_EYES", "SPIDER_EYES", "TORT_EYE", "FEL_EYE", "BOVINE_EYE", "FISH_EYES", "FLOWER_HEAD"]
  2904. },{
  2905. "type" : "mutation",
  2906. "id" : "FISH_EYES",
  2907. "name" : "Fishy Eyes",
  2908. "points" : 1,
  2909. "visibility" : 8,
  2910. "ugliness" : 5,
  2911. "description" : "Your eyes are now a solid black with no visible iris and barely noticeable sclera. They give you a vaguely fish-like look but they otherwise serve no purpose.",
  2912. "cancels" : ["ELFAEYES", "LIZ_EYE", "BIRD_EYE", "URSINE_EYE", "COMPOUND_EYES", "SPIDER_EYES", "TORT_EYE", "FEL_EYE", "BOVINE_EYE", "FLOWER_HEAD"]
  2913. },{
  2914. "type" : "mutation",
  2915. "id" : "EYEBULGE",
  2916. "name" : "Bulging Eyes",
  2917. "points" : 0,
  2918. "visibility" : 8,
  2919. "ugliness" : 4,
  2920. "description" : "Your eyes bulge out several inches from your skull. This does not affect your vision in any way.",
  2921. "category" : ["CEPHALOPOD"],
  2922. "cancels" : ["FLOWER_HEAD"],
  2923. "changes_to" : ["COMPOUND_EYES"]
  2924. },{
  2925. "type" : "mutation",
  2926. "id" : "MEMBRANE",
  2927. "name" : "Nictitating Membrane",
  2928. "points" : 1,
  2929. "visibility" : 1,
  2930. "ugliness" : 1,
  2931. "description" : "You have a second set of clear eyelids which lower while underwater, allowing you to see as though you were wearing goggles. Slightly decreases wet penalties.",
  2932. "category" : ["LIZARD", "FISH"],
  2933. "cancels" : ["FLOWER_HEAD"],
  2934. "wet_protection" : [
  2935. { "part" : "EYES", "neutral" : 2 }
  2936. ]
  2937. },{
  2938. "type" : "mutation",
  2939. "id" : "FANGS",
  2940. "name" : "Fangs",
  2941. "points" : 2,
  2942. "visibility" : 2,
  2943. "ugliness" : 2,
  2944. "description" : "Your teeth have grown into two-inch-long fangs, allowing you to make an extra attack when conditions favor it.",
  2945. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "MANDIBLES", "FLOWER_HEAD", "FANGS_SPIDER", "PROBOSCIS"],
  2946. "changes_to" : ["SABER_TEETH", "RAZOR_TEETH"]
  2947. },{
  2948. "type" : "mutation",
  2949. "id" : "SABER_TEETH",
  2950. "name" : "Sabre Teeth",
  2951. "points" : -2,
  2952. "visibility" : 10,
  2953. "ugliness" : 8,
  2954. "mixed_effect" : true,
  2955. "description" : "Your fangs have grown extremely large and incredibly sharp. They make it impossible to wear mouthgear and make it difficult to eat, but they leave nasty wounds when you bite.",
  2956. "prereqs" : ["FANGS"],
  2957. "threshreq" : ["THRESH_FELINE", "THRESH_CHIMERA"],
  2958. "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "MANDIBLES", "RAZOR_TEETH", "FLOWER_HEAD", "FANGS_SPIDER", "PROBOSCIS"],
  2959. "restricts_gear" : [ "MOUTH" ],
  2960. "destroys_gear" : true
  2961. },{
  2962.  
  2963. "type" : "mutation",
  2964.  
  2965. "id" : "GOODCARDIO",
  2966.  
  2967. "name" : "Indefatigable",
  2968.  
  2969. "points" : 2,
  2970.  
  2971. "description" : "Whether due to exercise and good diet, or due to a natural propensity to physical endurance, you tire due to physical exertion much less readily than others. Your maximum stamina is 25% higher than usual.",
  2972.  
  2973. "starting_trait" : true,
  2974.  
  2975. "valid" : false,
  2976.  
  2977. "cancels" : ["BADCARDIO"],
  2978.  
  2979. "category" : ["FISH", "LUPINE", "BEAST", "RAPTOR"]
  2980. },{
  2981.  
  2982.  
  2983. "type" : "mutation",
  2984.  
  2985. "id" : "TERRIFYING",
  2986.  
  2987. "name" : "Terrifying",
  2988.  
  2989. "points" : 1,
  2990.  
  2991. "description" : "There's something about you that creatures find frightening, and they are more likely to try to flee.",
  2992.  
  2993. "starting_trait" : true,
  2994.  
  2995. "category" : ["BEAST", "RAPTOR", "CHIMERA"]
  2996.  
  2997. }
  2998. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement