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

91 lines
2.4 KiB
JSON
Executable File

{
"_fv": 47,
"_type": "armor",
"definition": {
"enableHelmet": true,
"textureHelmet": "b_head",
"enableBody": true,
"textureBody": "b_body",
"enableLeggings": true,
"textureLeggings": "b_leggings",
"enableBoots": true,
"textureBoots": "b_boots",
"onHelmetTick": {
"name": "Goggles"
},
"onBodyTick": {
"name": "SpiderChestplateChestplateTickEvent"
},
"onLeggingsTick": {
"name": "MagmaLeggingsTickEvent"
},
"onBootsTick": {
"name": "ArmorL1BootsTickEvent"
},
"creativeTab": {
"value": "CUSTOM:MantleToStratusTab"
},
"armorTextureFile": "b",
"helmetName": "Tenebroscopes",
"bodyName": "Statis Chestplate",
"leggingsName": "Magma Leggings",
"bootsName": "Caver's Strongboots",
"helmetSpecialInfo": [
"Grants Night Vision"
],
"bodySpecialInfo": [
"Freezes surrounding mobs in place, at the cost of your defense."
],
"leggingsSpecialInfo": [
"Allows user to walk on lava.",
"Grants Fire Resistance"
],
"bootsSpecialInfo": [
"Grants Slow Falling"
],
"helmetModelName": "Default",
"helmetModelPart": "Helmet",
"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": true,
"bootsImmuneToFire": false,
"maxDamage": 25,
"damageValueHelmet": 4,
"damageValueBody": 0,
"damageValueLeggings": 6,
"damageValueBoots": 3,
"enchantability": 9,
"toughness": 2.0,
"knockbackResistance": 0.2,
"equipSound": {
"value": ""
},
"repairItems": [
{
"value": "CUSTOM:Amber"
}
]
}
}