Opened 13 years ago
Closed 13 years ago
#36 closed change (fixed (in master))
Use a better random name generator
Reported by: | takkaria | Owned by: | ajps |
---|---|---|---|
Milestone: | 3.0.8 | Keywords: | |
Cc: |
Description (last modified by ajps)
It should replace the randart and scroll name generators, and also allow for random name selection at character birth.
Attachments (1)
Change History (7)
Changed 13 years ago by takkaria
comment:1 Changed 13 years ago by takkaria
- Owner changed from takkaria to ajps
comment:2 Changed 13 years ago by takkaria
- Description modified (diff)
- Summary changed from Add a random name generator (a la NPP) to Use a better random name generator
comment:3 Changed 13 years ago by takkaria
- Milestone changed from 3.1.0 to 3.0.8
Moving to 3.0.8, since it looks like the code will be ready for then.
comment:4 Changed 13 years ago by ajps
- Status changed from new to assigned
After a bit of investigation, the randart.c Markov chain based name generator is significantly better than the Elasticband one, so we're using that instead. Artifact names are still based on the long list of Tolkien names, scroll names on a random selection (every sixth word) from a Latin word list (plus some genuine magic words).
Random character names still need to be done.
comment:5 Changed 13 years ago by ajps
- Description modified (diff)
comment:6 Changed 13 years ago by ajps
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Elasticband's random name generator