aboutsummaryrefslogtreecommitdiff
path: root/mutations.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
commit54d268b0eef4356c2d5cf9fb7ba726878060e478 (patch)
tree05618ccf2be77e482d5fe3eecb50b33cf4dc5694 /mutations.json
downloadcataclysm-dda-mod_battle-maid-redone-54d268b0eef4356c2d5cf9fb7ba726878060e478.tar.xz
Initial commit
Diffstat (limited to 'mutations.json')
-rw-r--r--mutations.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/mutations.json b/mutations.json
new file mode 100644
index 0000000..3ddde7a
--- /dev/null
+++ b/mutations.json
@@ -0,0 +1,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
+ }
+]