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
+70
View File
@@ -0,0 +1,70 @@
const cannonsSchemeNPC = {
1: [
[1, 20]
],
2: [
[1, 1],
[4, 2],
[8, 3],
[10, 400]
],
3: [
[10, 30]
],
4: [
[1, 10],
[4, 5],
[8, 15],
[10, 300]
],
5: [
[1, 10],
[4, 5],
[8, 15],
[10, 3]
],
6: [
[1, 10],
[4, 5],
[8, 15],
[10, 300]
],
7: [
[1, 10],
[4, 5],
[8, 15],
[10, 3]
],
8: [
[1, 10],
[4, 5],
[8, 15],
[10, 300]
],
9: [
[1, 10],
[4, 5],
[8, 15],
[10, 30]
],
10: [
[1, 10],
[4, 5],
[8, 15],
[10, 30]
],
11: [
[1, 10],
[4, 5],
[8, 15],
[10, 3]
],
12: [
[1, 10],
[4, 5],
[8, 15],
[10, 30]
]
};
module.exports = cannonsSchemeNPC;