diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-22 19:16:59 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-22 19:16:59 -0700 |
commit | 97b7886db8aa3181f8fccc7e408799b2d8e8748d (patch) | |
tree | e03b549305e614da87310fe6cccd6cc0c6aa4db9 | |
parent | Convert leech size to volume/weight. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-97b7886db8aa3181f8fccc7e408799b2d8e8748d.tar.xz |
Restore diff values to leeches.
-BN still seems to support this value.
-rw-r--r-- | vamp_stuff/Modification_Files/Monsters/Insects/Leech.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Monsters/Insects/Leech.json b/vamp_stuff/Modification_Files/Monsters/Insects/Leech.json index 877aaf3..983040e 100644 --- a/vamp_stuff/Modification_Files/Monsters/Insects/Leech.json +++ b/vamp_stuff/Modification_Files/Monsters/Insects/Leech.json @@ -8,6 +8,7 @@ "species": [ "INSECT", "LEECH" ], "volume": "750 ml", "weight": "1 kg", + "diff": 15, "hp": 60, "bodytype": "snake", "speed": 95, @@ -40,6 +41,7 @@ "species": [ "INSECT", "LEECH" ], "volume": "62500 ml", "weight": "81500 g", + "diff": 25, "hp": 140, "bodytype": "snake", "speed": 85, @@ -72,6 +74,7 @@ "species": [ "INSECT", "LEECH" ], "volume": "40750 ml", "weight": "40750 g", + "diff": 10, "hp": 45, "bodytype": "snake", "speed": 95, @@ -104,6 +107,7 @@ "species": [ "INSECT", "LEECH" ], "volume": "40750 ml", "weight": "40750 g", + "diff": 15, "hp": 15, "bodytype": "snake", "speed": 145, @@ -136,6 +140,7 @@ "species": [ "INSECT", "LEECH" ], "volume": "875000 ml", "weight": "200 kg", + "diff": 50, "hp": 435, "bodytype": "snake", "speed": 55, @@ -167,6 +172,7 @@ "species": [ "INSECT", "LEECH" ], "volume": "62500 ml", "weight": "81500 g", + "diff": 26, "hp": 114, "bodytype": "snake", "speed": 90, @@ -217,6 +223,7 @@ "species": [ "INSECT", "LEECH" ], "volume": "40750 ml", "weight": "40750 g", + "diff": 20, "hp": 85, "bodytype": "snake", "speed": 115, @@ -249,6 +256,7 @@ "species": [ "INSECT", "LEECH" ], "volume": "750 ml", "weight": "1 kg", + "diff": 15, "hp": 52, "bodytype": "snake", "speed": 100, @@ -300,6 +308,7 @@ "species": [ "INSECT", "LEECH" ], "volume": "62500 ml", "weight": "81500 g", + "diff": 20, "hp": 145, "bodytype": "snake", "speed": 95, @@ -333,6 +342,7 @@ "species": [ "INSECT", "LEECH" ], "volume": "750 ml", "weight": "1 kg", + "diff": 5, "hp": 20, "bodytype": "snake", "speed": 100, @@ -365,6 +375,7 @@ "species": [ "INSECT", "LEECH" ], "volume": "40750 ml", "weight": "40750 g", + "diff": 29, "hp": 70, "bodytype": "snake", "speed": 105, @@ -414,6 +425,7 @@ "species": [ "INSECT", "LEECH" ], "volume": "62500 ml", "weight": "81500 g", + "diff": 30, "hp": 245, "bodytype": "snake", "speed": 75, @@ -445,6 +457,7 @@ "species": [ "INSECT", "LEECH" ], "volume": "40750 ml", "weight": "40750 g", + "diff": 20, "hp": 65, "bodytype": "snake", "speed": 105, @@ -478,6 +491,7 @@ "species": [ "INSECT", "LEECH" ], "volume": "40750 ml", "weight": "40750 g", + "diff": 15, "hp": 85, "bodytype": "snake", "speed": 100, |