diff --git a/src/main/resources/data/target/guns/aa12.json b/src/main/resources/data/target/guns/aa12.json index c2d4f19bb..509ad980a 100644 --- a/src/main/resources/data/target/guns/aa12.json +++ b/src/main/resources/data/target/guns/aa12.json @@ -8,5 +8,6 @@ "headshot": 1.5, "velocity": 16, "mag": 25, - "projectileamount": 8 + "projectileamount": 8, + "rpm": 360 } \ No newline at end of file diff --git a/src/main/resources/data/target/guns/ak47.json b/src/main/resources/data/target/guns/ak47.json index 8369f32e3..6dea1feb8 100644 --- a/src/main/resources/data/target/guns/ak47.json +++ b/src/main/resources/data/target/guns/ak47.json @@ -8,5 +8,6 @@ "headshot": 1.75, "velocity": 30, "mag": 30, - "projectileamount": 1 + "projectileamount": 1, + "rpm": 600 } \ No newline at end of file diff --git a/src/main/resources/data/target/guns/devotion.json b/src/main/resources/data/target/guns/devotion.json index 0f2d84ad5..6e233b864 100644 --- a/src/main/resources/data/target/guns/devotion.json +++ b/src/main/resources/data/target/guns/devotion.json @@ -10,5 +10,6 @@ "velocity": 40, "mag": 55, "firemode": 2, - "projectileamount": 1 + "projectileamount": 1, + "rpm": 400 } \ No newline at end of file diff --git a/src/main/resources/data/target/guns/hk416.json b/src/main/resources/data/target/guns/hk416.json index f57a0f935..4003c4cb7 100644 --- a/src/main/resources/data/target/guns/hk416.json +++ b/src/main/resources/data/target/guns/hk416.json @@ -8,5 +8,6 @@ "headshot": 2, "velocity": 45, "mag": 30, - "projectileamount": 1 + "projectileamount": 1, + "rpm": 800 } \ No newline at end of file diff --git a/src/main/resources/data/target/guns/m60.json b/src/main/resources/data/target/guns/m60.json index fbc7770cf..61e3fcf57 100644 --- a/src/main/resources/data/target/guns/m60.json +++ b/src/main/resources/data/target/guns/m60.json @@ -10,5 +10,6 @@ "velocity": 40, "mag": 100, "firemode": 2, - "projectileamount": 1 + "projectileamount": 1, + "rpm": 600 } \ No newline at end of file diff --git a/src/main/resources/data/target/guns/mk14.json b/src/main/resources/data/target/guns/mk14.json index 1090ad6ed..85d410f6d 100644 --- a/src/main/resources/data/target/guns/mk14.json +++ b/src/main/resources/data/target/guns/mk14.json @@ -9,5 +9,6 @@ "headshot": 2.5, "velocity": 45, "mag": 20, - "projectileamount": 1 + "projectileamount": 1, + "rpm": 600 } \ No newline at end of file diff --git a/src/main/resources/data/target/guns/rpk.json b/src/main/resources/data/target/guns/rpk.json index cc61f52a4..38a6b0aa1 100644 --- a/src/main/resources/data/target/guns/rpk.json +++ b/src/main/resources/data/target/guns/rpk.json @@ -9,5 +9,6 @@ "headshot": 2, "velocity": 35, "mag": 50, - "projectileamount": 1 + "projectileamount": 1, + "rpm": 600 } \ No newline at end of file diff --git a/src/main/resources/data/target/guns/sks.json b/src/main/resources/data/target/guns/sks.json index f282520de..cf235bdf9 100644 --- a/src/main/resources/data/target/guns/sks.json +++ b/src/main/resources/data/target/guns/sks.json @@ -8,5 +8,6 @@ "headshot": 1.75, "velocity": 40, "mag": 20, - "projectileamount": 1 + "projectileamount": 1, + "rpm": 400 } \ No newline at end of file diff --git a/src/main/resources/data/target/guns/svd.json b/src/main/resources/data/target/guns/svd.json index 88ed68030..8e211a6b3 100644 --- a/src/main/resources/data/target/guns/svd.json +++ b/src/main/resources/data/target/guns/svd.json @@ -8,5 +8,6 @@ "headshot": 2.5, "velocity": 50, "mag": 10, - "projectileamount": 1 + "projectileamount": 1, + "rpm": 200 } \ No newline at end of file diff --git a/src/main/resources/data/target/guns/trachelium.json b/src/main/resources/data/target/guns/trachelium.json index 456e3081b..a9dd24f64 100644 --- a/src/main/resources/data/target/guns/trachelium.json +++ b/src/main/resources/data/target/guns/trachelium.json @@ -8,5 +8,6 @@ "headshot": 1.5, "velocity": 60, "mag": 8, - "projectileamount": 1 + "projectileamount": 1, + "rpm": 240 } \ No newline at end of file diff --git a/src/main/resources/data/target/guns/vector.json b/src/main/resources/data/target/guns/vector.json index 637615ef0..09f2ac98f 100644 --- a/src/main/resources/data/target/guns/vector.json +++ b/src/main/resources/data/target/guns/vector.json @@ -8,5 +8,6 @@ "headshot": 1.5, "velocity": 22, "mag": 33, - "projectileamount": 1 + "projectileamount": 1, + "rpm": 1200 } \ No newline at end of file