summaryrefslogtreecommitdiff
path: root/config/mekanism/MekanismWeapons
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2024-09-01 01:47:41 +0300
committerDrNuget <drnuget@outlook.com>2024-09-01 01:47:41 +0300
commitff3f3eec73c6fdaa01d22d4aaf55d0ec3a655e9e (patch)
treec33e0cc839e4c654239dc2ee62e831860f07f6f7 /config/mekanism/MekanismWeapons
first commit
Diffstat (limited to 'config/mekanism/MekanismWeapons')
-rw-r--r--config/mekanism/MekanismWeapons35
1 files changed, 35 insertions, 0 deletions
diff --git a/config/mekanism/MekanismWeapons b/config/mekanism/MekanismWeapons
new file mode 100644
index 0000000..0bb13cc
--- /dev/null
+++ b/config/mekanism/MekanismWeapons
@@ -0,0 +1,35 @@
+# Configuration file
+
+mekabow {
+ # Base charge rate of Meka-Bow.
+ D:baseChargeRate=350000.0
+
+ # Attention: The final damage of Meka-Bow is based on how fast the arrow is going when hits, multiply it with Attack Amplification Units.
+ I:baseDamage=50
+
+ # Base energy capacity of Meka-Bow.
+ D:baseEnergyCapacity=1.6E7
+
+ # Cost in Joules of using the Meka-Bow.
+ D:energyUsage=625000.0
+}
+
+
+mekatana {
+ # Attack speed of the Meka-Tana.
+ D:attackSpeed=-2.4000000953674316
+
+ # Base charge rate of the Meka-Tana.
+ D:baseChargeRate=350000.0
+
+ # Base damage of the Meka-Tana, multiply it with Attack Amplification Units.
+ I:baseDamage=50
+
+ # Base energy capacity of the Meka-Tana.
+ D:baseEnergyCapacity=1.6E7
+
+ # Cost in Joules of using the Meka-Tana to deal damage.
+ D:energyUsage=625000.0
+}
+
+