aboutsummaryrefslogtreecommitdiff
path: root/mutations.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-28 13:18:23 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-28 13:18:23 -0700
commitdd76b82d508f9134c175d40b3915fc2bc5af04d3 (patch)
tree880031d8e5f1c45515bc968b6e15ae1fa5e9c117 /mutations.json
parentAdd cotton to maid vest to allow reinforcement (diff)
downloadcataclysm-dda-mod_battle-maid-redone-dd76b82d508f9134c175d40b3915fc2bc5af04d3.tar.xz
Fix spacing
Diffstat (limited to 'mutations.json')
-rw-r--r--mutations.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/mutations.json b/mutations.json
index 3ddde7a..b340d37 100644
--- a/mutations.json
+++ b/mutations.json
@@ -1,44 +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" : "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_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" : "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
+ "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
}
]