aboutsummaryrefslogtreecommitdiff
path: root/mutations.json
blob: b340d372c9c5ec6090f43543d37f6d3cd17bd8ec (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
36
37
38
39
40
41
42
43
44
[
    {
        "type" : "mutation",
        "id" : "MARTIAL_ARTS_maid",
        "name" : { "str": "Servant's fighting technique" },
        "points" : 3,
        "description" : "You have learned the secret assassination techniques of a first-class servant.",
        "starting_trait" : true,
        "initial_ma_styles" : [ "style_maid" ],
        "valid" : false
    },
    {
        "type" : "mutation",
        "id" : "PROF_MA_MAID",
        "name" : { "str": "Servant's fighting technique" },
        "points" : 0,
        "description" : "You have learned the secret assassination techniques of a first-class servant.",
        "initial_ma_styles" : [ "style_maid" ],
        "valid": false,
        "purifiable": false,
        "profession": true
    },
    {
        "type" : "mutation",
        "id" : "PROF_NEKOMIMI",
        "name" : { "str": "Cat characteristics" },
        "points" : 0,
        "description" : "You have grown features that of a cat.",
        "valid": false,
        "purifiable": false,
        "profession": true
    },
    {
        "type": "mutation",
        "id": "FELINE_EARS",
        "name": { "str": "Feline Ears" },
        "points": 0,
        "visibility": 4,
        "description": "Your ears have extended into long, pointed, velvety ones, like those of a feline.  You find it easier to tune in on sounds from afar.",
        "types": [ "EARS" ],
        "category": [ "FELINE" ],
        "hearing_modifier": 1.25
    }
]