das misteriöse ...
This commit is contained in:
parent
168effcfa7
commit
678fd385f0
@ -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
|
@ -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)
|
Loading…
x
Reference in New Issue
Block a user