more battery packs

This commit is contained in:
Bob 2024-08-20 23:18:54 +02:00
parent b8d24b5c2d
commit d0725bb9f0
7 changed files with 2645 additions and 1 deletions

View File

@ -2175,6 +2175,8 @@ public class ModItems {
public static Item card_qos;
public static Item australium_iii;
public static Item armor_battery;
public static Item armor_battery_mk2;
public static Item armor_battery_mk3;
public static Item hazmat_helmet;
public static Item hazmat_plate;
@ -3355,6 +3357,8 @@ public class ModItems {
card_qos = new ItemModCard().setUnlocalizedName("card_qos").setTextureName(RefStrings.MODID + ":card_qos");
australium_iii = new ItemModShield(25F).setUnlocalizedName("australium_iii").setTextureName(RefStrings.MODID + ":australium_iii");
armor_battery = new ItemModBattery(1.25D).setUnlocalizedName("armor_battery").setTextureName(RefStrings.MODID + ":armor_battery");
armor_battery_mk2 = new ItemModBattery(1.5D).setUnlocalizedName("armor_battery_mk2").setTextureName(RefStrings.MODID + ":armor_battery_mk2");
armor_battery_mk3 = new ItemModBattery(2D).setUnlocalizedName("armor_battery_mk3").setTextureName(RefStrings.MODID + ":armor_battery_mk3");
cap_nuka = new Item().setUnlocalizedName("cap_nuka").setCreativeTab(MainRegistry.consumableTab).setTextureName(RefStrings.MODID + ":cap_nuka");
cap_quantum = new Item().setUnlocalizedName("cap_quantum").setCreativeTab(MainRegistry.consumableTab).setTextureName(RefStrings.MODID + ":cap_quantum");
@ -7391,6 +7395,8 @@ public class ModItems {
GameRegistry.registerItem(card_qos, card_qos.getUnlocalizedName());
GameRegistry.registerItem(australium_iii, australium_iii.getUnlocalizedName());
GameRegistry.registerItem(armor_battery, armor_battery.getUnlocalizedName());
GameRegistry.registerItem(armor_battery_mk2, armor_battery_mk2.getUnlocalizedName());
GameRegistry.registerItem(armor_battery_mk3, armor_battery_mk3.getUnlocalizedName());
//Chaos
GameRegistry.registerItem(chocolate_milk, chocolate_milk.getUnlocalizedName());

View File

@ -1190,6 +1190,8 @@ item.arc_electrode_burnt.lanthanium.name=Geschmolzene Lanthanelektrode
item.arc_electrode_burnt.saturnite.name=Geschmolzene Saturnitelektrode
item.arc_electrode_desh.name=Desh-Elektrode
item.armor_battery.name=Powerrüstung-Akkusatz
item.armor_battery_mk2.name=Powerrüstung-Akkusatz Mk2
item.armor_battery_mk3.name=Powerrüstung-Akkusatz Mk3
item.armor_polish.name=ShiningArmor™ Rüstungspolitur
item.asbestos_boots.name=Hitzeschutzstiefel
item.asbestos_cloth.name=Hitzeschutzanzugsstoff

View File

@ -1902,6 +1902,8 @@ item.arc_electrode_burnt.lanthanium.name=Molten Lanthanium Electrode
item.arc_electrode_burnt.saturnite.name=Molten Saturnite Electrode
item.arc_electrode_desh.name=Desh Electrode
item.armor_battery.name=Power Armor Battery Pack
item.armor_battery_mk2.name=Power Armor Battery Pack Mk2
item.armor_battery_mk3.name=Power Armor Battery Pack Mk3
item.armor_polish.name=ShiningArmor™ Armor Polish
item.asbestos_boots.name=Fire Proximity Boots
item.asbestos_cloth.name=Fire Proximity Cloth

View File

@ -767,7 +767,7 @@ vt 0.306452 0.431818
vt 0.258065 0.045455
vt 0.306452 0.113636
vt 0.580645 0.045455
vt 0.540323 0.125000
vt 0.532258 0.113636
vt 0.580645 0.500000
vt 0.532258 0.431818
vt 0.258065 0.500000

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B