Guest User

eatmutant.json

a guest
Oct 11th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. [{
  2. "type": "MOD_INFO",
  3. "ident": "eatmutant",
  4. "name": "Eater of the Mutants Mod",
  5. "authors": [ "Korzinka" ],
  6. "maintainers": [ "Nobody" ],
  7. "description": "Gives several mutations a way to deal with toxins.",
  8. "category": "rebalance",
  9. "dependencies": [ "dda" ],
  10. "obsolete": false
  11. }, {
  12. "type": "mutation",
  13. "id": "LIGHTWEIGHT",
  14. "copy-from": "LIGHTWEIGHT",
  15. "extend": { "cancels": [ "TOXINRESIST" ] },
  16. "leads_to": [ "TOXINWEAK1", "TOXINWEAK2" ]
  17. }, {
  18. "type": "mutation",
  19. "id": "WEAKSTOMACH",
  20. "copy-from": "WEAKSTOMACH",
  21. "extend": { "cancels": [ "TOXINRESIST" ] },
  22. "leads_to": [ "TOXINWEAK1", "TOXINWEAK2" ]
  23. }, {
  24. "type": "mutation",
  25. "id": "NAUSEA",
  26. "copy-from": "NAUSEA",
  27. "extend": { "cancels": [ "TOXINRESIST" ] },
  28. "leads_to": [ "TOXINWEAK1", "TOXINWEAK2" ]
  29. }, {
  30. "type": "mutation",
  31. "id": "VOMITOUS",
  32. "copy-from": "VOMITOUS",
  33. "extend": { "cancels": [ "TOXINRESIST" ] },
  34. "leads_to": [ "TOXINWEAK1", "TOXINWEAK2" ]
  35. }, {
  36. "type": "mutation",
  37. "id": "ANTIJUNK",
  38. "copy-from": "ANTIJUNK",
  39. "leads_to": [ "TOXINWEAK1", "TOXINWEAK2" ]
  40. }, {
  41. "type": "mutation",
  42. "id": "TOXINWEAK1",
  43. "name": "Toxin Susceptibility",
  44. "description": "Your system is susceptable to any knid of slow-release toxins stored in food. For the purpose of digestion there's effectively half as more of them contained in your meal. Ration your mutant-made dishes well.",
  45. "points": -1,
  46. "prereqs": [ "LIGHTWEIGHT" ],
  47. "changes_to": [ "TOXINWEAK2" ],
  48. "vitamins_absorb_multi": [ [ "all", [ [ "mutant_toxin", 1.5 ] ] ] ]
  49. }, {
  50. "type": "mutation",
  51. "id": "TOXINWEAK2",
  52. "name": "Toxin Vulnerability",
  53. "description": "Your system is incredibly susceptable to any knid of slow-release toxins stored in food! For the purpose of digestion there's effectively thrice as much of them contained in your meal. Eating mutant stuff thus should be done only as a last-ditch effort to not starve to death as it will incapacitate you for a long time rather quickly.",
  54. "prereqs": [ "TOXINWEAK1" ],
  55. "points": -2,
  56. "category": [ "MEDICAL", "SLIME", "ELFA", "ALPHA" ],
  57. "vitamins_absorb_multi": [ [ "all", [ [ "mutant_toxin", 3 ] ] ] ]
  58. }, {
  59. "type": "mutation",
  60. "id": "STRONGSTOMACH",
  61. "copy-from": "STRONGSTOMACH",
  62. "extend": { "cancels": [ "TOXINWEAK1", "TOXINWEAK2" ] },
  63. "leads_to": [ "TOXINRESIST" ]
  64. }, {
  65. "type": "mutation",
  66. "id": "POISRESIST",
  67. "copy-from": "POISRESIST",
  68. "extend": { "cancels": [ "TOXINWEAK1", "TOXINWEAK2" ] },
  69. "leads_to": [ "TOXINRESIST" ]
  70. }, {
  71. "type": "mutation",
  72. "id": "TOLERANCE",
  73. "copy-from": "TOLERANCE",
  74. "extend": { "cancels": [ "TOXINWEAK1", "TOXINWEAK2" ] },
  75. "leads_to": [ "TOXINRESIST" ]
  76. }, {
  77. "type": "mutation",
  78. "id": "ALCMET",
  79. "copy-from": "ALCMET",
  80. "leads_to": [ "TOXINRESIST" ]
  81. }, {
  82. "//": "doesn't affect the toxin rate, since it's specialized mutation; plus it would make it possible to have two muts with vitamins_absorb_multi affecting toxins, and that can be messy. Or not. Whatever.",
  83. "type": "mutation",
  84. "id": "SAPROVORE",
  85. "copy-from": "SAPROVORE",
  86. "leads_to": [ "TOXINRESIST" ]
  87. }, {
  88. "type": "mutation",
  89. "id": "TOXINRESIST",
  90. "name": "Toxin Resilence",
  91. "description": "Your digestive system has adopted to handle slow-release toxins rather well. Should you eat food containing them, you'll absorb only half of their amount, and thus can consume more unpleasant mutant stuff.",
  92. "points": 2,
  93. "prereqs": [ "POISRESIST" ],
  94. "category": [ "MEDICAL", "SLIME", "SPIDER", "INSECT" ],
  95. "vitamins_absorb_multi": [ [ "all", [ [ "mutant_toxin", 0.5 ] ] ] ]
  96. }, {
  97. "//": "vitamin_rates clear up already stockpiled toxins",
  98. "type": "mutation",
  99. "id": "EATPOISON",
  100. "copy-from": "EATPOISON",
  101. "extend": { "cancels": [ "TOXINRESIST", "TOXINWEAK1", "TOXINWEAK2" ] },
  102. "vitamins_absorb_multi": [ [ "all", [ [ "mutant_toxin", 0 ] ] ] ],
  103. "vitamin_rates": [ [ "mutant_toxin", 1800 ] ]
  104. }, {
  105. "type": "mutation",
  106. "id": "EATDEAD",
  107. "copy-from": "EATDEAD",
  108. "extend": { "cancels": [ "TOXINRESIST", "TOXINWEAK1", "TOXINWEAK2" ] },
  109. "vitamins_absorb_multi": [ [ "all", [ [ "mutant_toxin", 0 ] ] ] ],
  110. "vitamin_rates": [ [ "mutant_toxin", 1800 ] ]
  111. }, {
  112. "//": "It's realistic! Honestly! I haven't checked, but I know!",
  113. "type": "mutation",
  114. "id": "THRESH_PLANT",
  115. "copy-from": "THRESH_PLANT",
  116. "vitamins_absorb_multi": [ [ "all", [ [ "mutant_toxin", 0 ] ] ] ],
  117. "vitamin_rates": [ [ "mutant_toxin", 1800 ] ]
  118. }]
Advertisement
Add Comment
Please, Sign In to add comment