Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the documentation of Enable_Nuke #2450

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/Modding/Rulesets/actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,10 @@ Nuke City
* the actor unit must be on a tile next to the target unless :code:`nuke_city_max_range` allows it to be
further away.

.. note::
Units that can perform this action can only be built when the
:ref:`Enable_Nuke <effect-enable-nuke>` effect is active.

.. _action-conquer-city:

Conquer City
Expand Down Expand Up @@ -1006,6 +1010,10 @@ Nuke Units
* it is in a city.
* it is on a tile with a native Extra.

.. note::
Units that can perform this action can only be built when the
:ref:`Enable_Nuke <effect-enable-nuke>` effect is active.

.. _action-spy-attack:

Spy Attack
Expand Down Expand Up @@ -1047,6 +1055,10 @@ Explode Nuclear
* actor must be on the same tile as the target unless :code:`explode_nuclear_max_range` allows it to be
further away.

.. note::
Units that can perform this action can only be built when the
:ref:`Enable_Nuke <effect-enable-nuke>` effect is active.

.. _action-paradrop-unit:

Paradrop Unit
Expand Down
5 changes: 4 additions & 1 deletion docs/Modding/Rulesets/effects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,10 @@ Gov_Center
.. _effect-enable-nuke:

Enable_Nuke
Allows the production of nuclear weapons.
Allows the production of nuclear weapons (units that can do the
:ref:`Explode Nuclear <action-explode-nuclear>`,
:ref:`Nuke City <action-nuke-city>`, or
:ref:`Nuke Units <action-nuke-units>` actions).

.. _effect-enable-space:

Expand Down
Loading