Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [{
- "type": "MOD_INFO",
- "ident": "eatmutant",
- "name": "Eater of the Mutants Mod",
- "authors": [ "Korzinka" ],
- "maintainers": [ "Nobody" ],
- "description": "Gives several mutations a way to deal with toxins.",
- "category": "rebalance",
- "dependencies": [ "dda" ],
- "obsolete": false
- }, {
- "type": "mutation",
- "id": "LIGHTWEIGHT",
- "copy-from": "LIGHTWEIGHT",
- "extend": { "cancels": [ "TOXINRESIST" ] },
- "leads_to": [ "TOXINWEAK1", "TOXINWEAK2" ]
- }, {
- "type": "mutation",
- "id": "WEAKSTOMACH",
- "copy-from": "WEAKSTOMACH",
- "extend": { "cancels": [ "TOXINRESIST" ] },
- "leads_to": [ "TOXINWEAK1", "TOXINWEAK2" ]
- }, {
- "type": "mutation",
- "id": "NAUSEA",
- "copy-from": "NAUSEA",
- "extend": { "cancels": [ "TOXINRESIST" ] },
- "leads_to": [ "TOXINWEAK1", "TOXINWEAK2" ]
- }, {
- "type": "mutation",
- "id": "VOMITOUS",
- "copy-from": "VOMITOUS",
- "extend": { "cancels": [ "TOXINRESIST" ] },
- "leads_to": [ "TOXINWEAK1", "TOXINWEAK2" ]
- }, {
- "type": "mutation",
- "id": "ANTIJUNK",
- "copy-from": "ANTIJUNK",
- "leads_to": [ "TOXINWEAK1", "TOXINWEAK2" ]
- }, {
- "type": "mutation",
- "id": "TOXINWEAK1",
- "name": "Toxin Susceptibility",
- "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.",
- "points": -1,
- "prereqs": [ "LIGHTWEIGHT" ],
- "changes_to": [ "TOXINWEAK2" ],
- "vitamins_absorb_multi": [ [ "all", [ [ "mutant_toxin", 1.5 ] ] ] ]
- }, {
- "type": "mutation",
- "id": "TOXINWEAK2",
- "name": "Toxin Vulnerability",
- "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.",
- "prereqs": [ "TOXINWEAK1" ],
- "points": -2,
- "category": [ "MEDICAL", "SLIME", "ELFA", "ALPHA" ],
- "vitamins_absorb_multi": [ [ "all", [ [ "mutant_toxin", 3 ] ] ] ]
- }, {
- "type": "mutation",
- "id": "STRONGSTOMACH",
- "copy-from": "STRONGSTOMACH",
- "extend": { "cancels": [ "TOXINWEAK1", "TOXINWEAK2" ] },
- "leads_to": [ "TOXINRESIST" ]
- }, {
- "type": "mutation",
- "id": "POISRESIST",
- "copy-from": "POISRESIST",
- "extend": { "cancels": [ "TOXINWEAK1", "TOXINWEAK2" ] },
- "leads_to": [ "TOXINRESIST" ]
- }, {
- "type": "mutation",
- "id": "TOLERANCE",
- "copy-from": "TOLERANCE",
- "extend": { "cancels": [ "TOXINWEAK1", "TOXINWEAK2" ] },
- "leads_to": [ "TOXINRESIST" ]
- }, {
- "type": "mutation",
- "id": "ALCMET",
- "copy-from": "ALCMET",
- "leads_to": [ "TOXINRESIST" ]
- }, {
- "//": "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.",
- "type": "mutation",
- "id": "SAPROVORE",
- "copy-from": "SAPROVORE",
- "leads_to": [ "TOXINRESIST" ]
- }, {
- "type": "mutation",
- "id": "TOXINRESIST",
- "name": "Toxin Resilence",
- "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.",
- "points": 2,
- "prereqs": [ "POISRESIST" ],
- "category": [ "MEDICAL", "SLIME", "SPIDER", "INSECT" ],
- "vitamins_absorb_multi": [ [ "all", [ [ "mutant_toxin", 0.5 ] ] ] ]
- }, {
- "//": "vitamin_rates clear up already stockpiled toxins",
- "type": "mutation",
- "id": "EATPOISON",
- "copy-from": "EATPOISON",
- "extend": { "cancels": [ "TOXINRESIST", "TOXINWEAK1", "TOXINWEAK2" ] },
- "vitamins_absorb_multi": [ [ "all", [ [ "mutant_toxin", 0 ] ] ] ],
- "vitamin_rates": [ [ "mutant_toxin", 1800 ] ]
- }, {
- "type": "mutation",
- "id": "EATDEAD",
- "copy-from": "EATDEAD",
- "extend": { "cancels": [ "TOXINRESIST", "TOXINWEAK1", "TOXINWEAK2" ] },
- "vitamins_absorb_multi": [ [ "all", [ [ "mutant_toxin", 0 ] ] ] ],
- "vitamin_rates": [ [ "mutant_toxin", 1800 ] ]
- }, {
- "//": "It's realistic! Honestly! I haven't checked, but I know!",
- "type": "mutation",
- "id": "THRESH_PLANT",
- "copy-from": "THRESH_PLANT",
- "vitamins_absorb_multi": [ [ "all", [ [ "mutant_toxin", 0 ] ] ] ],
- "vitamin_rates": [ [ "mutant_toxin", 1800 ] ]
- }]
Advertisement
Add Comment
Please, Sign In to add comment