Skip to content

Commit

Permalink
Improve the documentation of Rapture_Grow
Browse files Browse the repository at this point in the history
Questions asked by Corbeau on Discord.
  • Loading branch information
lmoureaux authored and jwrober committed Jan 6, 2025
1 parent 4016b31 commit 3396333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/Manuals/Server/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -715,11 +715,14 @@ To place a setting value on any of these settings use the ``/set <option-name> <
Regardless of this setting, individual player colors can be changed after the game starts with the
``/playercolor`` command.

.. _server-option-rapturedelay:

``rapturedelay``
:strong:`Default Value (Min, Max)`: 1 (1, 99)

:strong:`Description`: Number of turns between rapture effect. Sets the number of turns between rapture
growth of a city. If set to :math:`n` a city will grow after celebrating for :math:`n+1` turns.
See also the `Rapture_Grow effect <effect-rapture-grow>`.

``razechance``
:strong:`Default Value (Min, Max)`: 20 (0, 100)
Expand Down
3 changes: 2 additions & 1 deletion docs/Modding/Rulesets/effects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,8 @@ Martial_Law_Max
.. _effect-rapture-grow:

Rapture_Grow
Can rapture grow cities.
A value larger than zero enables city growth through "rapture". The growth frequency can be
controlled via the :ref:`rapturedelay <server-option-rapturedelay>` server option.

.. _effect-revolution-unhappiness:

Expand Down

0 comments on commit 3396333

Please sign in to comment.