blob: 8fa46cd7770eba1fb60491a3e634d57af294ac65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- a/data/json/mutations/mutations.json
+++ b/data/json/mutations/mutations.json
@@ -507,11 +507,11 @@
"id": "LIGHTSTEP",
"name": { "str": "Light Step" },
"points": 1,
- "description": "You make no noise while walking.",
+ "description": "You make less noise while walking.",
"starting_trait": true,
"category": [ "BIRD", "ELFA", "FELINE" ],
"cancels": [ "CLUMSY" ],
- "noise_modifier": 0.0
+ "noise_modifier": 0.4
},
{
"type": "mutation",
|