summaryrefslogtreecommitdiff
path: root/mutations-01_nerf-lightstep.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-29 18:01:32 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-29 18:01:32 -0700
commit444181f77cb649760c3099d9b96c8f863a8f8ddf (patch)
tree3e9e1e8c44a208c342fc919de1a24081739db884 /mutations-01_nerf-lightstep.patch
parentFix .50bmg ammo ordering (diff)
downloadcataclysm-bn-444181f77cb649760c3099d9b96c8f863a8f8ddf.tar.xz
Updated to 2021-10-29-1727
Reorganize patches into categories. Add patch to allow followers to eat from the basecamp stocks from farther away. -Reduces NPCs being prone to starve on large camps. Temporarily revert the book changes commit.
Diffstat (limited to 'mutations-01_nerf-lightstep.patch')
-rw-r--r--mutations-01_nerf-lightstep.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/mutations-01_nerf-lightstep.patch b/mutations-01_nerf-lightstep.patch
new file mode 100644
index 0000000..8fa46cd
--- /dev/null
+++ b/mutations-01_nerf-lightstep.patch
@@ -0,0 +1,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",