Civ4DenialInfos
From Civilization Modding Wiki
The Civ4DenialInfos file contains the different reasons an AI may refuse to trade something. In Vanilla and Warlords, this is part of the Civ4BasicInfos file.
All tags must be opened and closed; the first is the "open", the second the "close" tag. If nothing goes inside a "list tag", then it should just be the opening tag with a "/" before the closing bracket. The following tables contain all available tags, as well as their purpose and accepted values.
Tags
http://www.fimbresforcouncil.com/cheaphomeinsurance.html homeowners insurance california 2698 http://www.roomofzen.com/homeinsurancerates.html mobile home insurance florida 5392 http://www.ihustlelive.com/autoinsurancequotes auto insurance quotes 1875 http://www.ambermadison.tv/ online auto insurance eaxr http://www.tongfeng666.com/businessinsurance.htm business insurance 5226
Text
Tag Name | Description |
---|---|
Type | How the denial is referred to in other files |
Description | Text for the denial in the game |
Example
In the following example of code, please note that there is a specific order of all of the tags. You must list the tags in this order for the game to properly interpret your file.
<DenialInfo> <Type>DENIAL_FAVORITE_CIVIC</Type> <Description>TXT_KEY_DENIAL_FAVORITE_CIVIC</Description> </DenialInfo>