Skip to content

Commit 4e414ba

Browse files
pre-commit-ci[bot]Birkow
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent de77231 commit 4e414ba

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/plugins/autobutcher.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ will forbid fertile eggs in claimed nestboxes up to 4 + number of annimals
3737
missing to autobutcher target. This will allow for larger number of hatchilings
3838
in initial breadin program phase when increasing livestock.
3939
When population reaches intended target only base amount of eggs will be left
40-
for breading purpose.
40+
for breading purpose.
4141
It is possible to alter this behaviour and compleatly stop protection of eggs
42-
when population target is reached.
42+
when population target is reached.
4343
In case of clutch larger than needed target eggs will be split in two separate
4444
stacks and only one of them forbidden.
4545
Check for forbidding eggs is made when fertile eggs are laid for one of
@@ -100,30 +100,30 @@ Usage
100100

101101
``autobutcher nestboxes ignore <true/false> (autobutcher nb i <1/0>)``
102102

103-
By default nestboxes module respects main plugin's enabled status,
103+
By default nestboxes module respects main plugin's enabled status,
104104
autowatch and watched status for specific races.
105105
It is possible to allow nestboxes module to ignore that and work
106-
on it's own. In case like that missing animal count will not be added
106+
on it's own. In case like that missing animal count will not be added
107107
to target of protected eggs.
108108

109109
``autobutcher nestboxes target <race> <base_target> <ama> <stop> <watched>``
110110
``autobutcher nb t <race> <base_target> <ama> <stop> <watched>``
111111

112112
Nestboxes target command allows to change how script handles specific
113113
animal race, DEFAULT settings for new races or ALL curently watched races
114-
and default value for new ones.
114+
and default value for new ones.
115115
<race> parameter accepts "DEFAULT", "ALL", creature id (e.g. BIRD_TURKEY)
116116
or race id (190 for Turkey)
117-
<base_target> base number of fertile eggs that will be protected by
117+
<base_target> base number of fertile eggs that will be protected by
118118
frobidding them in nestboxes. Default 4.
119119
<ama> true/false value, if set to true animal count missing to autobutcher
120120
popualtion targets will be added to base target for protected eggs.
121121
Default true.
122122
<stop> if set to true module will stop protection of eggs for race as long
123123
as population target is maintained. Default true.
124-
<watched> If eggs laid by race should be monitored and protected.
124+
<watched> If eggs laid by race should be monitored and protected.
125125
Default true.
126-
If parameter is not specified already existing value will be mantained.
126+
If parameter is not specified already existing value will be mantained.
127127
If new race is added missing values will be taken from default settings.
128128

129129
``autobutcher nestboxes split_stacks <true/false> (autobutcher nb s <1/0>)``

0 commit comments

Comments
 (0)