Sid Meier's Civilization VI
0 of 0

File information

Last updated

Original upload

Created by

Khafir

Uploaded by

khafir

Virus scan

Safe to use

Tags for this mod

About this mod

Modifications to the Inter-Continental Ballistic Missile (ICBM) to increase range and lethality.

Permissions and credits
This is a modification of the range of the ICBM. Additionally, I've also made modifications to increase the lethality of Nuclear and Thermonuclear Devices. I wanted the ICBM silos to have longer range and I felt like the effects (fallout, blast radius) needed to be tweaked as well. To help offset the increase in lethality I also chose to increase the maintenance costs. In short, ICBMs will have a greater range and nuclear weapons will have an increased blast radius and fallout duration.

Specifically, changes were made to the following values under the WMD_NUCLEAR_DEVICE and WMD_THERMONUCLEAR_DEVICE weapon types: BlastRadius, FalloutDuration, ICBMStrikeRange, Maintenance.

Default File Data:
Spoiler:  
Show

<?xml version="1.0" encoding="utf-8"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Anton Strenger (Firaxis Games) -->
<GameInfo>
<Kinds>
<Row Kind="KIND_WMD"/>
</Kinds>
<Types>
<Row Type="WMD_NUCLEAR_DEVICE" Kind="KIND_WMD"/>
<Row Type="WMD_THERMONUCLEAR_DEVICE" Kind="KIND_WMD"/>
</Types>
<WMDs>
<Row WeaponType="WMD_NUCLEAR_DEVICE"
Name="LOC_WMD_NUCLEAR_DEVICE_NAME"
BlastRadius="1"
FalloutDuration="10"
ICBMStrikeRange="12"
AffectPopulation="true"
AffectImprovements="true"
AffectBuildings="true"
AffectUnits="true"
AffectResources="true"
AffectRoutes="true"
Maintenance="14"
/>
<Row WeaponType="WMD_THERMONUCLEAR_DEVICE"
Name="LOC_WMD_THERMONUCLEAR_DEVICE_NAME"
BlastRadius="2"
FalloutDuration="20"
ICBMStrikeRange="15"
AffectPopulation="true"
AffectImprovements="true"
AffectBuildings="true"
AffectUnits="true"
AffectResources="true"
AffectRoutes="true"
Maintenance="16"
/>
</WMDs>
</GameInfo>


Modified File Data:
Spoiler:  
Show

<?xml version="1.0" encoding="utf-8"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Anton Strenger (Firaxis Games) -->
<GameInfo>
<Kinds>
<Row Kind="KIND_WMD"/>
</Kinds>
<Types>
<Row Type="WMD_NUCLEAR_DEVICE" Kind="KIND_WMD"/>
<Row Type="WMD_THERMONUCLEAR_DEVICE" Kind="KIND_WMD"/>
</Types>
<WMDs>
<Row WeaponType="WMD_NUCLEAR_DEVICE"
Name="LOC_WMD_NUCLEAR_DEVICE_NAME"
BlastRadius="3"
FalloutDuration="20"
ICBMStrikeRange="50"
AffectPopulation="true"
AffectImprovements="true"
AffectBuildings="true"
AffectUnits="true"
AffectResources="true"
AffectRoutes="true"
Maintenance="25"
/>
<Row WeaponType="WMD_THERMONUCLEAR_DEVICE"
Name="LOC_WMD_THERMONUCLEAR_DEVICE_NAME"
BlastRadius="5"
FalloutDuration="30"
ICBMStrikeRange="50"
AffectPopulation="true"
AffectImprovements="true"
AffectBuildings="true"
AffectUnits="true"
AffectResources="true"
AffectRoutes="true"
Maintenance="30"
/>
</WMDs>
</GameInfo>


Legacy File Name: WMDs.xml
Installation Location: .\Sid Meier's Civilization VI\Base\Assets\Gameplay\Data\

Intallation Instructions:
1. Download file manually.
2. Extract WMDs.xml from the downloaded file.
3. Place (downloaded) WMDs.xml in the installation directory referenced above.
4. Enjoy.