mirror of
https://github.com/FalloutCollaborationProject/FCP-Power-Armor.git
synced 2026-07-27 17:03:15 -07:00
Add Fusion Core item and integrate with power armor
Introduced a new Fusion Core item with associated textures and XML definition. Updated power armor to use Fusion Cores as fuel instead of chemfuel, and added Fusion Cores to trader stock. This enhances gameplay by providing a unique, valuable resource for powering advanced equipment.
This commit is contained in:
@@ -135,13 +135,13 @@
|
||||
</li>
|
||||
<li Class="CompProperties_Refuelable">
|
||||
<fuelCapacity>100</fuelCapacity>
|
||||
<fuelConsumptionRate>20</fuelConsumptionRate>
|
||||
<fuelConsumptionRate>0.595</fuelConsumptionRate>
|
||||
<fuelLabel>Fusion Core</fuelLabel>
|
||||
<fuelGizmoLabel>Fusion Core</fuelGizmoLabel>
|
||||
<outOfFuelMessage>Needs Fusion Core</outOfFuelMessage>
|
||||
<fuelFilter>
|
||||
<thingDefs>
|
||||
<li>Chemfuel</li>
|
||||
<li>FCP_Item_Fusion_Core</li>
|
||||
</thingDefs>
|
||||
</fuelFilter>
|
||||
<consumeFuelOnlyWhenUsed>true</consumeFuelOnlyWhenUsed>
|
||||
|
||||
Reference in New Issue
Block a user