The guide says that ammo weight affects damage, but it only affects weight
ChiefArug opened this issue ยท 8 comments
The guidebook says that ammo weight affects damage, but that is untrue. It only affects penetration.
See code:
Huh.. I tested this in game with custom ammo (weight of 1000) and that took 20 hits to kill a creeper.
If you compare iron and gold you see a large difference. https://github.com/AppliedEnergistics/Applied-Energistics-2/blob/main/src/main/java/appeng/datagen/providers/recipes/MatterCannonAmmoProvider.java
Huh.. I tested this in game with custom ammo (weight of 1000) and that took 20 hits to kill a creeper.
Are you exaggerating with 20 hits? ๐
Are you exaggerating with 20 hits? ๐
Nope, I counted.
It may of been an issue with the incredibly custom KubeJS scripts I was using to add the ammo recipe, if the weight fields is optional and defaults to 1 damage. I can check tomorrow.