aboutsummaryrefslogtreecommitdiff
path: root/mutations.json
blob: 32bc82ea1613cf0f1e47564e8e7f406f6cb5b6ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[
  {
    "type": "mutation",
    "id": "PROF_MA_MAID",
    "name": { "str": "Battle Maid" },
    "points": 0,
    "description": "Your Mistress was more hated than most, forcing you to learn some unorthodox combat techniques.",
    "initial_ma_styles": [ "style_maid" ],
    "valid": false,
    "purifiable": false,
    "profession": true
  },
  {
    "type": "mutation",
    "id": "PROF_MISTRESS",
    "name": { "str": "Mistress" },
    "points": 0,
    "description": "You are the child of a wealthy family, accustomed to living in luxury. Times may be hard now, but at least you have your loyal servant to keep you safe.",
    "valid": false,
    "purifiable": false,
    "profession": true
  },
  {
    "type": "mutation",
    "id": "PROF_NEKOMIMI",
    "name": { "str": "Nekomimi" },
    "points": 0,
    "description": "You have grown features resembling those of a catgirl.",
    "visibility": 10,
    "ugliness": -5,
    "valid": false,
    "purifiable": false,
    "profession": true
  }
]