diff --git a/res.txt b/AttackSimulationResults.txt similarity index 97% rename from res.txt rename to AttackSimulationResults.txt index a0b72d3..61c53c4 100644 --- a/res.txt +++ b/AttackSimulationResults.txt @@ -1,3 +1,4 @@ +AP:HP:HPnew ## Calculating without Multipliers ## -First Iteration- 1:2:1 @@ -6,7 +7,6 @@ 2:3:1 2:5:3 3:5:2 - -Second Iteration- 1:2:1 1:4:3 @@ -17,7 +17,6 @@ 2:3:1 2:5:3 4:5:1 - -Second Iteration- 2:3:1 @@ -35,7 +34,6 @@ 3:10:7 5:6:1 5:10:5 - -Second Iteration- 1:3:2 1:5:4 @@ -52,7 +50,6 @@ 4:6:2 4:10:6 6:10:4 - -Second Iteration- 2:4:2 2:8:6 diff --git a/hpCalcSim.py b/hpCalcSim.py index ee784b9..7cb36db 100644 --- a/hpCalcSim.py +++ b/hpCalcSim.py @@ -60,7 +60,7 @@ for i in range(0,4): simRes += tmpStr newcombs.append((comb[0], soln["HPnew"])) - itString = "\n-Second Iteration-\n" + itString = "-Second Iteration-\n" print(itString) simRes += itString @@ -71,5 +71,5 @@ for i in range(0,4): simRes += tmpStr -with open("res.txt", "w") as w: +with open("AttackSimulationResults.txt", "w") as w: w.write(simRes) \ No newline at end of file