Generate complete, game-ready VFX scenes for Godot 4.x using NO custom art assets. Creates procedural effects using GPUParticles2D, ColorRect, Line2D, and geometric shapes. Use this when the user wants to create visual effects without sprites.
This skill generates complete, game-ready VFX scenes for Godot 4.x using NO custom art assets. All effects use ColorRect, GPUParticles2D, Line2D, shaders, and procedural techniques to create professional-looking visual effects.
Invoke this skill when the user:
IMPORTANT: Always announce at the start that you are using the VFX Generator skill.
Example: "I'm using the VFX Generator skill to create a procedural [effect-name] effect."
The secret to great VFX without art is:
Bad approach: Pretty particle texture + static = Boring Good approach: Simple shape + motion + timing + color = IMPACT!
Fire/Explosion:
#ff6b35 (bright orange)#ff4136 (red)#ffdc00 (yellow)Ice/Frost:
#3b82f6 (bright blue)#06b6d4 (cyan)#e0f2fe (pale blue)Poison/Nature:
#22c55e (green)#84cc16 (lime)#14532d (dark green)Lightning/Energy:
#f0f9ff (white-blue)#38bdf8 (electric blue)#fef08a (yellow)Holy/Healing:
#fbbf24 (gold)#fef3c7 (pale gold)#ffffff (white)Dark/Shadow:
#7c3aed (purple)#1e1b4b (dark purple)#000000 (black)Physical/Neutral:
#d4d4d4 (light gray)#a3a3a3 (gray)#ffffff (white)Use these 6 templates for 95% of CRPG effects: