边缘世界 RimWorld

边缘世界 RimWorld

Expanded Materials Add-on - Ammunition Module
N00B 2021 年 4 月 5 日 下午 10:10
Vanilla Factions Expanded - Mechanoids Turret ammo patch
https://psteamcommunity.yuanyoumao.com/workshop/filedetails/?id=2329011599

Changes:

Charge blaster and charge lance use pulse ammo.
Inferno cannon uses chemfuel.

<?xml version="1.0" encoding="utf-8" ?> <Patch> <!-- TURRETS USE AMMUNITION --> <Operation Class="PatchOperationFindMod"> <mods> <li>Vanilla Factions Expanded - Mechanoids</li> </mods> <match Class="PatchOperationSequence"> <success>Always</success> <operations> <li Class="PatchOperationReplace"> <xpath>/Defs/ThingDef[defName = "VFE_Turret_AutoChargeBlaster"]/comps/li/fuelFilter</xpath> <value> <fuelFilter><thingDefs><li>VMEu_ChargueAmmo</li></thingDefs></fuelFilter> </value> </li> <!-- Cost efficiency --> <li Class="PatchOperationReplace"> <xpath>/Defs/ThingDef[defName = "VFE_Turret_AutoChargeBlaster"]/comps/li/fuelMultiplier</xpath> <value> <fuelMultiplier>0.75</fuelMultiplier> </value> </li> <li Class="PatchOperationReplace"> <xpath>/Defs/ThingDef[defName = "VFE_Turret_AutoChargeLance"]/comps/li/fuelFilter</xpath> <value> <fuelFilter><thingDefs><li>VMEu_ChargueAmmo</li></thingDefs></fuelFilter> </value> </li> <!-- Cost efficiency --> <li Class="PatchOperationReplace"> <xpath>/Defs/ThingDef[defName = "VFE_Turret_AutoChargeLance"]/comps/li/fuelMultiplier</xpath> <value> <fuelMultiplier>0.20</fuelMultiplier> </value> </li> <li Class="PatchOperationReplace"> <xpath>/Defs/ThingDef[defName = "VFE_Turret_AutoInfernoCannon"]/comps/li/fuelFilter</xpath> <value> <fuelFilter><thingDefs><li>Chemfuel</li></thingDefs></fuelFilter> </value> </li> <!-- Cost efficiency --> <li Class="PatchOperationReplace"> <xpath>/Defs/ThingDef[defName = "VFE_Turret_AutoInfernoCannon"]/comps/li/fuelMultiplier</xpath> <value> <fuelMultiplier>0.1</fuelMultiplier> </value> </li> </operations> </match> </Operation> </Patch>
最后由 N00B 编辑于; 2021 年 4 月 5 日 下午 10:12
< >
正在显示第 1 - 1 条,共 1 条留言
Argón  [开发者] 2021 年 4 月 15 日 下午 10:30 
I'm so sorry I didn't see this before, I guess steam didn't notify me about the creation of a discussion... thanks for doing this patch, I'll implement it in the mod
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50