@@ -37,9 +37,9 @@ will forbid fertile eggs in claimed nestboxes up to 4 + number of annimals
37
37
missing to autobutcher target. This will allow for larger number of hatchilings
38
38
in initial breadin program phase when increasing livestock.
39
39
When population reaches intended target only base amount of eggs will be left
40
- for breading purpose.
40
+ for breading purpose.
41
41
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.
43
43
In case of clutch larger than needed target eggs will be split in two separate
44
44
stacks and only one of them forbidden.
45
45
Check for forbidding eggs is made when fertile eggs are laid for one of
@@ -100,30 +100,30 @@ Usage
100
100
101
101
``autobutcher nestboxes ignore <true/false> (autobutcher nb i <1/0>) ``
102
102
103
- By default nestboxes module respects main plugin's enabled status,
103
+ By default nestboxes module respects main plugin's enabled status,
104
104
autowatch and watched status for specific races.
105
105
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
107
107
to target of protected eggs.
108
108
109
109
``autobutcher nestboxes target <race> <base_target> <ama> <stop> <watched> ``
110
110
``autobutcher nb t <race> <base_target> <ama> <stop> <watched> ``
111
111
112
112
Nestboxes target command allows to change how script handles specific
113
113
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.
115
115
<race> parameter accepts "DEFAULT", "ALL", creature id (e.g. BIRD_TURKEY)
116
116
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
118
118
frobidding them in nestboxes. Default 4.
119
119
<ama> true/false value, if set to true animal count missing to autobutcher
120
120
popualtion targets will be added to base target for protected eggs.
121
121
Default true.
122
122
<stop> if set to true module will stop protection of eggs for race as long
123
123
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.
125
125
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.
127
127
If new race is added missing values will be taken from default settings.
128
128
129
129
``autobutcher nestboxes split_stacks <true/false> (autobutcher nb s <1/0>) ``
0 commit comments