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
|
[
{
"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_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
},
{
"type": "mutation",
"id": "FELINE_EARS",
"copy-from": "FELINE_EARS",
"points": 0
}
]
|