Files
Aris-Random-Additions/elements/OrichalcumArmor.mod.json
nimsolated 4b658a0cce 2.3.0
2026-03-28 19:42:27 -07:00

115 lines
2.9 KiB
JSON

{
"_fv": 73,
"_type": "armor",
"definition": {
"enableHelmet": true,
"textureHelmet": "orichalcum_helmet",
"enableBody": true,
"textureBody": "orichalcum_chestplate",
"enableLeggings": true,
"textureLeggings": "orichalcum_leggings",
"enableBoots": true,
"textureBoots": "orichalcum_heels",
"onBootsTick": {
"name": "OrichalcumArmorBootsTickEvent"
},
"creativeTabs": [
{
"value": "COMBAT"
}
],
"armorTextureFile": "orichalcum",
"helmetName": "Orichalcum Helmet",
"bodyName": "Orichalcum Chestplate",
"leggingsName": "Orichalcum Leggings",
"bootsName": "Orichalcum Heels",
"helmetSpecialInformation": {
"fixedValue": [
"Set Bonus: Speed, Jump Boost"
]
},
"bodySpecialInformation": {
"fixedValue": [
"Set Bonus: Speed, Jump Boost"
]
},
"leggingsSpecialInformation": {
"fixedValue": [
"Set Bonus: Speed, Jump Boost"
]
},
"bootsSpecialInformation": {
"fixedValue": [
"Set Bonus: Speed, Jump Boost"
]
},
"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": true,
"bodyImmuneToFire": true,
"leggingsImmuneToFire": true,
"bootsImmuneToFire": true,
"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": 39,
"damageValueHelmet": 3,
"damageValueBody": 9,
"damageValueLeggings": 6,
"damageValueBoots": 3,
"enchantability": 25,
"toughness": 3.0,
"knockbackResistance": 0.1,
"equipSound": {
"value": "item.armor.equip_netherite"
},
"repairItems": [
{
"value": "CUSTOM:Orichalcum"
}
]
}
}