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
+15
View File
@@ -0,0 +1,15 @@
const ammunitions = {
1: { damage: 1 },
2: { damage: 2 },
3: { damage: 3 },
4: { damage: 4 },
5: { damage: 5 },
6: { damage: 6 },
7: { damage: 7, overtimeHealthEffectID: 1 },
8: { damage: 8, chanceToTerminateMovement: 20 },
9: { damage: -9 },
10: { damage: -10 },
11: { damage: 11 }
};
module.exports = ammunitions;