mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
2.1.0
This commit is contained in:
115
elements/EnditeArmor.mod.json
Normal file
115
elements/EnditeArmor.mod.json
Normal file
@@ -0,0 +1,115 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "armor",
|
||||
"definition": {
|
||||
"enableHelmet": true,
|
||||
"textureHelmet": "endite_head",
|
||||
"enableBody": true,
|
||||
"textureBody": "endite_body",
|
||||
"enableLeggings": true,
|
||||
"textureLeggings": "endite_leggings",
|
||||
"enableBoots": true,
|
||||
"textureBoots": "endite_boots",
|
||||
"onBootsTick": {
|
||||
"name": "EnditeArmorBootsTickEvent"
|
||||
},
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "COMBAT"
|
||||
}
|
||||
],
|
||||
"armorTextureFile": "endite",
|
||||
"helmetName": "Endite Helmet",
|
||||
"bodyName": "Endite Chestplate",
|
||||
"leggingsName": "Endite Leggings",
|
||||
"bootsName": "Endite Boots",
|
||||
"helmetSpecialInformation": {
|
||||
"fixedValue": [
|
||||
"Set Bonus: Resistance, Regeneration, Strength"
|
||||
]
|
||||
},
|
||||
"bodySpecialInformation": {
|
||||
"fixedValue": [
|
||||
"Set Bonus: Resistance, Regeneration, Strength"
|
||||
]
|
||||
},
|
||||
"leggingsSpecialInformation": {
|
||||
"fixedValue": [
|
||||
"Set Bonus: Resistance, Regeneration, Strength"
|
||||
]
|
||||
},
|
||||
"bootsSpecialInformation": {
|
||||
"fixedValue": [
|
||||
"Set Bonus: Resistance, Regeneration, Strength"
|
||||
]
|
||||
},
|
||||
"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": 50,
|
||||
"damageValueHelmet": 6,
|
||||
"damageValueBody": 12,
|
||||
"damageValueLeggings": 9,
|
||||
"damageValueBoots": 6,
|
||||
"enchantability": 25,
|
||||
"toughness": 5.0,
|
||||
"knockbackResistance": 0.25,
|
||||
"equipSound": {
|
||||
"value": ""
|
||||
},
|
||||
"repairItems": [
|
||||
{
|
||||
"value": "CUSTOM:EnditeIngot"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user