cawezs_mantle_to_stratus/elements/HeavenArmor.mod.json
2025-02-06 11:10:32 -05:00

118 lines
2.9 KiB
JSON

{
"_fv": 73,
"_type": "armor",
"definition": {
"enableHelmet": true,
"textureHelmet": "heaven_head",
"enableBody": true,
"textureBody": "heaven_body",
"enableLeggings": true,
"textureLeggings": "heaven_leggings",
"enableBoots": true,
"textureBoots": "heaven_boots",
"creativeTabs": [
{
"value": "CUSTOM:MtS"
}
],
"armorTextureFile": "heaven",
"helmetName": "Heaven Helmet",
"bodyName": "Heaven Chestplate",
"leggingsName": "Heaven Leggings",
"bootsName": "Heaven Boots",
"helmetSpecialInformation": {
"fixedValue": [
"It appears so strong..."
]
},
"bodySpecialInformation": {
"fixedValue": [
"It appears so strong..."
]
},
"leggingsSpecialInformation": {
"fixedValue": [
"It appears so strong..."
]
},
"bootsSpecialInformation": {
"fixedValue": [
"It appears so strong..."
]
},
"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": false,
"bootsImmuneToFire": false,
"helmetGlowCondition": {
"fixedValue": false
},
"bodyGlowCondition": {
"fixedValue": false
},
"leggingsGlowCondition": {
"fixedValue": false
},
"bootsGlowCondition": {
"fixedValue": false
},
"helmetPiglinNeutral": {
"fixedValue": false
},
"bodyPiglinNeutral": {
"fixedValue": false
},
"leggingsPiglinNeutral": {
"fixedValue": false
},
"bootsPiglinNeutral": {
"fixedValue": false
},
"maxDamage": 8,
"damageValueHelmet": 5,
"damageValueBody": 10,
"damageValueLeggings": 8,
"damageValueBoots": 5,
"enchantability": 0,
"toughness": 10.0,
"knockbackResistance": 0.0,
"equipSound": {
"value": ""
},
"repairItems": [
{
"value": "CUSTOM:SolititeGemstone"
},
{
"value": "CUSTOM:FortiteGemstone"
},
{
"value": "CUSTOM:CelerititeGemstone"
}
]
}
}