1526 lines
158 KiB
Plaintext
1526 lines
158 KiB
Plaintext
import crafttweaker.api.entity.attribute.AttributeOperation;
|
|
|
|
#--------------------------- Tier 1 ------------------------------
|
|
<item:minecraft:leather_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:minecraft:leather_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:minecraft:leather_helmet>.maxDamage = 55;
|
|
|
|
|
|
<item:minecraft:leather_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:minecraft:leather_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:minecraft:leather_chestplate>.maxDamage = 80;
|
|
|
|
|
|
<item:minecraft:leather_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:minecraft:leather_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:minecraft:leather_leggings>.maxDamage = 75;
|
|
|
|
|
|
<item:minecraft:leather_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:minecraft:leather_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:minecraft:leather_boots>.maxDamage = 65;
|
|
|
|
|
|
<item:apocalypsenow:police_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:police_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:police_helmet>.maxDamage = 125;
|
|
|
|
|
|
<item:apocalypsenow:police_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:police_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:police_chestplate>.maxDamage = 200;
|
|
|
|
|
|
<item:apocalypsenow:police_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:police_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:police_leggings>.maxDamage = 185;
|
|
|
|
|
|
<item:apocalypsenow:police_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:police_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:police_boots>.maxDamage = 155;
|
|
|
|
|
|
<item:apocalypsenow:fire_figther_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:fire_figther_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:fire_figther_helmet>.maxDamage = 145;
|
|
|
|
|
|
<item:apocalypsenow:fire_figther_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:fire_figther_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:fire_figther_chestplate>.maxDamage = 220;
|
|
|
|
|
|
<item:apocalypsenow:fire_figther_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:fire_figther_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:fire_figther_leggings>.maxDamage = 205;
|
|
|
|
|
|
<item:apocalypsenow:fire_figther_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:fire_figther_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:fire_figther_boots>.maxDamage = 175;
|
|
|
|
|
|
<item:apocalypsenow:nurse_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:nurse_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:nurse_helmet>.maxDamage = 65;
|
|
|
|
|
|
<item:apocalypsenow:nurse_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:nurse_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:nurse_chestplate>.maxDamage = 90;
|
|
|
|
|
|
<item:apocalypsenow:nurse_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:nurse_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:nurse_leggings>.maxDamage = 85;
|
|
|
|
|
|
<item:apocalypsenow:nurse_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:nurse_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:nurse_boots>.maxDamage = 75;
|
|
|
|
|
|
<item:apocalypsenow:desertghillie_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:desertghillie_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:desertghillie_helmet>.maxDamage = 105;
|
|
|
|
|
|
<item:apocalypsenow:desertghillie_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:desertghillie_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:desertghillie_chestplate>.maxDamage = 180;
|
|
|
|
|
|
<item:apocalypsenow:desertghillie_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:desertghillie_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:desertghillie_leggings>.maxDamage = 165;
|
|
|
|
|
|
<item:apocalypsenow:desertghillie_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:desertghillie_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:desertghillie_boots>.maxDamage = 135;
|
|
|
|
|
|
<item:apocalypsenow:snowghillie_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:snowghillie_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:snowghillie_helmet>.maxDamage = 105;
|
|
|
|
|
|
<item:apocalypsenow:snowghillie_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:snowghillie_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:snowghillie_chestplate>.maxDamage = 180;
|
|
|
|
|
|
<item:apocalypsenow:snowghillie_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:snowghillie_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:snowghillie_leggings>.maxDamage = 165;
|
|
|
|
|
|
<item:apocalypsenow:snowghillie_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:snowghillie_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:snowghillie_boots>.maxDamage = 135;
|
|
|
|
|
|
<item:apocalypsenow:ghilliesuit_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:ghilliesuit_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:ghilliesuit_helmet>.maxDamage = 105;
|
|
|
|
|
|
<item:apocalypsenow:ghilliesuit_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:ghilliesuit_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:ghilliesuit_chestplate>.maxDamage = 180;
|
|
|
|
|
|
<item:apocalypsenow:ghilliesuit_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:ghilliesuit_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:ghilliesuit_leggings>.maxDamage = 165;
|
|
|
|
|
|
<item:apocalypsenow:ghilliesuit_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:ghilliesuit_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:ghilliesuit_boots>.maxDamage = 135;
|
|
|
|
|
|
<item:apocalypsenow:anarchy_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:anarchy_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:anarchy_helmet>.maxDamage = 55;
|
|
|
|
|
|
<item:apocalypsenow:anarchy_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:anarchy_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:anarchy_chestplate>.maxDamage = 80;
|
|
|
|
|
|
<item:apocalypsenow:anarchy_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:anarchy_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:anarchy_leggings>.maxDamage = 75;
|
|
|
|
|
|
<item:apocalypsenow:anarchy_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:anarchy_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:anarchy_boots>.maxDamage = 65;
|
|
|
|
|
|
<item:apocalypsenow:forestguard_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:forestguard_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:forestguard_helmet>.maxDamage = 125;
|
|
|
|
|
|
<item:apocalypsenow:forestguard_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:forestguard_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:forestguard_chestplate>.maxDamage = 200;
|
|
|
|
|
|
<item:apocalypsenow:forestguard_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:forestguard_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:forestguard_leggings>.maxDamage = 185;
|
|
|
|
|
|
<item:apocalypsenow:forestguard_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:forestguard_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:forestguard_boots>.maxDamage = 155;
|
|
|
|
|
|
<item:apocalypsenow:hunting_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:hunting_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:hunting_chestplate>.maxDamage = 235;
|
|
|
|
|
|
<item:apocalypsenow:hunting_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:hunting_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:hunting_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:apocalypsenow:life_jacket_bullet_helmet_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:life_jacket_bullet_helmet_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:life_jacket_bullet_helmet_chestplate>.maxDamage = 180;
|
|
|
|
|
|
<item:apocalypsenow:sheriff_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:sheriff_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:sheriff_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:apocalypsenow:cowboy_hat_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:cowboy_hat_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:cowboy_hat_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:apocalypsenow:old_west_hat_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:old_west_hat_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:old_west_hat_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:apocalypsenow:jasonmask_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:jasonmask_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:jasonmask_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:apocalypsenow:welding_mask_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:welding_mask_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:welding_mask_helmet>.maxDamage = 430;
|
|
<item:apocalypsenow:welding_mask_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:welding_mask_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 0.5, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:balaclava_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:balaclava_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:balaclava_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:apocalypsenow:white_balaclava_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:white_balaclava_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:white_balaclava_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:apocalypsenow:red_balaclava_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:red_balaclava_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:red_balaclava_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:apocalypsenow:blue_balaclava_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:blue_balaclava_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:blue_balaclava_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:apocalypsenow:green_balaclava_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:green_balaclava_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:green_balaclava_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:apocalypsenow:forest_camo_balaclava_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:forest_camo_balaclava_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:forest_camo_balaclava_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:apocalypsenow:snow_camo_balaclava_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:snow_camo_balaclava_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:snow_camo_balaclava_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:apocalypsenow:urbancamobalaclava_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:urbancamobalaclava_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:urbancamobalaclava_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:apocalypsenow:desert_camo_balaclava_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:desert_camo_balaclava_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:desert_camo_balaclava_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:apocalypsenow:pink_balaclava_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:pink_balaclava_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:pink_balaclava_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:apocalypsenow:visor_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:visor_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:visor_helmet>.maxDamage = 120;
|
|
|
|
|
|
<item:alexsmobs:frontier_cap>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, []);
|
|
<item:alexsmobs:frontier_cap>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, []);
|
|
<item:alexsmobs:frontier_cap>.maxDamage = 135;
|
|
<item:alexsmobs:frontier_cap>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, []);
|
|
<item:alexsmobs:frontier_cap>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 0.5, AttributeOperation.ADDITION, []);
|
|
|
|
|
|
<item:alexsmobs:fedora>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, []);
|
|
<item:alexsmobs:fedora>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, []);
|
|
<item:alexsmobs:fedora>.maxDamage = 110;
|
|
<item:alexsmobs:fedora>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, []);
|
|
<item:alexsmobs:fedora>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 0.5, AttributeOperation.ADDITION, []);
|
|
|
|
|
|
<item:alexsmobs:froststalker_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:alexsmobs:froststalker_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:alexsmobs:froststalker_helmet>.maxDamage = 99;
|
|
<item:alexsmobs:froststalker_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:alexsmobs:froststalker_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 0.5, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:alexsmobs:roadrunner_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:alexsmobs:roadrunner_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:alexsmobs:roadrunner_boots>.maxDamage = 135;
|
|
|
|
|
|
<item:alexsmobs:crocodile_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:alexsmobs:crocodile_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:alexsmobs:crocodile_chestplate>.maxDamage = 253;
|
|
<item:alexsmobs:crocodile_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:alexsmobs:crocodile_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:alexsmobs:moose_headgear>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:alexsmobs:moose_headgear>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:alexsmobs:moose_headgear>.maxDamage = 222;
|
|
<item:alexsmobs:moose_headgear>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:alexsmobs:moose_headgear>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 0.5, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:alexsmobs:sombrero>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, []);
|
|
<item:alexsmobs:sombrero>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, []);
|
|
<item:alexsmobs:sombrero>.maxDamage = 135;
|
|
<item:alexsmobs:sombrero>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, []);
|
|
<item:alexsmobs:sombrero>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 0.5, AttributeOperation.ADDITION, []);
|
|
|
|
|
|
#--------------------------- Tier 2 ------------------------------
|
|
<item:minecraft:chainmail_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:minecraft:chainmail_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:minecraft:chainmail_helmet>.maxDamage = 165;
|
|
|
|
|
|
<item:minecraft:chainmail_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:minecraft:chainmail_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:minecraft:chainmail_chestplate>.maxDamage = 240;
|
|
|
|
|
|
<item:minecraft:chainmail_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:minecraft:chainmail_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:minecraft:chainmail_leggings>.maxDamage = 225;
|
|
|
|
|
|
<item:minecraft:chainmail_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:minecraft:chainmail_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:minecraft:chainmail_boots>.maxDamage = 195;
|
|
|
|
|
|
<item:minecraft:iron_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:minecraft:iron_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:minecraft:iron_helmet>.maxDamage = 165;
|
|
|
|
|
|
<item:minecraft:iron_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:minecraft:iron_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:minecraft:iron_chestplate>.maxDamage = 240;
|
|
|
|
|
|
<item:minecraft:iron_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:minecraft:iron_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:minecraft:iron_leggings>.maxDamage = 225;
|
|
|
|
|
|
<item:minecraft:iron_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:minecraft:iron_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:minecraft:iron_boots>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:construction_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:construction_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:construction_helmet>.maxDamage = 180;
|
|
|
|
|
|
<item:apocalypsenow:construction_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:construction_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:construction_chestplate>.maxDamage = 255;
|
|
|
|
|
|
<item:apocalypsenow:construction_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:construction_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:construction_leggings>.maxDamage = 240;
|
|
|
|
|
|
<item:apocalypsenow:construction_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:construction_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:construction_boots>.maxDamage = 210;
|
|
|
|
|
|
<item:apocalypsenow:yellow_football_armor_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:yellow_football_armor_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:yellow_football_armor_helmet>.maxDamage = 165;
|
|
|
|
|
|
<item:apocalypsenow:yellow_football_armor_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:yellow_football_armor_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:yellow_football_armor_chestplate>.maxDamage = 240;
|
|
|
|
|
|
<item:apocalypsenow:yellow_football_armor_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:yellow_football_armor_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:yellow_football_armor_leggings>.maxDamage = 225;
|
|
|
|
|
|
<item:apocalypsenow:yellow_football_armor_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:yellow_football_armor_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:yellow_football_armor_boots>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:red_football_armor_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:red_football_armor_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:red_football_armor_helmet>.maxDamage = 165;
|
|
|
|
|
|
<item:apocalypsenow:red_football_armor_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:red_football_armor_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:red_football_armor_chestplate>.maxDamage = 240;
|
|
|
|
|
|
<item:apocalypsenow:red_football_armor_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:red_football_armor_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:red_football_armor_leggings>.maxDamage = 225;
|
|
|
|
|
|
<item:apocalypsenow:red_football_armor_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:red_football_armor_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:red_football_armor_boots>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:black_football_armor_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:black_football_armor_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:black_football_armor_helmet>.maxDamage = 165;
|
|
|
|
|
|
<item:apocalypsenow:black_football_armor_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:black_football_armor_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:black_football_armor_chestplate>.maxDamage = 240;
|
|
|
|
|
|
<item:apocalypsenow:black_football_armor_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:black_football_armor_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:black_football_armor_leggings>.maxDamage = 225;
|
|
|
|
|
|
<item:apocalypsenow:black_football_armor_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:black_football_armor_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:black_football_armor_boots>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:blue_football_armor_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:blue_football_armor_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:blue_football_armor_helmet>.maxDamage = 165;
|
|
|
|
|
|
<item:apocalypsenow:blue_football_armor_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:blue_football_armor_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:blue_football_armor_chestplate>.maxDamage = 240;
|
|
|
|
|
|
<item:apocalypsenow:blue_football_armor_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:blue_football_armor_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:blue_football_armor_leggings>.maxDamage = 225;
|
|
|
|
|
|
<item:apocalypsenow:blue_football_armor_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:blue_football_armor_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:blue_football_armor_boots>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:red_fighting_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:red_fighting_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:red_fighting_helmet>.maxDamage = 165;
|
|
<item:apocalypsenow:red_fighting_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:red_fighting_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:red_fighting_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:red_fighting_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:red_fighting_chestplate>.maxDamage = 240;
|
|
<item:apocalypsenow:red_fighting_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:red_fighting_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:red_fighting_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:red_fighting_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:red_fighting_leggings>.maxDamage = 225;
|
|
<item:apocalypsenow:red_fighting_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:red_fighting_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:blue_fighting_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:blue_fighting_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:blue_fighting_helmet>.maxDamage = 165;
|
|
<item:apocalypsenow:blue_fighting_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:blue_fighting_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:blue_fighting_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:blue_fighting_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:blue_fighting_chestplate>.maxDamage = 240;
|
|
<item:apocalypsenow:blue_fighting_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:blue_fighting_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:blue_fighting_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:blue_fighting_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:blue_fighting_leggings>.maxDamage = 225;
|
|
<item:apocalypsenow:blue_fighting_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:blue_fighting_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:hazmat_suit_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:hazmat_suit_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:hazmat_suit_helmet>.maxDamage = 250;
|
|
|
|
|
|
<item:apocalypsenow:hazmat_suit_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:hazmat_suit_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:hazmat_suit_chestplate>.maxDamage = 240;
|
|
|
|
|
|
<item:apocalypsenow:hazmat_suit_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:hazmat_suit_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:hazmat_suit_leggings>.maxDamage = 225;
|
|
|
|
|
|
<item:apocalypsenow:hazmat_suit_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:hazmat_suit_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:hazmat_suit_boots>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:army_helmet>.maxDamage = 165;
|
|
|
|
|
|
<item:apocalypsenow:army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:army_chestplate>.maxDamage = 240;
|
|
|
|
|
|
<item:apocalypsenow:army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:army_leggings>.maxDamage = 225;
|
|
|
|
|
|
<item:apocalypsenow:army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:army_boots>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:royal_canada_police_officer_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:royal_canada_police_officer_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:royal_canada_police_officer_helmet>.maxDamage = 165;
|
|
|
|
|
|
<item:apocalypsenow:royal_canada_police_officer_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:royal_canada_police_officer_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:royal_canada_police_officer_chestplate>.maxDamage = 240;
|
|
|
|
|
|
<item:apocalypsenow:royal_canada_police_officer_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:royal_canada_police_officer_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:royal_canada_police_officer_leggings>.maxDamage = 225;
|
|
|
|
|
|
<item:apocalypsenow:royal_canada_police_officer_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:royal_canada_police_officer_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:royal_canada_police_officer_boots>.maxDamage = 195;
|
|
|
|
|
|
<item:create_sa:copper_exoskeleton_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:copper_exoskeleton_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:copper_exoskeleton_chestplate>.maxDamage = 280;
|
|
|
|
|
|
<item:create_sa:andesite_exoskeleton_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:andesite_exoskeleton_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:andesite_exoskeleton_chestplate>.maxDamage = 280;
|
|
|
|
|
|
<item:apocalypsenow:red_bikers_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:red_bikers_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:red_bikers_helmet>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:black_bikers_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:black_bikers_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:black_bikers_helmet>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:green_bikers_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:green_bikers_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:green_bikers_helmet>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:pink_bikers_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:pink_bikers_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:pink_bikers_helmet>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:bikers_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:bikers_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:bikers_helmet>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:baseball_helmet_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:baseball_helmet_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:baseball_helmet_helmet>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:hockey_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:hockey_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:hockey_helmet>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:black_motorcycle_helmet_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:black_motorcycle_helmet_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:black_motorcycle_helmet_helmet>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:red_motorcycle_helmet_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:red_motorcycle_helmet_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:red_motorcycle_helmet_helmet>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:bluemotorcyclehelmet_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:bluemotorcyclehelmet_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:bluemotorcyclehelmet_helmet>.maxDamage = 195;
|
|
|
|
|
|
<item:apocalypsenow:gasmask_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:gasmask_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:gasmask_helmet>.maxDamage = 150;
|
|
|
|
|
|
<item:apocalypsenow:officer_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:officer_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:officer_helmet>.maxDamage = 231;
|
|
<item:apocalypsenow:officer_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:officer_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:create_sa:copper_jetpack_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:copper_jetpack_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:copper_jetpack_chestplate>.maxDamage = 280;
|
|
|
|
|
|
<item:create_sa:andesite_jetpack_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:andesite_jetpack_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:andesite_jetpack_chestplate>.maxDamage = 280;
|
|
|
|
|
|
<item:create_sa:copper_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:create_sa:copper_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:create_sa:copper_helmet>.maxDamage = 165;
|
|
|
|
|
|
<item:create_sa:copper_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:copper_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:copper_chestplate>.maxDamage = 240;
|
|
|
|
|
|
<item:create_sa:copper_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:create_sa:copper_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:create_sa:copper_leggings>.maxDamage = 225;
|
|
|
|
|
|
<item:create_sa:copper_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:create_sa:copper_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:create_sa:copper_boots>.maxDamage = 195;
|
|
|
|
|
|
<item:create_sa:zinc_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:create_sa:zinc_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:create_sa:zinc_helmet>.maxDamage = 165;
|
|
|
|
|
|
<item:create_sa:zinc_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:zinc_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:zinc_chestplate>.maxDamage = 240;
|
|
|
|
|
|
<item:create_sa:zinc_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:create_sa:zinc_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:create_sa:zinc_leggings>.maxDamage = 225;
|
|
|
|
|
|
<item:create_sa:zinc_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:create_sa:zinc_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:create_sa:zinc_boots>.maxDamage = 195;
|
|
|
|
|
|
#--------------------------- Tier 3 ------------------------------
|
|
<item:immersiveengineering:armor_steel_head>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:immersiveengineering:armor_steel_head>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:immersiveengineering:armor_steel_head>.maxDamage = 231;
|
|
<item:immersiveengineering:armor_steel_head>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:immersiveengineering:armor_steel_head>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:immersiveengineering:armor_steel_chest>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:immersiveengineering:armor_steel_chest>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:immersiveengineering:armor_steel_chest>.maxDamage = 336;
|
|
<item:immersiveengineering:armor_steel_chest>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:immersiveengineering:armor_steel_chest>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:immersiveengineering:armor_steel_legs>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:immersiveengineering:armor_steel_legs>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:immersiveengineering:armor_steel_legs>.maxDamage = 315;
|
|
<item:immersiveengineering:armor_steel_legs>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:immersiveengineering:armor_steel_legs>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:immersiveengineering:armor_steel_feet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:immersiveengineering:armor_steel_feet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 4.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:immersiveengineering:armor_steel_feet>.maxDamage = 273;
|
|
<item:immersiveengineering:armor_steel_feet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:immersiveengineering:armor_steel_feet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:u_sarmy_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:u_sarmy_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:u_sarmy_helmet>.maxDamage = 363;
|
|
<item:apocalypsenow:u_sarmy_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:u_sarmy_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:u_sarmy_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:u_sarmy_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:u_sarmy_chestplate>.maxDamage = 528;
|
|
<item:apocalypsenow:u_sarmy_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:u_sarmy_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:u_sarmy_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:u_sarmy_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:u_sarmy_leggings>.maxDamage = 495;
|
|
<item:apocalypsenow:u_sarmy_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:u_sarmy_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:u_sarmy_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:u_sarmy_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:u_sarmy_boots>.maxDamage = 429;
|
|
<item:apocalypsenow:u_sarmy_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:u_sarmy_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:canadian_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:canadian_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:canadian_army_helmet>.maxDamage = 363;
|
|
<item:apocalypsenow:canadian_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:canadian_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:canadian_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:canadian_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:canadian_army_chestplate>.maxDamage = 528;
|
|
<item:apocalypsenow:canadian_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:canadian_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:canadian_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:canadian_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:canadian_army_leggings>.maxDamage = 495;
|
|
<item:apocalypsenow:canadian_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:canadian_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:canadian_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:canadian_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:canadian_army_boots>.maxDamage = 429;
|
|
<item:apocalypsenow:canadian_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:canadian_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:mexican_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:mexican_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:mexican_army_helmet>.maxDamage = 363;
|
|
<item:apocalypsenow:mexican_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:mexican_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:mexican_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:mexican_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:mexican_army_chestplate>.maxDamage = 528;
|
|
<item:apocalypsenow:mexican_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:mexican_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:mexican_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:mexican_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:mexican_army_leggings>.maxDamage = 495;
|
|
<item:apocalypsenow:mexican_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:mexican_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:mexican_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:mexican_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:mexican_army_boots>.maxDamage = 429;
|
|
<item:apocalypsenow:mexican_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:mexican_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:chinese_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:chinese_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:chinese_army_helmet>.maxDamage = 363;
|
|
<item:apocalypsenow:chinese_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:chinese_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:chinese_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:chinese_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:chinese_army_chestplate>.maxDamage = 528;
|
|
<item:apocalypsenow:chinese_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:chinese_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:chinese_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:chinese_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:chinese_army_leggings>.maxDamage = 495;
|
|
<item:apocalypsenow:chinese_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:chinese_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:chinese_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:chinese_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:chinese_army_boots>.maxDamage = 429;
|
|
<item:apocalypsenow:chinese_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:chinese_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:russian_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:russian_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:russian_army_helmet>.maxDamage = 363;
|
|
<item:apocalypsenow:russian_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:russian_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:russian_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:russian_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:russian_army_chestplate>.maxDamage = 528;
|
|
<item:apocalypsenow:russian_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:russian_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:russian_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:russian_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:russian_army_leggings>.maxDamage = 495;
|
|
<item:apocalypsenow:russian_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:russian_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:russian_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:russian_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:russian_army_boots>.maxDamage = 429;
|
|
<item:apocalypsenow:russian_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:russian_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:japanese_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:japanese_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:japanese_army_helmet>.maxDamage = 363;
|
|
<item:apocalypsenow:japanese_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:japanese_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:japanese_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:japanese_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:japanese_army_chestplate>.maxDamage = 528;
|
|
<item:apocalypsenow:japanese_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:japanese_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:japanese_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:japanese_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:japanese_army_leggings>.maxDamage = 495;
|
|
<item:apocalypsenow:japanese_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:japanese_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:japanese_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:japanese_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:japanese_army_boots>.maxDamage = 429;
|
|
<item:apocalypsenow:japanese_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:japanese_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:british_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:british_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:british_army_helmet>.maxDamage = 363;
|
|
<item:apocalypsenow:british_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:british_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:british_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:british_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:british_army_chestplate>.maxDamage = 528;
|
|
<item:apocalypsenow:british_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:british_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:british_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:british_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:british_army_leggings>.maxDamage = 495;
|
|
<item:apocalypsenow:british_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:british_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:british_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:british_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:british_army_boots>.maxDamage = 429;
|
|
<item:apocalypsenow:british_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:british_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:usa_armor_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:usa_armor_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:usa_armor_helmet>.maxDamage = 363;
|
|
<item:apocalypsenow:usa_armor_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:usa_armor_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:usa_armor_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:usa_armor_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:usa_armor_chestplate>.maxDamage = 528;
|
|
<item:apocalypsenow:usa_armor_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:usa_armor_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:usa_armor_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:usa_armor_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:usa_armor_leggings>.maxDamage = 495;
|
|
<item:apocalypsenow:usa_armor_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:usa_armor_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:usa_armor_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:usa_armor_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:usa_armor_boots>.maxDamage = 429;
|
|
<item:apocalypsenow:usa_armor_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:usa_armor_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:italian_bersaglieri_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:italian_bersaglieri_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:italian_bersaglieri_army_helmet>.maxDamage = 363;
|
|
<item:apocalypsenow:italian_bersaglieri_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:italian_bersaglieri_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:italian_bersaglieri_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:italian_bersaglieri_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:italian_bersaglieri_army_chestplate>.maxDamage = 528;
|
|
<item:apocalypsenow:italian_bersaglieri_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:italian_bersaglieri_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:italian_bersaglieri_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:italian_bersaglieri_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:italian_bersaglieri_army_leggings>.maxDamage = 495;
|
|
<item:apocalypsenow:italian_bersaglieri_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:italian_bersaglieri_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:italian_bersaglieri_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:italian_bersaglieri_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:italian_bersaglieri_army_boots>.maxDamage = 429;
|
|
<item:apocalypsenow:italian_bersaglieri_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:italian_bersaglieri_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:brazilian_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:brazilian_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:brazilian_army_helmet>.maxDamage = 363;
|
|
<item:apocalypsenow:brazilian_army_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:brazilian_army_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:brazilian_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:brazilian_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:brazilian_army_chestplate>.maxDamage = 528;
|
|
<item:apocalypsenow:brazilian_army_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:brazilian_army_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:brazilian_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:brazilian_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:brazilian_army_leggings>.maxDamage = 495;
|
|
<item:apocalypsenow:brazilian_army_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:brazilian_army_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:brazilian_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:brazilian_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:brazilian_army_boots>.maxDamage = 429;
|
|
<item:apocalypsenow:brazilian_army_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:brazilian_army_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:un_armor_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:un_armor_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:un_armor_helmet>.maxDamage = 231;
|
|
<item:apocalypsenow:un_armor_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:un_armor_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:un_armor_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:un_armor_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:un_armor_chestplate>.maxDamage = 336;
|
|
<item:apocalypsenow:un_armor_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:un_armor_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:un_armor_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:un_armor_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:un_armor_leggings>.maxDamage = 315;
|
|
<item:apocalypsenow:un_armor_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:un_armor_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:un_armor_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:un_armor_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:un_armor_boots>.maxDamage = 273;
|
|
<item:apocalypsenow:un_armor_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:un_armor_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:military_riot_armor_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:military_riot_armor_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:military_riot_armor_helmet>.maxDamage = 393;
|
|
<item:apocalypsenow:military_riot_armor_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:military_riot_armor_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:military_riot_armor_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:military_riot_armor_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 8.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:military_riot_armor_chestplate>.maxDamage = 558;
|
|
<item:apocalypsenow:military_riot_armor_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:military_riot_armor_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:military_riot_armor_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:military_riot_armor_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:military_riot_armor_leggings>.maxDamage = 515;
|
|
<item:apocalypsenow:military_riot_armor_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:military_riot_armor_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:military_riot_armor_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:military_riot_armor_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:military_riot_armor_boots>.maxDamage = 459;
|
|
<item:apocalypsenow:military_riot_armor_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:military_riot_armor_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:military_urban_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:military_urban_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:military_urban_helmet>.maxDamage = 393;
|
|
<item:apocalypsenow:military_urban_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:military_urban_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:military_urban_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:military_urban_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 8.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:military_urban_chestplate>.maxDamage = 558;
|
|
<item:apocalypsenow:military_urban_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:military_urban_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:military_urban_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:military_urban_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:military_urban_leggings>.maxDamage = 515;
|
|
<item:apocalypsenow:military_urban_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:military_urban_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:military_urban_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:military_urban_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:military_urban_boots>.maxDamage = 459;
|
|
<item:apocalypsenow:military_urban_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:military_urban_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:biohazard_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:biohazard_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:biohazard_helmet>.maxDamage = 500;
|
|
<item:apocalypsenow:biohazard_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:biohazard_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:biohazard_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:biohazard_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:biohazard_chestplate>.maxDamage = 336;
|
|
<item:apocalypsenow:biohazard_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:biohazard_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:biohazard_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:biohazard_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:biohazard_leggings>.maxDamage = 315;
|
|
<item:apocalypsenow:biohazard_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:biohazard_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:biohazard_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:biohazard_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:biohazard_boots>.maxDamage = 273;
|
|
<item:apocalypsenow:biohazard_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:biohazard_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:contamination_suit_white_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:contamination_suit_white_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:contamination_suit_white_helmet>.maxDamage = 500;
|
|
<item:apocalypsenow:contamination_suit_white_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:contamination_suit_white_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:contamination_suit_white_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:contamination_suit_white_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:contamination_suit_white_chestplate>.maxDamage = 336;
|
|
<item:apocalypsenow:contamination_suit_white_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:contamination_suit_white_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:contamination_suit_white_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:contamination_suit_white_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:contamination_suit_white_leggings>.maxDamage = 315;
|
|
<item:apocalypsenow:contamination_suit_white_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:contamination_suit_white_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:contamination_suit_white_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:contamination_suit_white_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:contamination_suit_white_boots>.maxDamage = 273;
|
|
<item:apocalypsenow:contamination_suit_white_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:contamination_suit_white_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:contamination_suit_blue_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:contamination_suit_blue_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:contamination_suit_blue_helmet>.maxDamage = 500;
|
|
<item:apocalypsenow:contamination_suit_blue_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:contamination_suit_blue_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:contamination_suit_blue_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:contamination_suit_blue_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:contamination_suit_blue_chestplate>.maxDamage = 336;
|
|
<item:apocalypsenow:contamination_suit_blue_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:contamination_suit_blue_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:contamination_suit_blue_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:contamination_suit_blue_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:contamination_suit_blue_leggings>.maxDamage = 315;
|
|
<item:apocalypsenow:contamination_suit_blue_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:contamination_suit_blue_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:contamination_suit_green_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:contamination_suit_green_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:contamination_suit_green_helmet>.maxDamage = 500;
|
|
<item:apocalypsenow:contamination_suit_green_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:contamination_suit_green_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:contamination_suit_green_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:contamination_suit_green_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:contamination_suit_green_chestplate>.maxDamage = 336;
|
|
<item:apocalypsenow:contamination_suit_green_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:contamination_suit_green_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:contamination_suit_green_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:contamination_suit_green_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:contamination_suit_green_leggings>.maxDamage = 315;
|
|
<item:apocalypsenow:contamination_suit_green_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:contamination_suit_green_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:create_sa:brass_exoskeleton_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:brass_exoskeleton_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:brass_exoskeleton_chestplate>.maxDamage = 460;
|
|
<item:create_sa:brass_exoskeleton_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:brass_exoskeleton_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:officer_beret_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:officer_beret_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:officer_beret_chestplate>.maxDamage = 580;
|
|
|
|
|
|
<item:apocalypsenow:officer_beret_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:officer_beret_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:officer_beret_helmet>.maxDamage = 231;
|
|
<item:apocalypsenow:officer_beret_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:officer_beret_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:military_beret_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:military_beret_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:military_beret_chestplate>.maxDamage = 580;
|
|
<item:apocalypsenow:military_beret_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:military_beret_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:military_beret_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:military_beret_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:military_beret_helmet>.maxDamage = 231;
|
|
<item:apocalypsenow:military_beret_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:military_beret_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:military_pilot_headset_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:military_pilot_headset_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:military_pilot_headset_chestplate>.maxDamage = 580;
|
|
<item:apocalypsenow:military_pilot_headset_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:military_pilot_headset_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:military_pilot_headset_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:military_pilot_headset_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:military_pilot_headset_helmet>.maxDamage = 231;
|
|
<item:apocalypsenow:military_pilot_headset_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:military_pilot_headset_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:atlast_7_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:atlast_7_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:atlast_7_chestplate>.maxDamage = 580;
|
|
<item:apocalypsenow:atlast_7_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:atlast_7_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:atlast_7_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:atlast_7_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:atlast_7_helmet>.maxDamage = 231;
|
|
<item:apocalypsenow:atlast_7_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:atlast_7_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:life_jacket_bullet_helmet_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:life_jacket_bullet_helmet_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:life_jacket_bullet_helmet_helmet>.maxDamage = 526;
|
|
<item:apocalypsenow:life_jacket_bullet_helmet_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:life_jacket_bullet_helmet_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:beret_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:beret_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:beret_chestplate>.maxDamage = 580;
|
|
<item:apocalypsenow:beret_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:beret_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:beret_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:beret_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:beret_helmet>.maxDamage = 231;
|
|
<item:apocalypsenow:beret_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:beret_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:create_sa:brass_jetpack_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:brass_jetpack_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:brass_jetpack_chestplate>.maxDamage = 460;
|
|
<item:create_sa:brass_jetpack_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:create_sa:brass_jetpack_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:helicopter_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:helicopter_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:helicopter_chestplate>.maxDamage = 580;
|
|
<item:apocalypsenow:helicopter_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:helicopter_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:helicopter_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:helicopter_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:helicopter_helmet>.maxDamage = 231;
|
|
<item:apocalypsenow:helicopter_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:helicopter_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 1.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
#--------------------------- Tier 4 ------------------------------
|
|
<item:minecraft:netherite_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:minecraft:netherite_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:minecraft:netherite_helmet>.maxDamage = 407;
|
|
<item:minecraft:netherite_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:minecraft:netherite_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:minecraft:netherite_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:minecraft:netherite_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 8.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:minecraft:netherite_chestplate>.maxDamage = 592;
|
|
<item:minecraft:netherite_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:minecraft:netherite_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:minecraft:netherite_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:minecraft:netherite_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:minecraft:netherite_leggings>.maxDamage = 555;
|
|
<item:minecraft:netherite_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:minecraft:netherite_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:minecraft:netherite_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:minecraft:netherite_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:minecraft:netherite_boots>.maxDamage = 481;
|
|
<item:minecraft:netherite_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:minecraft:netherite_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:swat_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:swat_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:swat_helmet>.maxDamage = 607;
|
|
<item:apocalypsenow:swat_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:swat_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:swat_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:swat_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 9.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:swat_chestplate>.maxDamage = 792;
|
|
<item:apocalypsenow:swat_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:swat_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:swat_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:swat_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 8.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:swat_leggings>.maxDamage = 755;
|
|
<item:apocalypsenow:swat_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:swat_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:swat_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:swat_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:swat_boots>.maxDamage = 681;
|
|
<item:apocalypsenow:swat_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:swat_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:juggernaut_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:juggernaut_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:juggernaut_helmet>.maxDamage = 607;
|
|
<item:apocalypsenow:juggernaut_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:juggernaut_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:juggernaut_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:juggernaut_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 9.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:juggernaut_chestplate>.maxDamage = 792;
|
|
<item:apocalypsenow:juggernaut_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:juggernaut_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:juggernaut_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:juggernaut_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 8.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:juggernaut_leggings>.maxDamage = 755;
|
|
<item:apocalypsenow:juggernaut_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:juggernaut_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:juggernaut_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:juggernaut_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:juggernaut_boots>.maxDamage = 681;
|
|
<item:apocalypsenow:juggernaut_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:juggernaut_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:swatriotcontrol_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:swatriotcontrol_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:swatriotcontrol_helmet>.maxDamage = 607;
|
|
<item:apocalypsenow:swatriotcontrol_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:swatriotcontrol_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:swatriotcontrol_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:swatriotcontrol_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 9.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:swatriotcontrol_chestplate>.maxDamage = 792;
|
|
<item:apocalypsenow:swatriotcontrol_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:swatriotcontrol_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:swatriotcontrol_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:swatriotcontrol_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 8.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:swatriotcontrol_leggings>.maxDamage = 755;
|
|
<item:apocalypsenow:swatriotcontrol_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:swatriotcontrol_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:swatriotcontrol_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:swatriotcontrol_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:swatriotcontrol_boots>.maxDamage = 681;
|
|
<item:apocalypsenow:swatriotcontrol_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:swatriotcontrol_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:spec_ops_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:spec_ops_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:spec_ops_helmet>.maxDamage = 607;
|
|
<item:apocalypsenow:spec_ops_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:spec_ops_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:spec_ops_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:spec_ops_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 9.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:spec_ops_chestplate>.maxDamage = 792;
|
|
<item:apocalypsenow:spec_ops_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:spec_ops_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:spec_ops_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:spec_ops_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 8.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:spec_ops_leggings>.maxDamage = 755;
|
|
<item:apocalypsenow:spec_ops_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:spec_ops_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:spec_ops_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:spec_ops_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:spec_ops_boots>.maxDamage = 681;
|
|
<item:apocalypsenow:spec_ops_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:spec_ops_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:jet_pilot_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:jet_pilot_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:jet_pilot_helmet>.maxDamage = 607;
|
|
<item:apocalypsenow:jet_pilot_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:jet_pilot_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:jet_pilot_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:jet_pilot_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:jet_pilot_chestplate>.maxDamage = 792;
|
|
<item:apocalypsenow:jet_pilot_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:jet_pilot_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:jet_pilot_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:jet_pilot_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 6.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:jet_pilot_leggings>.maxDamage = 755;
|
|
<item:apocalypsenow:jet_pilot_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:jet_pilot_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:jet_pilot_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:jet_pilot_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:jet_pilot_boots>.maxDamage = 681;
|
|
<item:apocalypsenow:jet_pilot_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:jet_pilot_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:bombsquad_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:bombsquad_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:bombsquad_helmet>.maxDamage = 607;
|
|
<item:apocalypsenow:bombsquad_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:bombsquad_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:bombsquad_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:bombsquad_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 9.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:bombsquad_chestplate>.maxDamage = 792;
|
|
<item:apocalypsenow:bombsquad_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:bombsquad_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:bombsquad_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:bombsquad_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 8.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:bombsquad_leggings>.maxDamage = 755;
|
|
<item:apocalypsenow:bombsquad_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:bombsquad_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:bombsquad_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:bombsquad_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:bombsquad_boots>.maxDamage = 681;
|
|
<item:apocalypsenow:bombsquad_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:bombsquad_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 3.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:soldier_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:soldier_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:soldier_helmet>.maxDamage = 607;
|
|
<item:apocalypsenow:soldier_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:soldier_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:soldier_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:soldier_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 9.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:soldier_chestplate>.maxDamage = 792;
|
|
<item:apocalypsenow:soldier_chestplate>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:chest>]);
|
|
<item:apocalypsenow:soldier_chestplate>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:chest>]);
|
|
|
|
|
|
<item:apocalypsenow:soldier_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:soldier_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 8.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:soldier_leggings>.maxDamage = 755;
|
|
<item:apocalypsenow:soldier_leggings>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:legs>]);
|
|
<item:apocalypsenow:soldier_leggings>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:legs>]);
|
|
|
|
|
|
<item:apocalypsenow:soldier_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:soldier_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:soldier_boots>.maxDamage = 681;
|
|
<item:apocalypsenow:soldier_boots>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:feet>]);
|
|
<item:apocalypsenow:soldier_boots>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:feet>]);
|
|
|
|
|
|
<item:apocalypsenow:pbf_hamstergasmask_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:pbf_hamstergasmask_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 7.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:pbf_hamstergasmask_helmet>.maxDamage = 600;
|
|
<item:apocalypsenow:pbf_hamstergasmask_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:pbf_hamstergasmask_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|
|
<item:apocalypsenow:pkm_4gasmask_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:pkm_4gasmask_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor>, "generic.armor", 5.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:pkm_4gasmask_helmet>.maxDamage = 500;
|
|
<item:apocalypsenow:pkm_4gasmask_helmet>.anyDamage().removeGlobalAttribute(<attribute:minecraft:generic.armor_toughness>, [<constant:minecraft:equipmentslot:head>]);
|
|
<item:apocalypsenow:pkm_4gasmask_helmet>.anyDamage().addGlobalAttributeModifier(<attribute:minecraft:generic.armor_toughness>, "generic.armor_toughness", 2.0, AttributeOperation.ADDITION, [<constant:minecraft:equipmentslot:head>]);
|
|
|
|
|