Skip to content
Snippets Groups Projects
Commit 7cbf9de5 authored by Pregmodder's avatar Pregmodder
Browse files

no more consuming veterans. Also bodyswap work.

parent 262a64aa
No related branches found
No related tags found
2 merge requests!2047RA rework,!2042no more consuming veterans. Also bodyswap work.
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
1 1
-added bodyswapping -added bodyswapping
-begining of pronoun rework -begining of pronoun rework
-fixes
0.10.7.1-0.1.x 0.10.7.1-0.1.x
......
...@@ -15,11 +15,11 @@ ...@@ -15,11 +15,11 @@
They are equipped with the best the modern world has to offer: modern firearms, explosives, specialized weaponry, experimental railguns, adaptive body armor and high tech recon equipment. They are equipped with the best the modern world has to offer: modern firearms, explosives, specialized weaponry, experimental railguns, adaptive body armor and high tech recon equipment.
<</if>> <</if>>
<<if $args[0].training <= 33>> <<if $args[0].training <= 33>>
They lack the experience to be considered consumed professionals, but their eagerness to defend the arcology makes up for it. They lack the experience to be considered consummate professionals, but their eagerness to defend the arcology makes up for it.
<<elseif $args[0].training <= 66>> <<elseif $args[0].training <= 66>>
They have trained <<if $args[0].battlesFought > 0>>and fought<</if>> enough to be considered disciplined, professional soldiers, ready to face the battlefield. They have trained <<if $args[0].battlesFought > 0>>and fought<</if>> enough to be considered disciplined, professional soldiers, ready to face the battlefield.
<<else>> <<else>>
They are consumed veterans, with a wealth of experience and perfectly trained. On the battlefield they are a well oiled war machine capable of facing pretty much anything. They are consummate veterans, with a wealth of experience and perfectly trained. On the battlefield they are a well oiled war machine capable of facing pretty much anything.
<</if>> <</if>>
<<if $args[0].loyalty < 10>> <<if $args[0].loyalty < 10>>
The unit is extremely disloyal. Careful monitoring of their activities and relationships should be implemented. The unit is extremely disloyal. Careful monitoring of their activities and relationships should be implemented.
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<<elseif $args[0].training <= 66>> <<elseif $args[0].training <= 66>>
They have trained <<if $args[0].battlesFought > 0>>and fought<</if>> enough to be considered disciplined, professional soldiers, ready to face the battlefield. They have trained <<if $args[0].battlesFought > 0>>and fought<</if>> enough to be considered disciplined, professional soldiers, ready to face the battlefield.
<<else>> <<else>>
They are consumed veterans, with a wealth of experience and perfectly trained. On the battlefield they are a well oiled war machine capable of facing pretty much anything. They are consummate veterans, with a wealth of experience and perfectly trained. On the battlefield they are a well oiled war machine capable of facing pretty much anything.
<</if>> <</if>>
<<if $args[0].loyalty < 10>> <<if $args[0].loyalty < 10>>
The unit is extremely disloyal. Careful monitoring of their activities and relationships should be implemented. The unit is extremely disloyal. Careful monitoring of their activities and relationships should be implemented.
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
<<elseif $args[0].training <= 66>> <<elseif $args[0].training <= 66>>
They have trained <<if $args[0].battlesFought > 0>>and fought<</if>> enough to be considered disciplined, professional soldiers, ready to face the battlefield. They have trained <<if $args[0].battlesFought > 0>>and fought<</if>> enough to be considered disciplined, professional soldiers, ready to face the battlefield.
<<else>> <<else>>
They are consumed veterans, with a wealth of experience and perfectly trained. On the battlefield they are a well oiled war machine capable of facing pretty much anything. They are consummate veterans, with a wealth of experience and perfectly trained. On the battlefield they are a well oiled war machine capable of facing pretty much anything.
<</if>> <</if>>
<<if $args[0].loyalty < 10>> <<if $args[0].loyalty < 10>>
The unit is extremely disloyal. Careful monitoring of their activities and relationships should be implemented. The unit is extremely disloyal. Careful monitoring of their activities and relationships should be implemented.
......
This diff is collapsed.
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