-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcountryIndia.xml
39 lines (39 loc) · 1.72 KB
/
countryIndia.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<objects name="Object Load" version="0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<object type="MECountry" name="">
<property name="strName" value="India"/>
<property name="strGovType" value="Democratic"/>
<property name="sidName" value="SID.Game.Country.Name.India"/>
<property name="sidPossessive" value="SID.Game.Country.Possessive.India"/>
<property name="sidAdjective" value="SID.Game.Country.Adjective.India"/>
<property name="sidPeople" value="SID.Game.Country.People.India"/>
<property name="sidAllianceName" value="SID.Game.Country.Alliance.India"/>
<property name="strHomelands" value="India"/>
<property name="eCountryType" value="COUNTRYTYPE_FEATURED"/>
<property name="bNonPlayable" value="true"/>
<property name="strFlagName" value="India"/>
<property name="strCapital" value="New Delhi"/>
<property name="strOriginalCapital" value="New Delhi"/>
<property name="bSurrendered" value="true"/>
<object type="CultureSet" name="objCultureSet">
<object type="Culture" name="objCultures">
<property name="strCultureName" value="Indo-Aryan"/>
</object>
<object type="Culture" name="objCultures">
<property name="strCultureName" value="Gujarati"/>
</object>
<object type="Culture" name="objCultures">
<property name="strCultureName" value="Sinhalese"/>
</object>
<object type="Culture" name="objCultures">
<property name="strCultureName" value="Marathi"/>
</object>
<object type="Culture" name="objCultures">
<property name="strCultureName" value="Dravidian"/>
</object>
<object type="Culture" name="objCultures">
<property name="strCultureName" value="Assamese"/>
</object>
</object>
</object>
</objects>