모드적용을 이것저것 하다보니 무엇인지 모르겠네요
data/hd/items/armor/armor 에있던 파일인데
ironpelt.json 입니다.

{
    "dependencies": {
        "particles": [],
        "models": [
            {
                "path": "data/hd/items/dropped_items/iron_pelt.model"
            }
        ],
        "skeletons": [
            {
                "path": "data/hd/items/dropped_items/skeleton/dropped_items_armor_chest_leather.skeleton"
            }
        ],
        "animations": [],
        "textures": [
            {
                "path": "data/hd/items/armor/armor/ironpelt/textures/armor_ironpelt_ALB.texture"
            },
            {
                "path": "data/hd/items/armor/armor/ironpelt/textures/armor_ironpelt_mask.texture"
            },
            {
                "path": "data/hd/items/armor/armor/ironpelt/textures/armor_ironpelt_NRM.texture"
            },
            {
                "path": "data/hd/items/armor/armor/ironpelt/textures/armor_ironpelt_ORM.texture"
            }
        ],
        "physics": [],
        "json": [
            {
                "path": "data/hd/items/dropped_items/dropped_items_armor_chest_leather_sw.json"
            }
        ],
        "variantdata": [],
        "objecteffects": [],
        "other": []
    },
    "type": "UnitDefinition",
    "name": "ironpelt",
    "entities": [
        {
            "type": "Entity",
            "name": "entity_root",
            "id": 3684247932,
            "components": [
                {
                    "type": "UnitRootComponent",
                    "name": "component_root",
                    "state_machine_filename": "data/hd/items/dropped_items/dropped_items_armor_chest_leather_sw.json",
                    "doNotInheritRotation": false,
                    "rotationOverride": {
                        "x": 0.0,
                        "y": 0.3826834,
                        "z": 0.0,
                        "w": 0.9238795
                    },
                    "doNotUseHDHeight": false,
                    "hideAllMeshWhenInOpenedMode": false,
                    "onCreateEventName": "",
                    "animations": []
                },
                {
                    "type": "SkeletonDefinitionComponent",
                    "name": "component_skeleton",
                    "filename": "data/hd/items/dropped_items/skeleton/dropped_items_armor_chest_leather.skeleton"
                },
                {
                    "type": "TransformDefinitionComponent",
                    "name": "entity_root_TransformDefinition",
                    "position": {
                        "x": 0.0,
                        "y": 0.0,
                        "z": 0.0
                    },
                    "orientation": {
                        "x": 0.0,
                        "y": -0.104528464,
                        "z": 0.0,
                        "w": 0.9945219
                    },
                    "scale": {
                        "x": 1.0,
                        "y": 1.0,
                        "z": 1.0
                    },
                    "inheritOnlyPosition": false
                }
            ]
        },
        {
            "type": "Entity",
            "name": "entity_model",
            "id": 2195582502,
            "components": [
                {
                    "type": "ModelDefinitionComponent",
                    "name": "component_model_ironpelt",
                    "filename": "data/hd/items/dropped_items/iron_pelt.model",
                    "visibleLayers": 1,
                    "lightMask": 19,
                    "shadowMask": 3,
                    "ghostShadows": false,
                    "floorModel": false,
                    "terrainBlendEnableYUpBlend": false,
                    "terrainBlendMode": 1
                }
            ]
        },
                //발키리 소환 이펙트 추가 부분 :
        {
            "type": "Entity",
            "name": "droplight",
            "id": 9999996974,
            "components": [
                {
                    "type": "TransformDefinitionComponent",
                    "name": "component_transform1",
                    "position": {
                        "x": 0.0,
                        "y": 0.0,
                        "z": 0.0
                    },
                    "orientation": {
                        "x": 0.0,
                        "y": 0.0,
                        "z": 0.0,
                        "w": 1.0
                    },
                    "scale": {
                        "x": 1.0,
                        "y": 1.0,
                        "z": 1.0
                    },
                    "inheritOnlyPosition": false
                },
                {
                    "type": "VfxDefinitionComponent",
                    "name": "entity_vfx_gousemyideaandshareyourfilthymods",
                    "filename": "data/hd/vfx/particles/overlays/common/valkyriestart/valkriestart_overlay.particles",
                    "hardKillOnDestroy": false
                }
            ]
        }
    ]
}