trying to make new wall

Amadee128

Chieftain
Joined
Aug 18, 2012
Messages
9
i intend to make a replacement for the walls

intended --> +100hp and +7 city defence
can anyone give me some pointers about how to make that happen?

i can set the production cost and the 0 maintenance(at least i hope i got that part right)

Moderator Action: Moved to appropriate forum.
 
If you have the Babylon DLC then you can check how the Walls of Babylon are defined (in assets\DLC\Expansion\DLC\DLC_Deluxe\Gameplay\XML\CIV5Buildings_Babylon.xml) and do something similar in your mod.
 
looking at it now

i understand where the +6 def comes from, but where can i alter the hitpoints(for future occasions maybe)
 
The normal walls have this:

Code:
<ExtraCityHitPoints>50</ExtraCityHitPoints>

Perhaps you're looking at the vanilla XML file, where the Walls don't give extra hit points, instead of the expansion file (assets\DLC\Expansion\Gameplay\XML\Buildings\CIV5Buildings.xml).

Edit: For an unknown reason the forum inserted extra spaces in the paths I posted.
 
Back
Top Bottom