Skip to content

CompRecolorable

flango edited this page Mar 1, 2023 · 5 revisions

×× Recolorable items ××

Adds a gizmo to items with this comp, which lets the user recolor an item using a color picker menu. (Does not work with apparel yet)

It lists all ColorDefs and faction colors. To add more colors to the list, you must create your own ColorDefs or play with mods adding them.


Performance impact: 🟩 None (All colors are preloaded)

Type: Comp

XML Node: ThingDef/comps/li/compClass


<comps>
  <li> 
    <compClass>flangoCore.CompRecolorable</compClass>
  </li> 
</comps>

Preview

🦩 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