Disable energy p2p (#1661)

* github being github

* First bandage fix for removing FE P2P
This commit is contained in:
TomPlop 2025-08-21 04:42:07 -04:00 committed by GitHub
parent 6134da9caf
commit 4d801d9c96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 293 additions and 288 deletions

View file

@ -76,7 +76,7 @@
"CrystalResonanceGeneratorRate_comment": "How much energy a crystal resonance generator generates per tick.",
"CrystalResonanceGeneratorRate": 20.0,
"p2pTunnelEnergyTax_comment": "The cost to transport energy through an energy P2P tunnel expressed as a factor of the transported energy.",
"p2pTunnelEnergyTax": 0.025,
"p2pTunnelEnergyTax": 0.999,
"p2pTunnelTransportTax_comment": "The cost to transport items/fluids/etc. through P2P tunnels, expressed in AE energy per equivalent I/O bus operation for the transported object type (i.e. items\u003dper 1 item, fluids\u003dper 125mb).",
"p2pTunnelTransportTax": 0.025
},