mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-24 15:00:48 +00:00
bluh
This commit is contained in:
parent
ca247c69b8
commit
960d28740b
@ -2,4 +2,5 @@
|
||||
* Snow golems now use the grey metallic gib particles instead of blood
|
||||
|
||||
## Fixed
|
||||
* Fixed chemical factory internal tank sharing ignoring tank pressure
|
||||
* Fixed chemical factory internal tank sharing ignoring tank pressure
|
||||
* Fixed the NCR ranger power armor missing most protection stats
|
||||
@ -190,6 +190,13 @@ public class DamageResistanceHandler {
|
||||
.addCategory(CATEGORY_ENERGY, 25F, 0.75F)
|
||||
.addExact(DamageSource.fall.damageType, 0F, 1F)
|
||||
.setOther(15F, 0.3F));
|
||||
registerSet(ModItems.ncrpa_helmet, ModItems.ncrpa_plate, ModItems.ncrpa_legs, ModItems.ncrpa_boots, new ResistanceStats()
|
||||
.addCategory(CATEGORY_PHYSICAL, 25F, 0.65F)
|
||||
.addCategory(CATEGORY_FIRE, 10F, 0.9F)
|
||||
.addCategory(CATEGORY_EXPLOSION, 15F, 0.25F)
|
||||
.addCategory(CATEGORY_ENERGY, 10F, 0.5F)
|
||||
.addExact(DamageSource.fall.damageType, 0F, 1F)
|
||||
.setOther(15F, 0.25F));
|
||||
ResistanceStats bj = new ResistanceStats()
|
||||
.addCategory(CATEGORY_PHYSICAL, 5F, 0.5F)
|
||||
.addCategory(CATEGORY_FIRE, 2.5F, 0.5F)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user