summaryrefslogtreecommitdiff
path: root/config/mekanism/MekanismWeapons
blob: 0bb13cc54d791d8196649e933201849ddcfea957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
}