Immersive Engineering

Immersive Engineering

134M Downloads

[1.12.2][0.12-0.88]Is the bullet Damage has an upper bound?

lordfriend opened this issue ยท 1 comments

commented

I try to config this to like 40. but the final result is 20 for AP anyway. and for some mobs from mod with more than 40 hp, it's obviously not as expected.

    tools {
        # The amount of base damage an ArmorPiercing Cartridge inflicts
        D:bulletDamage_AP=40.0

        # The amount of base damage a single part of Buckshot inflicts
        D:bulletDamage_Buck=4.0

        # The amount of base damage a Casull Cartridge inflicts
        D:bulletDamage_Casull=20.0

        # The amount of base damage a DragonsBreath Cartridge inflicts
        D:bulletDamage_Dragon=6.0

        # The amount of base damage a Homing Cartridge inflicts
        D:bulletDamage_Homing=20.0

        # The amount of base damage a Phial Cartridge inflicts
        D:bulletDamage_Potion=2.0

        # The amount of damage a silver bullet inflicts
        D:bulletDamage_Silver=20.0

        # The amount of base damage a Wolfpack Cartridge inflicts
        D:bulletDamage_Wolfpack=12.0

        # The amount of damage the sub-projectiles of the Wolfpack Cartridge inflict
        D:bulletDamage_WolfpackPart=8.0

        # The mb of fluid the Chemical Thrower will consume per tick of usage
        I:chemthrower_consumption=10

        # Set this to false to disable the use of Sneak+Scroll to switch Chemthrower tanks.
        B:chemthrower_scroll=true

        # The maximum durability of the Wirecutter. Used up when cutting plates into wire.
        I:cutterDurabiliy=250

        # Set this to true to completely disable the ore-crushing recipes with the Engineers Hammer
        B:disableHammerCrushing=false

        # A list of sounds that should not be muffled by the Ear Defenders. Adding to this list requires knowledge of the correct sound resource names.
        S:earDefenders_SoundBlacklist <
         >

        # The maximum durability of the Engineer's Hammer. Used up when hammering ingots into plates.
        I:hammerDurabiliy=100

        # A blacklist of armor pieces to allow attaching the capacitor backpack, formatting: [mod id]:[item name]. Whitelist has priority over this
        S:powerpack_blacklist <
            embers:ashen_cloak_chest
            ic2:batpack
            ic2:cf_pack
            ic2:energy_pack
            ic2:jetpack
            ic2:jetpack_electric
            ic2:lappack
         >

        # A whitelist of armor pieces to allow attaching the capacitor backpack, formatting: [mod id]:[item name]
        S:powerpack_whitelist <
         >

        # The base amount of Flux consumed per shot by the Railgun
        I:railgun_consumption=800

        # A modifier for the damage of all projectiles fired by the Railgun
commented

Sorry, I find the reason. not from this mod.