1[
2  {
3    "type": "mutation",
4    "id": "SUGAR",
5    "name": { "str": "Made Of Sugar" },
6    "mixed_effect": true,
7    "valid": false,
8    "purifiable": false,
9    "profession": true,
10    "points": 2,
11    "weakness_to_water": 5,
12    "ignored_by": [ "ZOMBIE" ],
13    "scent_type": "sc_sugar",
14    "thirst_modifier": -1.0,
15    "cancels": [
16      "THIRST",
17      "THIRST2",
18      "THIRST3",
19      "ANTIJUNK",
20      "LACTOSE",
21      "ANTIFRUIT",
22      "MEATARIAN",
23      "ANTIWHEAT",
24      "PROJUNK",
25      "CHAOTIC",
26      "CHAOTIC_BAD",
27      "UNSTABLE",
28      "HERBIVORE",
29      "ROBUST",
30      "CARNIVORE"
31    ],
32    "can_only_eat": [ "junk", "sugar", "honey" ],
33    "can_only_heal_with": [ "caramel_ointement" ],
34    "description": "You are literally made of sugar.",
35    "vitamin_rates": [ [ "vitC", -900 ], [ "vitB", -900 ], [ "vitA", -900 ], [ "iron", -900 ], [ "calcium", -900 ] ],
36    "starting_trait": true,
37    "healing_awake": 0.0,
38    "healing_resting": -1.0,
39    "healthy_rate": 0.0,
40    "bleed_resist": 1000,
41    "fat_to_max_hp": 0.1,
42    "anger_relations": [ [ "MARSHMALLOW", 20 ], [ "GUMMY", 5 ], [ "CHEWGUM", 20 ] ],
43    "allowed_category": [ "SUGAR" ],
44    "no_cbm_on_bp": [ "torso", "head", "eyes", "mouth", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r" ],
45    "armor": [
46      {
47        "parts": [ "torso", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r", "mouth", "eyes" ],
48        "cut": 10,
49        "bash": 5
50      }
51    ],
52    "flags": [ "NO_THIRST", "NO_DISEASE", "NO_RADIATION", "NO_MINIMAL_HEALING" ]
53  }
54]
55