mic2139

Results 4 comments of mic2139

Time of posting, outdated constants, actual ones are in the thread

blowoutpanel1 = (input("blowoutpanel? (True/False)")) if blowoutpanel1 == "True": blowoutpanel = bool(True) else: blowoutpanel = bool(False) shelltraitexplosive1 = (input("is the shell explosive? (True/False)")) if shelltraitexplosive1 == "True": blastStrength = float(input("magnitude of...

These were the constants I ended up settling on myself, there is a tool that can be used to test them if further desired.