You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.rst
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1397,6 +1397,8 @@ Subcommands that persist until disabled or DF quit:
1397
1397
1398
1398
:adamantine-cloth-wear: Prevents adamantine clothing from wearing out while being worn (bug 6481).
1399
1399
1400
+
:confirm-embark: Adds a prompt before embarking (on the "prepare carefully" screen).
1401
+
1400
1402
fix-armory
1401
1403
----------
1402
1404
@@ -2068,6 +2070,20 @@ Tools:
2068
2070
* ``sand``: Displays an indicator when sand is present in the currently-selected area, similar to the default clay/stone indicators.
2069
2071
* ``sticky``: Maintains the selected local area while navigating the world map
2070
2072
2073
+
petcapRemover
2074
+
-------------
2075
+
2076
+
This plugin allows you to remove or raise the pet population cap. In vanilla DF, pets will not reproduce unless the population is below 50 and the number of children of that species is below a certain percentage. This plugin allows removing the second restriction and removing or raising the first. Pets still require PET or PET_EXOTIC tags in order to reproduce. Type help petcapRemover for exact usage. In order to make population more stable and avoid sudden population booms as you go below the raised population cap, this plugin counts pregnancies toward the new population cap. It can still go over, but only in the case of multiple births.
2077
+
2078
+
`petcapRemover`
2079
+
cause pregnancies now and schedule the next check
2080
+
`petcapRemover every n`
2081
+
set how often in ticks the plugin checks for possible pregnancies
2082
+
`petcapRemover cap n`
2083
+
set the new cap to n. if n = 0, no cap
2084
+
`petcapRemover pregtime n`
2085
+
sets the pregnancy duration to n ticks. natural pregnancies are 300000 ticks for the current race and 200000 for everyone else
2086
+
2071
2087
misery
2072
2088
------
2073
2089
When enabled, every new negative dwarven thought will be multiplied by a factor (2 by default).
0 commit comments