How do i increase unit combat strength?

i like turtles

Chieftain
Joined
Feb 17, 2015
Messages
43
Im playing with the 3rd and 4th uniques. But i got rid of the overlapping uniques so each civ only has 1 new unique instead of 2. I want to increase the teutonic knight unit strength from 20 to 24 since a knight's base strength is 24. How i do that?thank you.
 
-go to
MODS\(3UC) - 3rd Unique Component (v 3)\Germany

-open TeutonicKnight.xml

-in line 45, change <Combat>18</Combat> to the desired value
 
i cant find the combat strength section for some reason. i pressed down 45 times and i cant find the combat number you said. Am i just blind?
 
You are probably using a program like notepad that doesn't display it correctly line by line. Use something like notepad++ instead.

You should be able to locate it by using Find Next as well.
 
Have you tried pressing Ctrl+F to bring up the search function? You can copy-paste the desired line into the search bar to quickly find it.
 
Sorry mate, I should have asked which version of the 3UC you are using.
When you can't find the Combat-entry, you must be using v3, where the creator of this mod switched to SQL-files.
So go to the same directory as above but open the 3UC_GERMANY.sql and on line 29 (in the 'Units'-section) replace the word 'combat' with the value (number) of your choice, so the line should look like this:

SELECT 'UNIT_3UC_TEUTONIC_KNIGHT', Class, PrereqTech, RangedCombat, Range, Special, 24, Cost, ObsoleteTech, GoodyHutUpgradeUnitClass, FaithCost, ...
 
thank you all it worked!

Another question, how can i transfer the base bonuses of a building to the new unique buildings? Like giving the Yurt the usual ivory and culture bonus of a normal circus?
 
thank you all it worked!

Another question, how can i transfer the base bonuses of a building to the new unique buildings? Like giving the Yurt the usual ivory and culture bonus of a normal circus?

You'll have do it manually, copy the Circus's XML code and paste it into the Yurt and making adjustment.
 
Back
Top Bottom