cawezs_expanded_world/elements/ArmorL2Armor.mod.json
2024-04-28 11:00:35 -04:00

90 lines
2.4 KiB
JSON
Executable File

{
"_fv": 47,
"_type": "armor",
"definition": {
"enableHelmet": true,
"textureHelmet": "a_head",
"enableBody": true,
"textureBody": "a_body",
"enableLeggings": true,
"textureLeggings": "a_legging",
"enableBoots": true,
"textureBoots": "a_boots",
"onHelmetTick": {
"name": "ArmorL2ArmorHelmetTickEvent"
},
"onBodyTick": {
"name": "ArmorL2ArmorChestplateTickEvent"
},
"onLeggingsTick": {
"name": "ArmorL2ArmorLeggingsTickEvent"
},
"onBootsTick": {
"name": "ArmorL2ArmorBootsTickEvent"
},
"creativeTab": {
"value": "CUSTOM:MantleToStratusTab"
},
"armorTextureFile": "a",
"helmetName": "Cat Ears",
"bodyName": "Diving Chestplate",
"leggingsName": "Red Tearstone Leggings",
"bootsName": "Hunting Boots",
"helmetSpecialInfo": [
"Creepers no longer come near you"
],
"bodySpecialInfo": [
"Grants full aquatic proficiency"
],
"leggingsSpecialInfo": [
"Grants incredible strenght when on low health"
],
"bootsSpecialInfo": [
"Mobs can be seen through walls"
],
"helmetModelName": "ModelCatHatID",
"helmetModelPart": "bb_main",
"helmetModelTexture": "From armor",
"bodyModelName": "Default",
"bodyModelPart": "Body",
"armsModelPartL": "Arms L",
"armsModelPartR": "Arms R",
"bodyModelTexture": "From armor",
"leggingsModelName": "Default",
"leggingsModelPartL": "Leggings L",
"leggingsModelPartR": "Leggings R",
"leggingsModelTexture": "From armor",
"bootsModelName": "Default",
"bootsModelPartL": "Boots L",
"bootsModelPartR": "Boots R",
"bootsModelTexture": "From armor",
"helmetItemRenderType": 0,
"helmetItemCustomModelName": "Normal",
"bodyItemRenderType": 0,
"bodyItemCustomModelName": "Normal",
"leggingsItemRenderType": 0,
"leggingsItemCustomModelName": "Normal",
"bootsItemRenderType": 0,
"bootsItemCustomModelName": "Normal",
"helmetImmuneToFire": false,
"bodyImmuneToFire": false,
"leggingsImmuneToFire": false,
"bootsImmuneToFire": false,
"maxDamage": 37,
"damageValueHelmet": 4,
"damageValueBody": 12,
"damageValueLeggings": 0,
"damageValueBoots": 4,
"enchantability": 25,
"toughness": 2.0,
"knockbackResistance": 0.2,
"equipSound": {
"value": ""
},
"repairItems": [
{
"value": "CUSTOM:Blightstone"
}
]
}
}