SHARE
TWEET

Untitled

a guest Jan 2nd, 2016 98 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [
  2.     {
  3.         "type" : "mutation",
  4.         "id" : "WINGS_BIRD",
  5.         "name" : "Bird Wings",
  6.         "points" : 2,
  7.         "visibility" : 4,
  8.         "ugliness" : 2,
  9.         "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.",
  10.         "prereqs" : ["WINGS_STUB"],
  11.         "cancels" : ["WINGS_BAT", "WINGS_INSECT", "WINGS_BUTTERFLY", "WINGS_DRAGON"],
  12.         "category" : ["MUTCAT_BIRD"]
  13.     },{
  14.         "type" : "mutation",
  15.         "id" : "WINGS_INSECT",
  16.         "name" : "Insect Wings",
  17.         "points" : 3,
  18.         "visibility" : 4,
  19.         "ugliness" : 4,
  20.         "description" : "You have a pair of large, translucent wings.  They are too small to lift you, but are powerful enough to greatly speed your movement, with some effort and noise.",
  21.         "prereqs" : ["WINGS_STUB"],
  22.         "cancels" : ["WINGS_BIRD", "WINGS_BAT", "WINGS_BUTTERFLY", "WINGS_DRAGON"],
  23.         "category" : ["MUTCAT_INSECT"],
  24.         "active"     :    true,
  25.         "cost"       :    20,
  26.         "time"       :    10,
  27.         "fatigue"    :    true,
  28.         "hunger" : true,
  29.         "thirst" : true
  30.     },{
  31.         "type" : "mutation",
  32.         "id" : "WINGS_STUB",
  33.         "name" : "Wing Stubs",
  34.         "points" : 0,
  35.         "visibility" : 2,
  36.         "ugliness" : 2,
  37.         "description" : "You have a pair of stubby little wings projecting from your shoulderblades.  They can be wiggled at will, but are useless.",
  38.         "changes_to" : ["WINGS_BIRD", "WINGS_BAT", "WINGS_INSECT", "WINGS_BUTTERFLY"]
  39.     },{
  40.         "type" : "mutation",
  41.         "id" : "WINGS_BAT",
  42.         "name" : "Bat Wings",
  43.         "points" : -1,
  44.         "visibility" : 9,
  45.         "ugliness" : 4,
  46.         "description" : "You have a pair of large, leathery wings.  You can move them a little, but they are useless, and in fact put you off balance, reducing your ability to dodge slightly.",
  47.         "prereqs" : ["WINGS_STUB"],
  48.         "cancels" : ["WINGS_BIRD", "WINGS_INSECT", "WINGS_BUTTERFLY"],
  49.         "changes_to" : ["WINGS_DRAGON"],
  50.         "category" : ["MUTCAT_DRAGON"]
  51.     },{
  52.         "type" : "mutation",
  53.         "id" : "WINGS_DRAGON",
  54.         "name" : "Dragon Wings",
  55.         "points" : 0,
  56.         "visibility" : 9,
  57.         "ugliness" : 4,
  58.         "description" : "Your wings have grown a coat of thin scales on the outer membrane, and you have grown used to moving with them. You still can't fly with them, but they no longer hinder your ability to dodge.",
  59.         "prereqs" : ["WINGS_BAT"],
  60.         "threshreq" : ["THRESH_DRAGON"],
  61.         "cancels" : ["WINGS_BIRD", "WINGS_INSECT", "WINGS_BUTTERFLY"],
  62.         "category" : ["MUTCAT_DRAGON"]
  63.     },{
  64.         "type" : "mutation",
  65.         "id" : "WINGS_BUTTERFLY",
  66.         "name" : "Butterfly Wings",
  67.         "points" : -1,
  68.         "visibility" : 10,
  69.         "ugliness" : -2,
  70.         "description" : "You have a very large and very beautiful pair of brightly-colored wings.  They can't lift you, and they make balancing tricky, but they certainly catch air and attention!",
  71.         "valid" : false,
  72.         "purifiable" : false,
  73.         "prereqs" : ["WINGS_STUB"],
  74.         "threshreq" : ["THRESH_INSECT"],
  75.         "cancels" : ["WINGS_BIRD", "WINGS_INSECT", "WINGS_BAT", "WINGS_DRAGON"],
  76.         "category" : ["MUTCAT_INSECT"]
  77.     },{
  78.         "type" : "mutation",
  79.         "id" : "VINES3",
  80.         "name" : "Vine Sprouter",
  81.         "points" : 5,
  82.         "visibility" : 10,
  83.         "ugliness" : 6,
  84.         "description" : "You have full control of your vines, and can grow new ones and detach old ones more or less at will.",
  85.         "prereqs" : ["PLANTSKIN", "BARK"],
  86.         "prereqs2" : ["VINES2"],
  87.         "threshreq" : ["THRESH_PLANT"],
  88.         "cancels" : ["WINGS_BAT", "WINGS_INSECT", "WINGS_BIRD", "WINGS_STUB", "WINGS_BUTTERFLY", "WINGS_DRAGON"],
  89.         "category" : ["MUTCAT_PLANT"],
  90.         "active"     :    true,
  91.         "cost"       :    10,
  92.         "time"       :    0,
  93.         "hunger"     :    true,
  94.         "thirst"     :    true
  95.     },{
  96.         "type" : "mutation",
  97.         "id" : "VINES1",
  98.         "name" : "Vines",
  99.         "points" : -2,
  100.         "visibility" : 8,
  101.         "ugliness" : 5,
  102.         "description" : "You have developed several vines sprouting from your shoulder area.  They're bulky and get in the way.",
  103.         "prereqs" : ["PLANTSKIN", "BARK"],
  104.         "cancels" : ["WINGS_BAT", "WINGS_INSECT", "WINGS_BIRD", "WINGS_STUB", "WINGS_BUTTERFLY", "WINGS_DRAGON"],
  105.         "changes_to" : ["VINES2"],
  106.         "category" : ["MUTCAT_PLANT"]
  107.     },{
  108.         "type" : "mutation",
  109.         "id" : "VINES2",
  110.         "name" : "Vine Limbs",
  111.         "points" : 2,
  112.         "visibility" : 8,
  113.         "ugliness" : 5,
  114.         "description" : "You've developed the ability to control your vines; they make good lashes.  You can even rappel down sheer drops using them, but disconnecting HURTS.",
  115.         "prereqs" : ["PLANTSKIN", "BARK"],
  116.         "prereqs2" : ["VINES1"],
  117.         "threshreq" : ["THRESH_PLANT"],
  118.         "cancels" : ["WINGS_BAT", "WINGS_INSECT", "WINGS_BIRD", "WINGS_STUB", "WINGS_BUTTERFLY", "WINGS_DRAGON"],
  119.         "changes_to" : ["VINES3"],
  120.         "category" : ["MUTCAT_PLANT"]
  121.     },{
  122.         "type" : "mutation",
  123.         "id" : "THICKSKIN",
  124.         "name" : "Thick-Skinned",
  125.         "points" : 1,
  126.         "description" : "Your skin is tough.  Cutting damage is slightly reduced for you.  Slightly decreases wet penalties.",
  127.         "starting_trait" : true,
  128.         "category" : ["MUTCAT_LIZARD", "MUTCAT_CATTLE", "MUTCAT_CHIMERA", "MUTCAT_RAPTOR", "MUTCAT_DRAGON"],
  129.         "cancels" : ["THINSKIN"],
  130.         "wet_protection" : [
  131.             { "part" : "LEG_L", "ignored" : 8 },
  132.             { "part" : "LEG_R", "ignored" : 8 },
  133.             { "part" : "ARM_L", "ignored" : 8 },
  134.             { "part" : "ARM_R", "ignored" : 8 },
  135.             { "part" : "TORSO", "neutral" : 2 }
  136.         ]
  137.     },{
  138.         "type" : "mutation",
  139.         "id" : "SKIN_ROUGH",
  140.         "name" : "Rough Skin",
  141.         "points" : 0,
  142.         "visibility" : 2,
  143.         "ugliness" : 1,
  144.         "description" : "Your skin is slightly rough.  This has no gameplay effect.",
  145.         "changes_to" : ["SCALES", "FEATHERS", "LIGHTFUR", "CHITIN", "PLANTSKIN"],
  146.         "category" : ["MUTCAT_LIZARD", "MUTCAT_DRAGON"]
  147.     },{
  148.         "type" : "mutation",
  149.         "id" : "LIZ_EYE",
  150.         "name" : "Reptilian Eyes",
  151.         "points" : 0,
  152.         "visibility" : 2,
  153.         "ugliness" : 1,
  154.         "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.",
  155.         "leads_to" : ["LIZ_IR"],
  156.         "cancels" : ["ELFAEYES", "FEL_EYE", "URSINE_EYE", "BIRD_EYE", "COMPOUND_EYES"],
  157.         "category" : ["MUTCAT_LIZARD", "MUTCAT_RAPTOR", "MUTCAT_DRAGON"]
  158.     },{
  159.         "type" : "mutation",
  160.         "id" : "LIZ_IR",
  161.         "name" : "Reptilian IR",
  162.         "points" : 5,
  163.         "description" : "Your optic nerves and brain have mutated to catch up with your eyes, allowing you to see in the infrared spectrum.",
  164.         "prereqs" : ["LIZ_EYE"],
  165.         "cancels" : ["ELFA_NV", "ELFA_FNV", "FEL_NV", "INFRARED"],
  166.         "category" : ["MUTCAT_LIZARD", "MUTCAT_RAPTOR", "MUTCAT_DRAGON"]
  167.     },{
  168.         "type" : "mutation",
  169.         "id" : "FANGS",
  170.         "name" : "Fangs",
  171.         "points" : 2,
  172.         "visibility" : 2,
  173.         "ugliness" : 2,
  174.         "description" : "Your teeth have grown into two-inch-long fangs, allowing you to make an extra attack when conditions favor it.",
  175.         "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK"],
  176.         "changes_to" : ["SABER_TEETH"],
  177.         "category" : ["MUTCAT_LIZARD", "MUTCAT_FISH", "MUTCAT_LUPINE", "MUTCAT_FELINE", "MUTCAT_CHIMERA", "MUTCAT_DRAGON"]
  178.     },{
  179.         "type" : "mutation",
  180.         "id" : "SCALES",
  181.         "name" : "Scales",
  182.         "points" : 6,
  183.         "visibility" : 10,
  184.         "ugliness" : 3,
  185.         "description" : "A set of flexible green scales has grown to cover your body, acting as natural armor.  Somewhat reduces wet effects.",
  186.         "category" : ["MUTCAT_CHIMERA", "MUTCAT_RAPTOR", "MUTCAT_LIZARD", "MUTCAT_DRAGON"],
  187.         "prereqs" : ["SKIN_ROUGH"],
  188.         "changes_to" : ["THICK_SCALES", "SLEEK_SCALES"],
  189.         "wet_protection" : [
  190.             { "part" : "HEAD", "ignored" : 3 },
  191.             { "part" : "LEG_L", "ignored" : 8 },
  192.             { "part" : "LEG_R", "ignored" : 8 },
  193.             { "part" : "FOOT_L", "ignored" : 2 },
  194.             { "part" : "FOOT_R", "ignored" : 2 },
  195.             { "part" : "ARM_L", "ignored" : 8 },
  196.             { "part" : "ARM_R", "ignored" : 8 },
  197.             { "part" : "HAND_L", "ignored" : 12 },
  198.             { "part" : "HAND_R", "ignored" : 12 },
  199.             { "part" : "TORSO", "ignored" : 20 }
  200.         ]
  201.     },{
  202.         "type" : "mutation",
  203.         "id" : "THICK_SCALES",
  204.         "name" : "Thick Scales",
  205.         "points" : 6,
  206.         "visibility" : 10,
  207.         "ugliness" : 4,
  208.         "mixed_effect" : true,
  209.         "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.",
  210.         "prereqs" : ["SCALES"],
  211.         "threshreq" : ["THRESH_LIZARD", "THRESH_DRAGON"],
  212.         "category" : ["MUTCAT_LIZARD", "MUTCAT_DRAGON"],
  213.         "cancels" : ["SLEEK_SCALES", "FEATHERS", "CHITIN", "PLANTSKIN", "FUR", "FELINE_FUR", "LUPINE_FUR", "URSINE_FUR"],
  214.         "wet_protection" : [
  215.             { "part" : "HEAD", "ignored" : 5 },
  216.             { "part" : "LEG_L", "ignored" : 8 },
  217.             { "part" : "LEG_R", "ignored" : 8 },
  218.             { "part" : "FOOT_L", "ignored" : 2 },
  219.             { "part" : "FOOT_R", "ignored" : 2 },
  220.             { "part" : "ARM_L", "ignored" : 8 },
  221.             { "part" : "ARM_R", "ignored" : 8 },
  222.             { "part" : "HAND_L", "ignored" : 12 },
  223.             { "part" : "HAND_R", "ignored" : 12 },
  224.             { "part" : "TORSO", "ignored" : 30 }
  225.         ]
  226.     },{
  227.         "type" : "mutation",
  228.         "id" : "TALONS",
  229.         "name" : "Large Talons",
  230.         "points" : 2,
  231.         "visibility" : 4,
  232.         "ugliness" : 3,
  233.         "mixed_effect" : true,
  234.         "description" : "Your index 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.",
  235.         "prereqs" : ["NAILS"],
  236.         "cancels" : ["CLAWS", "CLAWS_RETRACT"],
  237.         "category" : ["MUTCAT_LIZARD", "MUTCAT_BIRD", "MUTCAT_CHIMERA", "MUTCAT_DRAGON"]
  238.     },{
  239.         "type" : "mutation",
  240.         "id" : "TAIL_THICK",
  241.         "name" : "Thick Tail",
  242.         "points" : 3,
  243.         "visibility" : 8,
  244.         "ugliness" : 2,
  245.         "description" : "You have a long, thick, lizardlike tail.  It helps you balance a bit but also makes a serviceable whip.",
  246.         "prereqs" : ["TAIL_STUB"],
  247.         "cancels" : ["TAIL_FIN", "TAIL_FLUFFY", "TAIL_STING", "TAIL_CLUB", "TAIL_RAPTOR", "TAIL_CATTLE", "TAIL_RAT"],
  248.         "changes_to" : ["TAIL_CLUB"],
  249.         "category" : ["MUTCAT_LIZARD", "MUTCAT_DRAGON"],
  250.         "active"     :    true,
  251.         "cost"       :    20,
  252.         "time"       :    10,
  253.         "fatigue"    :    true
  254.     },{
  255.         "type" : "mutation",
  256.         "id" : "TAIL_RAPTOR",
  257.         "name" : "Raptor Tail",
  258.         "points" : 3,
  259.         "visibility" : 8,
  260.         "ugliness" : 2,
  261.         "description" : "You have a long and semi-stiff lizardlike tail.  You can't effectively lash it in combat, but it significantly improves your balance.",
  262.         "prereqs" : ["TAIL_STUB"],
  263.         "cancels" : ["TAIL_FIN", "TAIL_FLUFFY", "TAIL_STING", "TAIL_CLUB", "TAIL_RAT", "TAIL_CATTLE", "TAIL_LONG"],
  264.         "category" : ["MUTCAT_RAPTOR", "MUTCAT_DRAGON"]
  265.     },{
  266.         "type" : "mutation",
  267.         "id" : "PRED1",
  268.         "name" : "Culler",
  269.         "points" : 2,
  270.         "description" : "You've had a revelation: by killing the weaker creatures, who would only die anyway, you preserve resources for those better able to survive.",
  271.         "purifiable" : false,
  272.         "changes_to" : ["PRED2"],
  273.         "prereqs" : ["CARNIVORE", "THRESH_URSINE"],
  274.         "threshreq" : ["THRESH_BEAST", "THRESH_RAPTOR", "THRESH_CHIMERA", "THRESH_LUPINE", "THRESH_FELINE", "THRESH_URSINE", "THRESH_LIZARD", "THRESH_SPIDER", "THRESH_DRAGON"],
  275.         "category" : ["MUTCAT_BEAST", "MUTCAT_RAPTOR", "MUTCAT_CHIMERA", "MUTCAT_LUPINE", "MUTCAT_FELINE", "MUTCAT_URSINE", "MUTCAT_LIZARD", "MUTCAT_SPIDER", "MUTCAT_DRAGON"]
  276.     },{
  277.         "type" : "mutation",
  278.         "id" : "PRED2",
  279.         "name" : "Hunter",
  280.         "points" : 3,
  281.         "description" : "You're getting quite used to hunting and killing ...game.  For food.",
  282.         "note" : "That ellipsis is placed correctly: it indicates that the thinker takes a second to decide on that term.  Hasn't gone all-out Monster yet, but xe's getting there.",
  283.         "purifiable" : false,
  284.         "prereqs" : ["CARNIVORE", "THRESH_URSINE"],
  285.         "prereqs2" : ["PRED1"],
  286.         "changes_to" : ["PRED3"],
  287.         "threshreq" : ["THRESH_BEAST", "THRESH_RAPTOR", "THRESH_CHIMERA", "THRESH_LUPINE", "THRESH_FELINE", "THRESH_URSINE", "THRESH_LIZARD", "THRESH_SPIDER", "THRESH_DRAGON"],
  288.         "category" : ["MUTCAT_BEAST", "MUTCAT_RAPTOR", "MUTCAT_CHIMERA", "MUTCAT_LUPINE", "MUTCAT_FELINE", "MUTCAT_URSINE", "MUTCAT_LIZARD", "MUTCAT_SPIDER", "MUTCAT_DRAGON"]
  289.     },{
  290.         "type" : "mutation",
  291.         "id" : "PRED3",
  292.         "name" : "Predator",
  293.         "points" : 3,
  294.         "description" : "Let's not overthink things.  You get hungry, you find prey, you kill it and you eat it.",
  295.         "valid" : false,
  296.         "purifiable" : false,
  297.         "prereqs" : ["CARNIVORE", "THRESH_URSINE"],
  298.         "prereqs2" : ["PRED2"],
  299.         "leads_to" : ["SAPIOVORE"],
  300.         "changes_to" : ["PRED4"],
  301.         "threshreq" : ["THRESH_BEAST", "THRESH_RAPTOR", "THRESH_CHIMERA", "THRESH_LUPINE", "THRESH_FELINE", "THRESH_URSINE", "THRESH_LIZARD", "THRESH_SPIDER", "THRESH_DRAGON"],
  302.         "category" : ["MUTCAT_BEAST", "MUTCAT_RAPTOR", "MUTCAT_CHIMERA", "MUTCAT_LUPINE", "MUTCAT_FELINE", "MUTCAT_URSINE", "MUTCAT_LIZARD", "MUTCAT_SPIDER", "MUTCAT_DRAGON"],
  303.         "passive_mods" : {
  304.             "int_mod" : -1
  305.         }
  306.     },{
  307.         "type" : "mutation",
  308.         "id" : "PRED4",
  309.         "name" : "Apex Predator",
  310.         "points" : 2,
  311.         "description" : "It's good to be on top of the food chain.",
  312.         "valid" : false,
  313.         "purifiable" : false,
  314.         "prereqs" : ["CARNIVORE", "THRESH_URSINE"],
  315.         "prereqs2" : ["PRED3"],
  316.         "threshreq" : ["THRESH_BEAST", "THRESH_RAPTOR", "THRESH_CHIMERA", "THRESH_URSINE", "THRESH_DRAGON"],
  317.         "category" : ["MUTCAT_BEAST", "MUTCAT_RAPTOR", "MUTCAT_CHIMERA", "MUTCAT_URSINE", "MUTCAT_DRAGON"],
  318.         "passive_mods" : {
  319.             "int_mod" : -3
  320.         }
  321.     },{
  322.  
  323.         "type" : "mutation",
  324.         "id" : "LARGE",
  325.         "name" : "Inconveniently Large",
  326.         "points" : 0,
  327.         "visibility" : 1,
  328.         "ugliness" : 1,
  329.         "mixed_effect" : true,
  330.         "description" : "You have grown noticeably taller and broader.  Much of it is useful muscle mass (Strength +2), but you find it throws off your balance and you get in your own way (+1 Torso and Arm Encumbrance).",
  331.         "prereqs" : ["STR_UP", "STR_UP_2", "STR_UP_3", "STR_UP_4"],
  332.         "changes_to": ["LARGE_OK", "HUGE"],
  333.         "threshreq" : ["THRESH_DRAGON"],
  334.         "category" : ["MUTCAT_URSINE", "MUTCAT_CATTLE", "MUTCAT_LIZARD"],
  335.         "passive_mods" : {
  336.             "str_mod" : 2
  337.         }
  338.     },{
  339.         "type" : "mutation",
  340.         "id" : "LARGE_OK",
  341.         "name" : "Large",
  342.         "points" : 2,
  343.         "visibility" : 1,
  344.         "ugliness" : 0,
  345.         "description" : "You carry your rugged body with the dignity you deserve.  Strength +2.",
  346.         "prereqs" : ["LARGE"],
  347.         "prereqs2" : ["STR_UP", "STR_UP_2", "STR_UP_3", "STR_UP_4"],
  348.         "threshreq" : ["THRESH_URSINE", "THRESH_CATTLE", "THRESH_LIZARD", "THRESH_DRAGON"],
  349.         "changes_to": ["HUGE"],
  350.         "leads_to" : ["MUT_TOUGH"],
  351.         "category" : ["MUTCAT_URSINE", "MUTCAT_CATTLE", "MUTCAT_LIZARD", "MUTCAT_DRAGON"],
  352.         "passive_mods" : {
  353.             "str_mod" : 2
  354.         }
  355.     },{
  356.         "type" : "mutation",
  357.         "id" : "HUGE",
  358.         "name" : "Freakishly Huge",
  359.         "points" : -2,
  360.         "visibility" : 4,
  361.         "ugliness" : 4,
  362.         "mixed_effect" : true,
  363.         "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 +4), but it's a real pain to haul around.",
  364.         "prereqs" : ["LARGE", "LARGE_OK"],
  365.         "prereqs2" : ["STR_UP_3", "STR_UP_4"],
  366.         "threshreq" : ["THRESH_DRAGON"],
  367.         "changes_to": ["HUGE_OK"],
  368.         "category" : ["MUTCAT_URSINE", "MUTCAT_CATTLE", "MUTCAT_DRAGON"],
  369.         "passive_mods" : {
  370.             "str_mod" : 4
  371.         }
  372.     },{
  373.         "type" : "mutation",
  374.         "id" : "HUGE_OK",
  375.         "name" : "Huge",
  376.         "points" : 2,
  377.         "visibility" : 4,
  378.         "ugliness" : 3,
  379.         "mixed_effect" : true,
  380.         "description" : "Your cardiovascular system has caught up with your muscular physique, so who needs pathetic human cars? Strength +4.",
  381.         "prereqs" : ["HUGE"],
  382.         "prereqs2" : ["STR_UP_3", "STR_UP_4"],
  383.         "threshreq" : ["THRESH_URSINE", "THRESH_CATTLE", "THRESH_DRAGON"],
  384.         "leads_to" : ["MUT_TOUGH"],
  385.         "category" : ["MUTCAT_URSINE", "MUTCAT_CATTLE", "MUTCAT_DRAGON"],
  386.         "passive_mods" : {
  387.             "str_mod" : 4
  388.         }
  389.     },{
  390.         "type" : "mutation",
  391.         "id" : "SLIT_NOSTRILS",
  392.         "name" : "Slit Nostrils",
  393.         "points" : -2,
  394.         "visibility" : 7,
  395.         "ugliness" : 4,
  396.         "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 1.",
  397.         "category" : ["MUTCAT_LIZARD", "MUTCAT_TROGLOBITE", "MUTCAT_CEPHALOPOD", "MUTCAT_RAPTOR", "MUTCAT_DRAGON"]
  398.     },{
  399.         "type" : "mutation",
  400.         "id" : "FORKED_TONGUE",
  401.         "name" : "Forked Tongue",
  402.         "points" : 0,
  403.         "visibility" : 1,
  404.         "ugliness" : 3,
  405.         "description" : "Your tongue is forked, like that of a reptile.  This has no effect.",
  406.         "category" : ["MUTCAT_LIZARD", "MUTCAT_RAPTOR", "MUTCAT_DRAGON"]
  407.     },{
  408.         "type" : "mutation",
  409.         "id" : "MUZZLE_LONG",
  410.         "name" : "Reptilian Muzzle",
  411.         "points" : -3,
  412.         "visibility" : 8,
  413.         "ugliness" : 8,
  414.         "mixed_effect" : true,
  415.         "description" : "Your face and jaws are a shorter version of those found on alligators.  They look NASTY-as do the bite wounds they can inflict-but prevent you from wearing mouthgear.",
  416.         "cancels" : ["BEAK", "BEAK_HUM", "BEAK_PECK", "PROBOSCIS", "MUZZLE", "MINOTAUR", "MUZZLE_BEAR"],
  417.         "prereqs" : ["SNOUT"],
  418.         "category" : ["MUTCAT_LIZARD", "MUTCAT_DRAGON"]
  419.     },{
  420.         "type" : "mutation",
  421.         "id" : "CARNIVORE",
  422.         "name" : "Carnivore",
  423.         "points" : -4,
  424.         "description" : "Your body's ability to digest fruits, vegetables and grains is severely hampered.  You cannot eat anything besides meat.",
  425.         "cancels" : ["VEGETARIAN", "HERBIVORE", "RUMINANT",  "GRAZER"],
  426.         "leads_to" : ["SAPROVORE"],
  427.         "category" : ["MUTCAT_LIZARD", "MUTCAT_BEAST", "MUTCAT_SPIDER", "MUTCAT_CHIMERA", "MUTCAT_RAPTOR", "MUTCAT_FELINE", "MUTCAT_DRAGON"]
  428.     },{
  429.         "type" : "mutation",
  430.         "id" : "HISS",
  431.         "name": "Hissing Voice",
  432.         "mixed_effect" : true,
  433.         "points": -1,
  434.         "description": "You hiss when speaking.  Persuading NPCs will be more difficult, but threatening them will be easier.",
  435.         "category": ["MUTCAT_LIZARD", "MUTCAT_RAPTOR", "MUTCAT_DRAGON"]
  436.     },{
  437.         "type" : "mutation",
  438.         "id" : "THRESH_DRAGON",
  439.         "name" : "Dragonblood",
  440.         "points" : 1,
  441.         "description" : "You used to think that dragons don't exist. Zombies aren't supposed to be real either, last you checked.",
  442.         "valid": false,
  443.         "purifiable": false,
  444.         "threshold": true
  445.     },{
  446.         "type" : "mutation",
  447.         "id" : "QUICK",
  448.         "name" : "Quick",
  449.         "points" : 3,
  450.         "description" : "You're just generally quick!  You get a 10% bonus to action points.",
  451.         "starting_trait" : true,
  452.         "category" : ["MUTCAT_BIRD", "MUTCAT_INSECT", "MUTCAT_TROGLOBITE", "MUTCAT_CHIMERA", "MUTCAT_RAPTOR", "MUTCAT_DRAGON"]
  453.     },{
  454.         "type" : "mutation",
  455.         "id" : "NIGHTVISION",
  456.         "name" : "Night Vision",
  457.         "points" : 1,
  458.         "description" : "You possess natural night vision, and can see two squares instead of one in pitch blackness.  Activate to toggle NV-visible areas on or off.",
  459.         "starting_trait" : true,
  460.         "changes_to" : ["NIGHTVISION2"],
  461.         "cancels": ["ELFA_NV", "ELFA_FNV", "FEL_NV", "URSINE_EYE"],
  462.         "category" : ["MUTCAT_BIRD", "MUTCAT_CATTLE", "MUTCAT_INSECT", "MUTCAT_DRAGON"],
  463.         "active" : true
  464.     },{
  465.         "type" : "mutation",
  466.         "id" : "TERRIFYING",
  467.         "name" : "Terrifying",
  468.         "points" : 1,
  469.         "description" : "There's something about you that creatures find frightening, and they are more likely to try to flee.",
  470.         "starting_trait" : true,
  471.         "category" : ["MUTCAT_BEAST", "MUTCAT_INSECT", "MUTCAT_CHIMERA", "MUTCAT_DRAGON"]
  472.     },{
  473.         "type" : "mutation",
  474.         "id" : "HEAVYSLEEPER",
  475.         "name" : "Heavy Sleeper",
  476.         "points" : -1,
  477.         "description" : "You're quite the heavy sleeper.  Noises are unlikely to wake you up.",
  478.         "changes_to" : ["HEAVYSLEEPER2"],
  479.         "starting_trait" : true,
  480.         "category" : ["MUTCAT_INSECT", "MUTCAT_PLANT", "MUTCAT_MEDICAL", "MUTCAT_DRAGON"]
  481.     },{
  482.         "type" : "mutation",
  483.         "id" : "BADTEMPER",
  484.         "name" : "Bad Temper",
  485.         "points" : -2,
  486.         "description" : "Things just keep getting you down.  You tend to be unhappy, and it takes some doing to cheer you up.",
  487.         "starting_trait" : true,
  488.         "cancels" : ["OPTIMISTIC"],
  489.         "category" : ["MUTCAT_URSINE", "MUTCAT_LIZARD", "MUTCAT_CHIMERA", "MUTCAT_DRAGON"]
  490.     },{
  491.         "type" : "mutation",
  492.         "id" : "SMELLY",
  493.         "name" : "Strong Scent",
  494.         "points" : -1,
  495.         "description" : "Your scent is particularly strong.  It's not offensive to humans, but animals that track your scent will do so more easily.",
  496.         "starting_trait" : true,
  497.         "changes_to" : ["SMELLY2"],
  498.         "cancels" : ["WEAKSCENT"],
  499.         "category" : ["MUTCAT_FELINE", "MUTCAT_LUPINE", "MUTCAT_DRAGON"]
  500.     },{
  501.         "type" : "mutation",
  502.         "id" : "ANIMALDISCORD",
  503.         "name" : "Animal Discord",
  504.         "points" : -1,
  505.         "description" : "Most animals don't like you, and aggressive animals are more likely to attack you.  This only applies to natural animals such as woodland creatures.",
  506.         "starting_trait" : true,
  507.         "cancels" : ["ANIMALEMPATH"],
  508.         "category" : ["MUTCAT_LUPINE", "MUTCAT_BEAST", "MUTCAT_DRAGON"]
  509.     },{
  510.         "type" : "mutation",
  511.         "id" : "HOARDER",
  512.         "name" : "Hoarder",
  513.         "points" : -4,
  514.         "description" : "You don't feel right unless you're carrying as much as you can.  You suffer morale penalties for carrying less than maximum volume (weight is ignored).  Xanax can help control this anxiety.",
  515.         "starting_trait" : true,
  516.         "valid" : false,
  517.         "category" : ["MUTCAT_DRAGON"]
  518.     },{
  519.         "type" : "mutation",
  520.         "id" : "GOODMEMORY",
  521.         "name" : "Good Memory",
  522.         "points" : 3,
  523.         "description" : "You have a an exceptional memory, and find it easy to remember things.  Your skills will erode slightly slower than usual.",
  524.         "starting_trait" : true,
  525.         "valid" : false,
  526.         "cancels" : ["FORGETFUL"],
  527.         "category" : ["MUTCAT_DRAGON"]
  528.     },{
  529.         "type" : "mutation",
  530.         "id" : "CLAWS",
  531.         "name" : "Claws",
  532.         "points" : 2,
  533.         "visibility" : 3,
  534.         "ugliness" : 2,
  535.         "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.",
  536.         "prereqs" : ["NAILS"],
  537.         "changes_to" : ["CLAWS_RETRACT", "CLAWS_RAT"],
  538.         "cancels" : ["TALONS"],
  539.         "category" : ["MUTCAT_BEAST", "MUTCAT_RAT", "MUTCAT_URSINE", "MUTCAT_DRAGON"]
  540.     },{
  541.         "type" : "mutation",
  542.         "id" : "RAP_TALONS",
  543.         "name" : "Toe Talons",
  544.         "points" : -1,
  545.         "visibility" : 4,
  546.         "ugliness" : 2,
  547.         "mixed_effect" : true,
  548.         "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 walking.  Unfortunately, they do prevent you from wearing footgear, which does cause some problems.",
  549.         "valid" : false,
  550.         "cancels" : ["PADDED_FEET", "LEG_TENTACLES", "HOOVES", "ROOTS1", "ROOTS2", "ROOTS3"],
  551.         "category" : ["MUTCAT_RAPTOR", "MUTCAT_DRAGON"]
  552.     },{
  553.         "type" : "mutation",
  554.         "id" : "HORNS",
  555.         "name" : "Horns",
  556.         "points" : 2,
  557.         "visibility" : 3,
  558.         "ugliness" : 1,
  559.         "description" : "You have a pair of small horns on your head.  They allow you to make a weak piercing headbutt attack.",
  560.         "prereqs" : ["HEADBUMPS"],
  561.         "cancels" : ["ANTENNAE"],
  562.         "changes_to" : ["HORNS_CURLED", "HORNS_POINTED", "ANTLERS"],
  563.         "category" : ["MUTCAT_CATTLE", "MUTCAT_DRAGON"]
  564.     },{
  565.         "type" : "mutation",
  566.         "id" : "HORNS_CURLED",
  567.         "name" : "Curled Horns",
  568.         "points" : -1,
  569.         "visibility" : 8,
  570.         "ugliness" : 2,
  571.         "mixed_effect" : true,
  572.         "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.",
  573.         "prereqs" : ["HORNS"],
  574.         "cancels" : ["ANTENNAE", "HORNS_POINTED", "ANTLERS"],
  575.         "category" : ["MUTCAT_CHIMERA", "MUTCAT_DRAGON"]
  576.     }
  577. ]
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top