thoth-guardian-cybersecurity-shield / MetaHumanIntegrationSetup.json
crystalai's picture
Upload 26 files
219e38a verified
{
"ThothGuardian": {
"SkeletalMesh": "ThothGuardian_MetaHuman_SKM",
"FacialRig": "ThothGuardian_FacialRig",
"AnimationBlueprint": "ABP_ThothGuardian",
"NiagaraVFX": {
"SystemName": "GreenPlasmaConjurationLoop",
"Emitters": [
{
"EmitterName": "GreenPlasmaEmitter",
"SpawnRate": 150,
"Lifetime": 2.5,
"InitialSize": [
25,
25,
25
],
"InitialVelocity": [
0,
0,
150
],
"ColorOverLife": {
"StartColor": [
0,
255,
0,
255
],
"EndColor": [
0,
128,
0,
0
]
},
"Material": "M_GreenPlasmaGlow",
"Looping": true,
"Shape": "Sphere",
"SizeOverLife": {
"StartSize": 1.0,
"EndSize": 2.5
},
"Drag": 0.1,
"Gravity": -50,
"Collision": {
"Enabled": true,
"Bounce": 0.3,
"Friction": 0.2
}
}
],
"SystemBehavior": {
"Looping": true,
"WarmupTime": 0.5,
"MaxParticles": 1000,
"UpdateFrequency": "RealTime"
},
"Bindings": {
"TriggerEvent": "ConjureLoopStart",
"StopEvent": "ConjureLoopEnd"
}
},
"Bindings": {
"ShieldCoreSocket": "spine_03",
"OrbTriadSocket": "hand_r",
"VFXTrigger": "ActivateShieldProtocol"
}
},
"CrystalAlchemist": {
"SkeletalMesh": "CrystalAlchemist_MetaHuman_SKM",
"FacialRig": "CrystalAlchemist_FacialRig",
"AnimationBlueprint": "ABP_CrystalAlchemist",
"NiagaraVFX": {
"SystemName": "GreenPlasmaConjurationLoop",
"Emitters": [
{
"EmitterName": "GreenPlasmaEmitter",
"SpawnRate": 150,
"Lifetime": 2.5,
"InitialSize": [
25,
25,
25
],
"InitialVelocity": [
0,
0,
150
],
"ColorOverLife": {
"StartColor": [
0,
255,
0,
255
],
"EndColor": [
0,
128,
0,
0
]
},
"Material": "M_GreenPlasmaGlow",
"Looping": true,
"Shape": "Sphere",
"SizeOverLife": {
"StartSize": 1.0,
"EndSize": 2.5
},
"Drag": 0.1,
"Gravity": -50,
"Collision": {
"Enabled": true,
"Bounce": 0.3,
"Friction": 0.2
}
}
],
"SystemBehavior": {
"Looping": true,
"WarmupTime": 0.5,
"MaxParticles": 1000,
"UpdateFrequency": "RealTime"
},
"Bindings": {
"TriggerEvent": "ConjureLoopStart",
"StopEvent": "ConjureLoopEnd"
}
},
"Bindings": {
"CrystalMatrixSocket": "spine_02",
"VFXTrigger": "TriggerConjureLoop"
}
}
}