From 8b1736cac6bed23572921a5dee188981d0e4cfd3 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 25 Dec 2022 10:38:11 +0200 Subject: [PATCH 34/34] Stub: Do not set nuke action ranges See osdn #46360 Signed-off-by: Marko Lindqvist --- data/stub/game.ruleset | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/stub/game.ruleset b/data/stub/game.ruleset index b2a6c439ad..51b82f9e08 100644 --- a/data/stub/game.ruleset +++ b/data/stub/game.ruleset @@ -356,7 +356,7 @@ bombard_lethal_max_range = 1 ; The minimal distance from the actor unit to the target. The value 0 means ; that the target must be at the tile of the actor unit. The value 1 means ; that the tile must be a tile adjacent to the actor unit. -explode_nuclear_min_range = 0 +;explode_nuclear_min_range = 0 ; The maximum distance from the actor unit to the target of the ; "Explode Nuclear" action. The value 0 means that the target tile must be @@ -364,7 +364,7 @@ explode_nuclear_min_range = 0 ; adjacent to the actor unit. The special value "unlimited" lifts the ; maximum distance restriction. The maximum distance can`t be smaller than ; the minimum distance. -explode_nuclear_max_range = 0 +;explode_nuclear_max_range = 0 ; Will performing this action always consume the actor unit? explode_nuclear_consuming_always = TRUE @@ -372,14 +372,14 @@ explode_nuclear_consuming_always = TRUE ; The minimal distance from the actor unit to the target. The value 0 means ; that the target must be at the tile of the actor unit. The value 1 means ; that the tile must be a tile adjacent to the actor unit. -nuke_city_min_range = 1 +;nuke_city_min_range = 1 ; The maximum distance from the actor unit to the target of the ; "Nuke City" action. The value 1 means that the tile must be a tile ; adjacent to the actor unit. The special value "unlimited" lifts the ; maximum distance restriction. The maximum distance can`t be smaller than ; the minimum distance. -nuke_city_max_range = 1 +;nuke_city_max_range = 1 ; Will performing this action always consume the actor unit? nuke_city_consuming_always = TRUE @@ -393,14 +393,14 @@ nuke_city_target_kind = "City" ; The minimal distance from the actor unit to the target. The value 0 means ; that the target must be at the tile of the actor unit. The value 1 means ; that the tile must be a tile adjacent to the actor unit. -nuke_units_min_range = 1 +;nuke_units_min_range = 1 ; The maximum distance from the actor unit to the target of the ; "Nuke Units" action. The value 1 means that the tile must be a tile ; adjacent to the actor unit. The special value "unlimited" lifts the ; maximum distance restriction. The maximum distance can`t be smaller than ; the minimum distance. -nuke_units_max_range = 1 +;nuke_units_max_range = 1 ; Will performing this action always consume the actor unit? nuke_units_consuming_always = TRUE -- 2.35.1