File size: 4,451 Bytes
219e38a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 |
{
"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"
}
}
} |