mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
update: 1.7.0
This commit is contained in:
107
elements/OrichalcumArmor.mod.json
Normal file
107
elements/OrichalcumArmor.mod.json
Normal file
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "armor",
|
||||
"definition": {
|
||||
"enableHelmet": true,
|
||||
"textureHelmet": "orichalcum_head",
|
||||
"enableBody": true,
|
||||
"textureBody": "orichalcum_body",
|
||||
"enableLeggings": true,
|
||||
"textureLeggings": "orichalcum_leggings",
|
||||
"enableBoots": true,
|
||||
"textureBoots": "orichalcum_boots",
|
||||
"onBootsTick": {
|
||||
"name": "OrichalcumArmorBootsTickEvent"
|
||||
},
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "COMBAT"
|
||||
}
|
||||
],
|
||||
"armorTextureFile": "orichalcum",
|
||||
"helmetName": "Orichalcum Helmet",
|
||||
"bodyName": "Orichalcum Chestplate",
|
||||
"leggingsName": "Orichalcum Leggings",
|
||||
"bootsName": "Orichalcum Boots",
|
||||
"helmetSpecialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"bodySpecialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"leggingsSpecialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"bootsSpecialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"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": 39,
|
||||
"damageValueHelmet": 3,
|
||||
"damageValueBody": 9,
|
||||
"damageValueLeggings": 6,
|
||||
"damageValueBoots": 3,
|
||||
"enchantability": 25,
|
||||
"toughness": 3.0,
|
||||
"knockbackResistance": 0.1,
|
||||
"equipSound": {
|
||||
"value": ""
|
||||
},
|
||||
"repairItems": [
|
||||
{
|
||||
"value": "CUSTOM:Orichalcum"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user