aboutsummaryrefslogtreecommitdiff
path: root/mutations.json
diff options
context:
space:
mode:
Diffstat (limited to 'mutations.json')
-rw-r--r--mutations.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/mutations.json b/mutations.json
new file mode 100644
index 0000000..402d150
--- /dev/null
+++ b/mutations.json
@@ -0,0 +1,42 @@
+[
+{
+ "type" : "mutation",
+ "id" : "MARTIAL_ARTS_maid",
+ "name" : "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" : "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" : "Cat characteristics",
+ "points" : 0,
+ "description" : "You have grown features that of a cat.",
+ "valid": false,
+ "purifiable": false,
+ "profession": true
+},
+{
+ "type" : "mutation",
+ "id" : "STYLISH",
+ "name" : "Stylish",
+ "points" : 1,
+ "description" : "Practicality is far less important than style. Your morale is improved by wearing fashionable and attractive clothing.",
+ "starting_trait" : true,
+ "valid" : false
+}
+] \ No newline at end of file