村の建設

これ使ってもあんま楽にならんと思う( ;´。 `;)

これ使ってもあんま楽にならんと思う( ;´。 `;)

  • タグ:
  • タグはありません
CIV4BuildInfos.xml
		<BuildInfo>
			<Type>BUILD_VILLAGE</Type>
			<Description>TXT_KEY_BUILD_VILLAGE</Description>
			<Help/>
			<PrereqTech>TECH_MERCANTILISM</PrereqTech>
			<iTime>800</iTime>
			<iCost>0</iCost>
			<bKill>0</bKill>
			<ImprovementType>IMPROVEMENT_VILLAGE</ImprovementType>
			<RouteType>NONE</RouteType>
			<EntityEvent>ENTITY_EVENT_BUILD</EntityEvent>
			<FeatureStructs>
				<FeatureStruct>
					<FeatureType>FEATURE_JUNGLE</FeatureType>
					<PrereqTech>TECH_MASONRY</PrereqTech>
					<iTime>800</iTime>
					<iProduction>20</iProduction>
					<bRemove>1</bRemove>
				</FeatureStruct>
				<FeatureStruct>
					<FeatureType>FEATURE_FOREST</FeatureType>
					<PrereqTech>TECH_CRAFTING</PrereqTech>
					<iTime>500</iTime>
					<iProduction>30</iProduction>
					<bRemove>1</bRemove>
				</FeatureStruct>
				<FeatureStruct>
					<FeatureType>FEATURE_FOREST_ANCIENT</FeatureType>
					<PrereqTech>TECH_CRAFTING</PrereqTech>
					<iTime>1000</iTime>
					<iProduction>60</iProduction>
					<bRemove>1</bRemove>
				</FeatureStruct>
				<FeatureStruct>
					<FeatureType>FEATURE_FOREST_NEW</FeatureType>
					<PrereqTech>TECH_CRAFTING</PrereqTech>
					<iTime>0</iTime>
					<iProduction>0</iProduction>
					<bRemove>1</bRemove>
				</FeatureStruct>
				<FeatureStruct>
					<FeatureType>FEATURE_FOREST_BLIGHTED</FeatureType>
					<PrereqTech>TECH_CRAFTING</PrereqTech>
					<iTime>250</iTime>
					<iProduction>0</iProduction>
					<bRemove>1</bRemove>
				</FeatureStruct>
				<FeatureStruct>
					<FeatureType>FEATURE_FOREST_BURNT</FeatureType>
					<PrereqTech>TECH_CRAFTING</PrereqTech>
					<iTime>250</iTime>
					<iProduction>0</iProduction>
					<bRemove>1</bRemove>
				</FeatureStruct>
				<FeatureStruct>
					<FeatureType>FEATURE_DEEP_JUNGLE</FeatureType>
					<PrereqTech>TECH_MASONRY</PrereqTech>
					<iTime>1000</iTime>
					<iProduction>30</iProduction>
					<bRemove>1</bRemove>
				</FeatureStruct>
				<FeatureStruct>
					<FeatureType>FEATURE_SCRUB</FeatureType>
					<PrereqTech>TECH_CRAFTING</PrereqTech>
					<iTime>250</iTime>
					<iProduction>10</iProduction>
					<bRemove>1</bRemove>
				</FeatureStruct>
				<FeatureStruct>
					<FeatureType>FEATURE_SWAMP</FeatureType>
					<PrereqTech>TECH_MASONRY</PrereqTech>
					<iTime>1000</iTime>
					<iProduction>0</iProduction>
					<bRemove>1</bRemove>
				</FeatureStruct>
			</FeatureStructs>
			<HotKey>KB_T</HotKey>
			<bAltDown>0</bAltDown>
			<bShiftDown>0</bShiftDown>
			<bCtrlDown>0</bCtrlDown>
			<iHotKeyPriority>0</iHotKeyPriority>
			<Button>,Art/Interface/Buttons/Builds/BuildVillage.dds,Art/Interface/Buttons/Actions_Builds_LeaderHeads_Specialists_Atlas.dds,5,9</Button>
		</BuildInfo>

CIV4UnitInfos.xml
				<Build>
					<BuildType>BUILD_VILLAGE</BuildType>
					<bBuild>1</bBuild>
				</Build>

text.xml
	<TEXT>
		<Tag>TXT_KEY_BUILD_VILLAGE</Tag>
		<English>Build Village</English>
		<French/>
		<German/>
		<Italian/>
		<Spanish/>
		<Japanese>[LINK=IMPROVEMENT_VILLAGE]村[\LINK]を建設</Japanese>
	</TEXT>