diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-21 11:28:33 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-21 11:28:33 -0700 |
commit | 221e1e218a2e90cab9741422e1be9d6ac29c4493 (patch) | |
tree | 34326ee7b76b9e606643ff91b45c4952078cd975 /vamp_stuff/Modification_Files/Monsters | |
parent | Many readme updates. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-221e1e218a2e90cab9741422e1be9d6ac29c4493.tar.xz |
Update guns from stab to bullet damage.
Change description for leech ammo fake item.
Diffstat (limited to 'vamp_stuff/Modification_Files/Monsters')
-rw-r--r-- | vamp_stuff/Modification_Files/Monsters/shot_method_ammo.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vamp_stuff/Modification_Files/Monsters/shot_method_ammo.json b/vamp_stuff/Modification_Files/Monsters/shot_method_ammo.json index a8a9521..6983cdf 100644 --- a/vamp_stuff/Modification_Files/Monsters/shot_method_ammo.json +++ b/vamp_stuff/Modification_Files/Monsters/shot_method_ammo.json @@ -3,7 +3,7 @@ "id": "leechtooth", "type": "AMMO", "name": { "str": "leech tooth" }, - "description": "You cheated, buddy.", + "description": "This is a fake item to simulate leech ranged attacks. If found in a game, it is a bug.", "weight": "1 g", "volume": "250 ml", "price": 0, @@ -22,7 +22,7 @@ "id": "leechblood", "type": "AMMO", "name": { "str": "leech blood" }, - "description": "You cheated, buddy.", + "description": "This is a fake item to simulate leech ranged attacks. If found in a game, it is a bug.", "weight": "1 g", "volume": "250 ml", "price": 0, @@ -41,7 +41,7 @@ "id": "leechsharptooth", "type": "AMMO", "name": { "str": "leech sharp tooth" }, - "description": "You cheated, buddy.", + "description": "This is a fake item to simulate leech ranged attacks. If found in a game, it is a bug.", "weight": "1 g", "volume": "250 ml", "price": 0, |