Skip to content

Commit

Permalink
上調軌道炮和左輪手槍子彈的傷害
Browse files Browse the repository at this point in the history
  • Loading branch information
XenonDB committed Jun 9, 2024
1 parent f691b8a commit 06fde45
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions overrides/config/ImmersiveEngineering.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -397,31 +397,31 @@ potions {

tools {
# The amount of base damage an ArmorPiercing Cartridge inflicts
D:BulletDamage-AP=490.0
D:BulletDamage-AP=700.0

# The amount of base damage a single part of Buckshot inflicts
D:BulletDamage-Buck=98.0
D:BulletDamage-Buck=140.0

# The amount of base damage a Casull Cartridge inflicts
D:BulletDamage-Casull=490.0
D:BulletDamage-Casull=700.0

# The amount of base damage a DragonsBreath Cartridge inflicts
D:BulletDamage-Dragon=147.0
D:BulletDamage-Dragon=210.0

# The amount of base damage a Homing Cartridge inflicts
D:BulletDamage-Homing=490.0
D:BulletDamage-Homing=700.0

# The amount of base damage a Phial Cartridge inflicts
D:BulletDamage-Potion=49.0
D:BulletDamage-Potion=70.0

# The amount of damage a silver bullet inflicts
D:BulletDamage-Silver=490.0
D:BulletDamage-Silver=700.0

# The amount of base damage a Wolfpack Cartridge inflicts
D:BulletDamage-Wolfpack=294.0
D:BulletDamage-Wolfpack=420.0

# The amount of damage the sub-projectiles of the Wolfpack Cartridge inflict
D:BulletDamage-WolfpackPart=196.0
D:BulletDamage-WolfpackPart=280.0

# Enable this to use the old, harder bullet recipes(require one ingot per bullet)
B:"Bullets: Hardmode Recipes"=false
Expand All @@ -437,7 +437,7 @@ tools {
I:"Railgun: Consumed"=800

# When something is hurt by a railgun, the default damage for the used projectile is multiplied by this value
D:"Railgun: Damage multiplier"=288.0
D:"Railgun: Damage multiplier"=864.0
}


0 comments on commit 06fde45

Please sign in to comment.