Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trivial Incorrect Units in Vent Capture Unit examine-text
#1
here is an example of the vent capture unit examine text:
Code:
This is a vent capture unit.
A piece of machinery that converts vent output into electricity.
Current Output : 165000 W
Total Output : 3.762e+07 W
as you may have noticed, the "Total Output" value is in watts (joules/second), when it should clearly be in joules since it represents the total energy the vent has produced across its lifetime

please rectify this nitpick critical issue immediately
#2
This is unrelated but just wait until you see artlab elecbox code:

Code:
power_usage = src.wattage * src.voltage + 220

// ???????? (voltwatts????)

var/current = src.wattage * src.voltage


Forum Jump:


Users browsing this thread: 1 Guest(s)