From cbae30fb13a8abbf6ecb8c58aabbb6ae17286211 Mon Sep 17 00:00:00 2001 From: Sveinung Kvilhaugsvik Date: Thu, 15 Apr 2021 10:59:10 +0200 Subject: [PATCH] Document "Nuke Units" on non native tiles. The action "Nuke Units" is influenced by tile nativity of the target unit, the "AttackNonNative" unit class flag the "Only_Native_Attack" unit type flag. Document it. See osdn #42004 --- doc/README.actions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/README.actions b/doc/README.actions index 67dc7e0478..ce9e977237 100644 --- a/doc/README.actions +++ b/doc/README.actions @@ -775,6 +775,9 @@ Actions done by a unit against all units at a tile * any action listed in nuke_units_blocked_by must be impossible * the range of legal distance between actor unit and target the actor units must be between nuke_units_min_range and nuke_units_max_range + * the actor must be native to the target tile unless it has the + "AttackNonNative" unit class flag and not the "Only_Native_Attack" unit + type flag. * one or all (unreachableprotects) non transported units at the target tile must be reachable. A unit is reachable if any of the following is true: -- 2.30.2