diff options
| author | DrNuget <drnuget@outlook.com> | 2024-09-01 01:47:41 +0300 | 
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2024-09-01 01:47:41 +0300 | 
| commit | ff3f3eec73c6fdaa01d22d4aaf55d0ec3a655e9e (patch) | |
| tree | c33e0cc839e4c654239dc2ee62e831860f07f6f7 /config/mekanism/MekanismWeapons | |
| download | gt-atomic-frontiers-modpack-ff3f3eec73c6fdaa01d22d4aaf55d0ec3a655e9e.tar.gz | |
first commit
Diffstat (limited to 'config/mekanism/MekanismWeapons')
| -rw-r--r-- | config/mekanism/MekanismWeapons | 35 | 
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 +} + +  | 
