editor color - magemonkeystudio/divinity GitHub Wiki

🎨 Editor: Color

The Color option allows you to apply a custom RGB color to leather armor items.

How to Use

  • Click the Color icon in the editor.
  • Enter an RGB color value in the format:
    Red,Green,Blue
    
    Example: 147,228,37 for bright green.
  • Only applies to leather armor: helmet, chestplate, leggings, and boots.

Behavior

  • Uses LeatherArmorMeta#setColor with the RGB value provided.
  • Non-leather items are ignored if a color is set.

Tips

  • Use RGB color pickers online to find the exact shade you want.
  • Useful for faction-based gear, rarity color coding, or thematic sets.
  • Combine with Custom Model Data or tier visuals for stronger identity.

Return to: Item Generator Module