Initial commit

This commit is contained in:
2026-08-24 22:20:36 +02:00
commit 62f7b1278a
251 changed files with 16670 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
const harpoons = {
1: { damage: 50 },
2: { damage: 250 },
3: { damage: 500 },
4: { damage: 750 },
5: { damage: 1250 },
6: { damage: 1500 },
7: { damage: 2000 },
8: { damage: 2500 }
};
module.exports = harpoons;