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

130 lines
3.1 KiB
JSON

{
"_fv": 73,
"_type": "armor",
"definition": {
"enableHelmet": true,
"textureHelmet": "buried_head",
"enableBody": true,
"textureBody": "buried_body",
"enableLeggings": true,
"textureLeggings": "buried_leggings",
"enableBoots": true,
"textureBoots": "buried_boots",
"onHelmetTick": {
"name": "BuriedArmorHelmetTickEvent"
},
"onBodyTick": {
"name": "BuriedArmorChestplateTickEvent"
},
"onLeggingsTick": {
"name": "BuriedArmorLeggingsTickEvent"
},
"onBootsTick": {
"name": "BuriedArmorBootsTickEvent"
},
"creativeTabs": [
{
"value": "CUSTOM:MtS"
}
],
"armorTextureFile": "buried",
"helmetName": "Buried Helmet",
"bodyName": "Buried Chestplate",
"leggingsName": "Buried Leggings",
"bootsName": "Buried Boots",
"helmetSpecialInformation": {
"fixedValue": [
"It appears so weak..."
]
},
"bodySpecialInformation": {
"fixedValue": [
"It appears so weak..."
]
},
"leggingsSpecialInformation": {
"fixedValue": [
"It appears so weak..."
]
},
"bootsSpecialInformation": {
"fixedValue": [
"It appears so weak..."
]
},
"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": true
},
"bodyGlowCondition": {
"fixedValue": true
},
"leggingsGlowCondition": {
"fixedValue": true
},
"bootsGlowCondition": {
"fixedValue": true
},
"helmetPiglinNeutral": {
"fixedValue": false
},
"bodyPiglinNeutral": {
"fixedValue": false
},
"leggingsPiglinNeutral": {
"fixedValue": false
},
"bootsPiglinNeutral": {
"fixedValue": false
},
"maxDamage": 1000,
"damageValueHelmet": 1,
"damageValueBody": 3,
"damageValueLeggings": 2,
"damageValueBoots": 1,
"enchantability": 100,
"toughness": 1.0,
"knockbackResistance": 5.0,
"equipSound": {
"value": ""
},
"repairItems": [
{
"value": "CUSTOM:HaeliumGemstone"
},
{
"value": "CUSTOM:AminaliteGemstone"
},
{
"value": "CUSTOM:ObsidiliteGemstone"
}
]
}
}