Skip to content
Snippets Groups Projects
Commit 028a8049 authored by Anu's avatar Anu
Browse files

Update mod_editSlaveCheatNew.tw

parent 11ca1f9c
No related branches found
No related tags found
No related merge requests found
...@@ -2813,24 +2813,24 @@ ...@@ -2813,24 +2813,24 @@
''Pregnancy Week (Literal number of weeks pregnant):'' ''Pregnancy Week (Literal number of weeks pregnant):''
<<textbox "$tempSlave.pregWeek" $tempSlave.pregWeek>> <<textbox "$tempSlave.pregWeek" $tempSlave.pregWeek>>
<br> <br>
''Pregnancy adaptation rating (5: prepubescent loli, 50: normal adult, 51+: practiced):'' ''Pregnancy adaptation rating (5: prepubescent loli, 50: normal adult, 51+: practiced):''
<<if $tempSlave.pregAdaptation < 10>> <<if $tempSlave.pregAdaptation < 10>>
@@.yellow;Critically poor@@. @@.yellow;Critically poor@@.
<<elseif $tempSlave.pregAdaptation < 30>> <<elseif $tempSlave.pregAdaptation < 30>>
@@.yellow;Very poor@@. @@.yellow;Very poor@@.
<<elseif $tempSlave.pregAdaptation < 50>> <<elseif $tempSlave.pregAdaptation < 50>>
@@.yellow;Poor@@. @@.yellow;Poor@@.
<<elseif $tempSlave.pregAdaptation < 60>> <<elseif $tempSlave.pregAdaptation < 60>>
@@.yellow;Normal@@. @@.yellow;Normal@@.
<<elseif $tempSlave.pregAdaptation < 100>> <<elseif $tempSlave.pregAdaptation < 100>>
@@.yellow;Well-adapted@@. @@.yellow;Well-adapted@@.
<<elseif $tempSlave.pregAdaptation < 300>> <<elseif $tempSlave.pregAdaptation < 300>>
@@.yellow;Astonishingly well-adapted@@. @@.yellow;Astonishingly well-adapted@@.
<<else>> <<else>>
@@.yellow;Unshakeable broodmother@@. @@.yellow;Unshakeable broodmother@@.
<</if>> <</if>>
<<textbox "$tempSlave.pregAdaptation" $tempSlave.pregAdaptation>> <<textbox "$tempSlave.pregAdaptation" $tempSlave.pregAdaptation>>
<br> <br>
''Number of babies (0: none, 1 - 5):'' ''Number of babies (0: none, 1 - 5):''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment