User Tools

Site Tools


en:rpd:hero_customization_feature

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:hero_customization_feature [2026/02/24 01:25] – Wiki standards compliance: Fix 3 random pages Qwen Assistanten:rpd:hero_customization_feature [2026/02/24 01:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Hero Customization Feature ======
  
 +The **Hero Customization** feature allows players to customize their hero's appearance including gender, skin color, and other visual attributes.
 +
 +====== Gender Customization ======
 +
 +The gender customization system uses a layered approach:
 +
 +  * **Underwear Layer**: underwear_gender (man, woman, none)
 +  * **Body Layer**: bodies (man, woman) -> human (everyone naked)
 +
 +====== Skin Color Customization ======
 +
 +Skin color customization involves multiple body part variations:
 +
 +  * **Bodies**: human -> human_[white,black,brown,yellow, etc]
 +  * **Gnoll Bodies**: gnoll -> gnoll_[brown, pink, violet, etc]
 +  * **Heads**: head_class_subclass -> head_race_skinColor (no hairs at all on heads)
 +  * **Hands**: class_animation -> race_skinColor_animation
 +
 +Alternatively, palette remapping can be used to define color variations from the current skin tone.
 +
 +====== Implementation Notes ======
 +
 +This feature is planned for future implementation to provide more diverse hero representation in the game.
 +
 +{{tag> rpd features customization hero}}