|
|
下载了论坛大佬们发的mod,有翅膀的,有光效的
但是单独把翅膀代码或者光效代码添加都没事,两个同时添加就不行了
我不懂语法跟格式,有没有大佬给弄下啊
下面是翅膀代码
{
"type": "Entity",
"name": "entity_wings_vfxshell",
"id": 1470594846,
"components": [
{
"type": "ModelDefinitionComponent",
"name": "new_entity_ModelDefinition",
"filename": "data/hd/character/npc/malachai/vfxshell.model",
"visibleLayers": 1073741824,
"lightMask": 19,
"shadowMask": 3,
"ghostShadows": false,
"floorModel": false,
"terrainBlendEnableYUpBlend": false,
"terrainBlendMode": 1
},
{
"type": "ObjectEffectDefinitionComponent",
"name": "new_entity_ObjectEffectDefinition",
"filename": "data/hd/vfx/particles/character/npc/malachai/vfx_malachai_wingShell_objFX.particles"
},
{
"type": "UnitPartComponent",
"name": "new_entity_UnitPart",
"part": "torso",
"variant": "lit"
},
{
"type": "TransformDefinitionComponent",
"name": "entity_vfx_lights_TransformDefinition",
"position": {
"x": 0.3,
"y": -1.5,
"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": "EntityAttachmentDefinitionComponent",
"name": "entity_vfx_lights_EntityAttachmentDefinition",
"targetbone": "root"
}
]
}
光环代码
{
"type": "Entity",
"name": "entity_root",
"id": 1079187010,
"components": [{
"type": "VfxDefinitionComponent",
"name": "entity_root_VfxDefinition",
"filename": "data/hd/vfx/particles/overlays/paladin/aura_fanatic/aura_fanatic.particles",
"hardKillOnDestroy": false
}
]
},
{
"type": "Entity",
"name": "entity_root",
"id": 1079187010,
"components": [{
"type": "VfxDefinitionComponent",
"name": "entity_root_VfxDefinition",
"filename": "data/hd/vfx/particles/overlays/sorceress/thunderstormcast/ThunderCastOverlayOper.particles",
"hardKillOnDestroy": false
}
]
},
{
"type": "Entity",
"name": "entity_root",
"id": 1079187010,
"components": [{
"type": "VfxDefinitionComponent",
"name": "entity_root_VfxDefinition",
"filename": "data/hd/vfx/particles/missiles/high_priest_lightning/highpriestlightning_fx.particles",
"hardKillOnDestroy": false
}, {
"type": "TransformDefinitionComponent",
"name": "TransformDefinitionComponent002",
"position": {
"x": 0,
"y": 4.0,
"z": 0
},
"orientation": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 1.0
},
"scale": {
"x": 1.8,
"y": 1.8,
"z": 1.8
},
"inheritOnlyPosition": false
}
]
}
|
|