Skip to content

CompProjectileVFX

flango edited this page Apr 28, 2023 · 4 revisions

×× Visual effects for your projectiles ××

Allows you to add some flecks (see FleckProps) and spins to your projectiles.

preview


Performance impact: 🟩 Negligible


Type: Comp

XML Node: ThingDef/comps/li

Example:

<comps>
    <li Class="flangoCore.CompProperties_ProjectileVFX">
        <rotating>true</rotating>
        <rotationSpeed>10</rotationSpeed>
        <counterClockwise>true</counterClockwise>
        <flecks>
            <li>
                <fleckDef>BlastFlame</fleckDef>
                <intervalTicks>1</intervalTicks>
                <scaleRange>0.2~0.5</scaleRange>
                <offset>(0,0,0)</offset>
                <randomRotation>true</randomRotation>
            </li>
        </flecks>
    </li> 
</comps>

🦩 Home

🚧 - 404 Page not found.
🖼 - Preview needed.

🟡 - Works but has some TODOs.
🟠 - Basic functionality implemented.
🔴 - Not working properly.
❓ - Not tested.


--== XML ==--

💡 Abilities

General

Ability Givers

Equipment Abilities

🟡 Should recode some stuff 🟡

🌳 Skill Trees

🟠 WIP, work/kill XP gain not implemented 🟠

Defs

Comps

🏘 Buildings

⚙ Comps

🏹 Equipment

General

Weapons

Projectiles

🧪 Hediffs

🧍‍♂‍ Pawn behaviors

📊 Stats

🎲 Misc

🧔 Vanilla Expanded

✨ Debug (Dev Mode)


--== C# ==--

📂 Shared Classes

🧬 Patches


Clone this wiki locally