Hey, when it comes to changing guns firerate, this unfortunately is not possible using Asset Modifier as it can only modify these settings on the server, but on the client-side (player) gun settings won’t be modified.
It is however possible to make generators not consume any fuel. You can do it by setting the _burn
setting to a very large number.
<!-- Generator modification -->
<AssetModifications Id="458" Name="Portable Generator" AssetType="ITEM">
<Modifications>
<AssetModification Name="_burn" Value="604800" />
</Modifications>
</AssetModifications>