Hi everyone,
I’m working on a custom feature and I need guidance or a code example.
I want to create a system where a character’s visual race automatically changes depending on the race of the subclass they add. This must follow a one-way evolutionary rule.
Example
Main class: Orc Tyrant
Subclass: Orc Destroyer
→ Character stays visually an Orc.
----------------
Different-race subclass → Change appearance to that race
Example:
Main class: Orc Tyrant
Subclass: Sword Singer (Light Elf)
→ Character visually becomes a Light Elf.
Other players must also see the changed race.
--------------
Evolution is one-way (no going back)
Example evolution path:
Orc → Light Elf → Human → Dark Elf
Evolution is one-way by subclass: once a subclass has been used, the character cannot select that subclass again, regardless of race.
I’m working on a custom feature and I need guidance or a code example.
I want to create a system where a character’s visual race automatically changes depending on the race of the subclass they add. This must follow a one-way evolutionary rule.
Example
Main class: Orc Tyrant
Subclass: Orc Destroyer
→ Character stays visually an Orc.
----------------
Different-race subclass → Change appearance to that race
Example:
Main class: Orc Tyrant
Subclass: Sword Singer (Light Elf)
→ Character visually becomes a Light Elf.
Other players must also see the changed race.
--------------
Evolution is one-way (no going back)
Example evolution path:
Orc → Light Elf → Human → Dark Elf
Evolution is one-way by subclass: once a subclass has been used, the character cannot select that subclass again, regardless of race.
Last edited: