aboutsummaryrefslogtreecommitdiff
path: root/mutations.json
diff options
context:
space:
mode:
Diffstat (limited to 'mutations.json')
-rw-r--r--mutations.json32
1 files changed, 14 insertions, 18 deletions
diff --git a/mutations.json b/mutations.json
index fbae8dc..32bc82e 100644
--- a/mutations.json
+++ b/mutations.json
@@ -1,20 +1,10 @@
[
{
"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": "Battle Servant" },
+ "name": { "str": "Battle Maid" },
"points": 0,
- "description": "You have learned the secret assassination techniques of a first-class servant.",
+ "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,
@@ -22,18 +12,24 @@
},
{
"type": "mutation",
- "id": "PROF_NEKOMIMI",
- "name": { "str": "Cat characteristics" },
+ "id": "PROF_MISTRESS",
+ "name": { "str": "Mistress" },
"points": 0,
- "description": "You have grown features that of a cat.",
+ "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": "FELINE_EARS",
- "copy-from": "FELINE_EARS",
- "points": 0
+ "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
}
]