[#modding] _feature request (moddability):_ a `HasProperName` (or similarly-named) part tha...

Issue #9361 resolved
Freehold Games Bot Account created an issue

Marked for crossposting by: gnarf37

Message (jump):

<kernelmethod> feature request (moddability): a HasProperName (or similarly-named) part that gives a creature a faction-appropriate proper name upon spawning.

Comments (6)

  1. kernelmethod

    Will also add: it would be very nice if this part had an attribute, say, NameTemplate, that you could use to template the creature’s name. E.g., NameTemplate="=name= the Penitent" so that if the generated proper name for the creature is Zothom, its final proper name becomes Zothom the Penitent.

  2. chaos

    GenerateName part added in next update. You can do the other part with

    <part Name="Titles" Primary="the Penitent" />
    

    or

    <part Name="Titles" Ordinary="the penitent" />
    

    or

    <part Name="SocialRoles" Roles="penitent one" />
    
  3. Log in to comment