文明6mod代码开源及mod发布:兵贵神速mod(增加所有单位移动速度和道路增益)

文明6 行军实在是太慢了,浪费了广大玩家的热情和时间,联机过程中我的朋友一直吐槽节奏慢。于是我做了这个mod,欢迎大家使用,改善游戏体验。mod 的制作代码我也分享下。

效果:

1.增加所有单位1移动力

2.增加各个时代的道路移动增益

代码很简单

-- ADD speed
UPDATE Units
SET BaseMoves = BaseMoves + 1;

-- It's the default, but be explicit about it.
UPDATE Routes SET MovementCost = 1 WHERE RouteType = 'ROUTE_ANCIENT_ROAD';

-- The Romans had major roads in BCE and there were no substantial improvements 
-- on transportaion until the era of railroads.  Also make classical roads significantly more effective 
-- so it matters more where you send your limited early game traders to make them.
UPDATE Routes SET MovementCost = 0.5, PrereqEra = 'ERA_CLASSICAL' WHERE RouteType = 'ROUTE_MEDIEVAL_ROAD';

-- Simulate improved transportation in the industrial era, primarily the introduction of railroads and trams.
UPDATE Routes SET MovementCost = 0.333, PrereqEra = 'ERA_INDUSTRIAL' WHERE RouteType = 'ROUTE_INDUSTRIAL_ROAD';

-- Simulate improved transportation in the 20th century - cars, paved road systems, aircraft.  Not really that much 
-- of an improvement on industrial as moving large volumes of items really hasn't gotten faster since then.
UPDATE Routes SET MovementCost = 0.25, PrereqEra = 'ERA_MODERN' WHERE RouteType = 'ROUTE_MODERN_ROAD';
<?xml version="1.0" encoding="utf-8"?>
<Mod id="83ffeb62-d680-4e18-8ac9-f5693b49123f" version="1">
	
	<Properties>
		<Name>Celerity_Matters_luke</Name>
		<Teaser>Celerity_Matters_luke</Teaser>
		<Description>Celerity_Matters_luke_des</Description>
		<Authors>LUKE_AUTHORS</Authors>
		<Homepage>https://blog.csdn.net/qq_37195257</Homepage>
		<CompatibleVersions>1.2,2.0</CompatibleVersions>
	</Properties>
	
	<Components>
		<UpdateDatabase id="TEST_GAMEPLAY_DATA">
			<Items>
				<File>Celerity_Matters_luke.sql</File>
			</Items>
		</UpdateDatabase>
	</Components>
	
	<Files>
		<File>Celerity_Matters_luke.sql</File>
	</Files>
	
	<LocalizedText>
		<Text id="Celerity_Matters_luke">
			<en_US>Celerity_Matters_luke</en_US>
		</Text>
		<Text id="Celerity_Matters_luke">
			<zh_Hans_CN>兵贵神速(增加所有单位速度)</zh_Hans_CN>
		</Text>
		<Text id="LUKE_AUTHORS">
			<en_US>LUKE</en_US>
		</Text>
		<Text id="LUKE_AUTHORS">
			<zh_Hans_CN>LUKE</zh_Hans_CN>
		</Text>
		<Text id="Celerity_Matters_luke_des">
			<en_US>Faster units and roads</en_US>
		</Text>
		<Text id="Celerity_Matters_luke_des">
			<zh_Hans_CN>兵贵神速(增加所有单位速度、增快道路的效果)</zh_Hans_CN>
		</Text>		
		
	</LocalizedText>
	
</Mod>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值