thoth-guardian-cybersecurity-shield / ThothGuardian_NiagaraVFXDefinitions.json
crystalai's picture
Upload 26 files
219e38a verified
{
"TelepathicScan": {
"EffectName": "RippleWaveEmitter",
"Description": "Generates ripple-like waves from MetaHuman's head and hands during telepathic scan.",
"Emitters": [
{
"Type": "Sphere",
"Location": "Hands",
"Color": "Cyan",
"WaveFrequency": "Medium"
},
{
"Type": "Sphere",
"Location": "Head",
"Color": "Blue",
"WaveFrequency": "Low"
}
],
"Looping": true,
"Trigger": "TelepathicScan Node Activation"
},
"CodexTelepathInvoke": {
"EffectName": "GlyphFormationEmitter",
"Description": "Forms holographic glyphs and symbols mid-air during Codex invocation.",
"Emitters": [
{
"Type": "Ribbon",
"Location": "Hand",
"Color": "Gold",
"Pattern": "Circular"
},
{
"Type": "Sprite",
"Location": "Air",
"Color": "White",
"Symbols": "CodexGlyphSet"
}
],
"Looping": false,
"Trigger": "CodexTelepathInvoke Node Activation"
},
"PlanetaryGridAlign": {
"EffectName": "CrystallizedGridOverlay",
"Description": "Overlays planetary grid lines and nodes around the MetaHuman.",
"Emitters": [
{
"Type": "Grid",
"Location": "World",
"Color": "Emerald",
"Pulse": "Synchronized"
},
{
"Type": "Point",
"Location": "Nodes",
"Color": "White",
"Glow": true
}
],
"Looping": true,
"Trigger": "PlanetaryGridAlign Node Activation"
},
"SatelliteThreatRelay": {
"EffectName": "SatelliteBeamEmitter",
"Description": "Visualizes satellite beams and orbital sync lines.",
"Emitters": [
{
"Type": "Beam",
"Location": "Sky",
"Color": "Purple",
"Direction": "Downward"
},
{
"Type": "Trail",
"Location": "ConstellationPaths",
"Color": "Silver"
}
],
"Looping": false,
"Trigger": "SatelliteThreatRelay Node Activation"
},
"QuantumCommSync": {
"EffectName": "QuantumEncryptionAura",
"Description": "Creates a quantum encryption aura with lattice patterns.",
"Emitters": [
{
"Type": "Aura",
"Location": "Body",
"Color": "Violet",
"Pattern": "Lattice"
},
{
"Type": "Glow",
"Location": "Core",
"Color": "White",
"Intensity": "High"
}
],
"Looping": true,
"Trigger": "QuantumCommSync Node Activation"
}
}