Create Integration

Create Integration

305k Downloads

Re-balance to base dynamo and motor configs

JJWaite opened this issue ยท 1 comments

commented

Players can use an IE External Heater with the Create Furnace Engines to produce rotation from FE power, which, at the stock balance, is much more efficient than the provided motor and, if used with a dynamo, can produce a positive feedback loop with a potential 12,000% efficiency.

I suggest:

#Power settings
[power]

#Motor settings
[power.motor]
	#Max FE/t input for the motor
	#Range: > 0
	receive = 256
	#Generated base stress units
	#Range: > 0
	su = 2048
	#Maximum power buffer for the Stressed Out Motor
	#Range: > 0
	maxPower = 10000
	#Motor Speed
	#Range: 0 ~ 256
	rpm = 16
	#FE/t required to run the motor
	#Range: > 0
	fe = 32

#Dynamo settings
[power.dynamo]
	#Stress Units required to run the Dynamo
	#Range: > 0
	su = 2048
	#Maximum power buffer for the Stressed Out Dynamo generator
	#Range: > 0
	maxPower = 10000
	#Power generation per rpm
	#Range: > 0
	generate = 1
	#Power transfer to send per tick
	#Range: > 0
	send = 256

This still suffers from a 100% efficient conversion from a high temp running External Heater, but is more balanced, and will never be 100% efficient due to the heater's need to warm up.

commented

This is as good as we can get for balance