summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-12 10:11:09 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-12 10:11:09 -0800
commitceb746d0d43a67ebad1bee9a6076fc3a49386512 (patch)
treea2a82ace73f2b1a0396ecd7319b099a64120593a
parentFix inconsistant turret naming. (diff)
downloadcataclysm-bn-mod_restore-crows-turrets-ceb746d0d43a67ebad1bee9a6076fc3a49386512.tar.xz
Update CROWS turret fire resist ala BN 2022-10-30-1606.
-rw-r--r--json/monsters/turrets.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/json/monsters/turrets.json b/json/monsters/turrets.json
index 5caf087..64a765b 100644
--- a/json/monsters/turrets.json
+++ b/json/monsters/turrets.json
@@ -19,6 +19,7 @@
"armor_bash": 14,
"armor_cut": 16,
"armor_bullet": 13,
+ "armor_fire": 15,
"vision_day": 50,
"vision_night": 3,
"revert_to_itype": "bot_turret_light",
@@ -78,6 +79,7 @@
"armor_bash": 14,
"armor_cut": 16,
"armor_bullet": 13,
+ "armor_fire": 15,
"vision_day": 50,
"vision_night": 3,
"revert_to_itype": "bot_turret_medium",
@@ -137,6 +139,7 @@
"armor_bash": 14,
"armor_cut": 16,
"armor_bullet": 13,
+ "armor_fire": 15,
"vision_day": 50,
"vision_night": 3,
"revert_to_itype": "bot_turret_longrange",