Ver código fonte

fix initial stats to 5

Casey DeLorme 4 anos atrás
pai
commit
073cfcbcea
1 arquivos alterados com 7 adições e 7 exclusões
  1. 7 7
      main.js

+ 7 - 7
main.js

@@ -4,13 +4,13 @@
 	// @todo: verify that initial stats are indeed 1 across the board
 	const initial_stats = {
 		"Level": 1,
-		"Pw": 1,
-		"Sk": 1,
-		"Df": 1,
-		"Mg": 1,
-		"Hp": 1,
-		"Sp": 1,
-		"Ch": 1,
+		"Pw": 5,
+		"Sk": 5,
+		"Df": 5,
+		"Mg": 5,
+		"Hp": 5,
+		"Sp": 5,
+		"Ch": 5,
 	};
 
 	const weapon_tables = {