Easy Holy Symbol Renames

A place to suggest new commands, feats, skills, ...
Post Reply
User avatar
Harroghty
Staff
Staff
Posts: 9695
Joined: Tue Jul 27, 2004 5:38 pm

Easy Holy Symbol Renames

Post by Harroghty » Fri Dec 06, 2019 8:38 pm

What if major temples allowed followers to change the colors of their holy symbols for a donation and/or favor fee? Not every Cross, Star of David, etc. is the same in the real world.
"A man may die yet still endure if his work enters the greater work, for time is carried upon a current of forgotten deeds, and events of great moment are but the culmination of a single carefully placed thought." - Chime of Eons
User avatar
Lirith
Staff
Staff
Posts: 1866
Joined: Sun Nov 11, 2007 3:37 pm

Re: Easy Holy Symbol Renames

Post by Lirith » Fri Dec 06, 2019 9:55 pm

I support this idea as long as rainbow is an option.







There have been a few times that I though a colour tweak would be appropriate for some characters. For some faiths the colour is important, but even within that there could be some nice variety.
Levine
Sword Grand Master
Sword Grand Master
Posts: 254
Joined: Tue Sep 28, 2004 7:31 am

Re: Easy Holy Symbol Renames

Post by Levine » Sat Dec 14, 2019 12:44 pm

Absolutely, yes!
Must I kill them
To make them lie still
Narishmar
Sword Apprentice
Sword Apprentice
Posts: 67
Joined: Fri Jan 11, 2008 3:04 am

Re: Easy Holy Symbol Renames

Post by Narishmar » Thu Jan 23, 2020 3:20 am

I support this idea. It would be cool if you could have a "bronze trimmed" or "gilded" holy symbol. Just to give your character that little bit of extra flare.
Aunwald Briggs - Magic and fun all in one!
RIP - Kulgar, your time came too early!
Velgar Ryekin - Honor is as honor does.
User avatar
Harroghty
Staff
Staff
Posts: 9695
Joined: Tue Jul 27, 2004 5:38 pm

Re: Easy Holy Symbol Renames

Post by Harroghty » Mon Mar 30, 2020 2:18 pm

I started with the first symbol and made a test process. Please let me know what you think about these color choices, and if you have color choices to suggest for your own PC's faith. I will also add a way to reset it to default.

Code: Select all

>give_prog i1201~
if questr(XXXXX, 0, 2, $i) == 0
  mposet i1201 short {40}a {B0}warhammer and scales{40} on a shield pendant
  mposet i1201 long {40}A {B0}richly decorated{40} pendant lies here.
else
  if questr(XXXXX, 0, 2, $i) == 1
    mposet i1201 short {C0}a {F0}warhammer and scales{C0} on a shield pendant
    mposet i1201 long {C0}A {F0}richly decorated{C0} pendant lies here.
  else
    if questr(XXXXX, 0, 2, $i) == 2
      mposet i1201 short {50}a {70}warhammer and scales{50} on a shield pendant
      mposet i1201 long {50}A {70}richly decorated{50} pendant lies here.
    else
    if questr(XXXXX, 0, 2, $i) == 3
      mposet i1201 short {80}a {F0}warhammer and scales{80} on a shield pendant
      mposet i1201 long {80}A {F0}richly decorated{80} pendant lies here.
    endif
  endif
endif
~
"A man may die yet still endure if his work enters the greater work, for time is carried upon a current of forgotten deeds, and events of great moment are but the culmination of a single carefully placed thought." - Chime of Eons
Areia
Sword Grand Master
Sword Grand Master
Posts: 493
Joined: Fri Feb 12, 2016 11:11 pm

Kelemvor

Post by Areia » Wed Apr 01, 2020 11:41 am

Taken from Candlekeep:
The faith of Kelemvor does not practice the use of giving titles to priests. The title Brother or Sister is used for all priests. The scales on Kelemvor's symbol helps to identify rank.
- Iron colored for lower clergy
- Silver for full priests
- Golden for high-ranking priests
Always would have liked to have had some form of this in game, but I guess it could serve just for fashion as well, heh.

Code: Select all

{80}a skeletal hand holding {70}iron scales {80}pendant

Code: Select all

{80}a skeletal hand holding {F0}silver scales {80}pendant

Code: Select all

{80}a skeletal hand holding {B0}gold scales {80}pendant
The latter is what we have now. Maybe someone more creative could figure a suitable way to make it slightly different. Otherwise, Kelemvorites aren't generally a particularly colorful bunch.
Nascentes morimur, finisque ab origine pendet.
Areia
Sword Grand Master
Sword Grand Master
Posts: 493
Joined: Fri Feb 12, 2016 11:11 pm

Cyric

Post by Areia » Wed Apr 01, 2020 11:54 am

Code: Select all

{80}a {70}jawle{80}s{70}s {80}s{70}kull {80}on a sunburst pendant

Code: Select all

{80}a jawle{50}s{70}s {50}s{70}kull {80}on a sunburst pendant
[code]
{50}a {70}jawle{80}s{70}s {80}s{70}kull {50}on a sunburst pendant

Code: Select all

{50}a {70}jawle{50}s{70}s {50}s{70}kull {50}on a sunburst pendant
Nascentes morimur, finisque ab origine pendet.
User avatar
Harroghty
Staff
Staff
Posts: 9695
Joined: Tue Jul 27, 2004 5:38 pm

Re: Easy Holy Symbol Renames

Post by Harroghty » Wed Apr 01, 2020 2:03 pm

We can tweak the Kelemvor base symbol to adjust based upon faith rank, too. Is there any interest in that generally?
"A man may die yet still endure if his work enters the greater work, for time is carried upon a current of forgotten deeds, and events of great moment are but the culmination of a single carefully placed thought." - Chime of Eons
User avatar
Gwain
Sword Grand Master
Sword Grand Master
Posts: 2354
Joined: Tue Nov 01, 2005 9:25 pm
Location: Waterdeep

Re: Easy Holy Symbol Renames

Post by Gwain » Wed Apr 01, 2020 2:27 pm

There was a hard coded element built into the earlier temple for the faith of Kelemvor with three rankings like above but they required a lv 51 char and predate the current faith system. I don't think they work, but the unused items are encoded in the area file.
Justice is not neccesarily honourable, it is a tolerable business, in essence you tolerate honour until it impedes justice, then you do what is right.

Spelling is not necessarily correct :)
User avatar
Grenwyn
Sword Grand Master
Sword Grand Master
Posts: 371
Joined: Mon Dec 17, 2007 8:22 pm

Re: Easy Holy Symbol Renames

Post by Grenwyn » Wed Apr 01, 2020 7:06 pm

Here are a couple:

Code: Select all


{F0}A{80} {90}bla{B0}zi{70}ng silver s{B0}wo{90}rd{F0} on a shield pendant

{80}A {90}bla{B0}zi{F0}ng silver s{B0}wo{90}rd{80} on a shield pendant

{F0}a {B0}to{30}ot{B0}he{30}d{F0} {B0}me{30}ta{B0}l {30}co{B0}g{30} {F0}on a chain

{80}a{70} {B0}to{30}ot{B0}he{30}d{F0} {B0}me{30}ta{B0}l {30}co{B0}g{30} {80}on a chain

{F0}three e{60}n{E0}a{F0}m{E0}e{60}l{F0}led {60}b{E0}o{F0}l{E0}t{60}s{F0} of lig{60}h{E0}t{F0}n{E0}i{60}n{F0}g on a chain

{80}three e{60}n{E0}a{F0}m{E0}e{60}l{80}led {60}b{E0}o{F0}l{E0}t{60}s{80} of lig{60}h{E0}t{F0}n{E0}i{60}n{80}g on a chain

Kalahani Ka'uhane
Gottschalk, Witchdoctah
Ralthasar
Sword Apprentice
Sword Apprentice
Posts: 81
Joined: Tue May 16, 2017 5:48 am

Re: Easy Holy Symbol Renames

Post by Ralthasar » Fri Apr 03, 2020 8:47 pm

Tossing this in there, but I am all for recolors for holy symbols. Especially to help keep in theme with some outfits while still being faith-theme-friendly
Rannas
Sword Novice
Sword Novice
Posts: 20
Joined: Thu Mar 19, 2020 11:37 am

Re: Easy Holy Symbol Renames

Post by Rannas » Sat Apr 04, 2020 5:47 pm

Here's a few for Selune:

Code: Select all

{F0}eyes {70}ringed by stars {F0}on a moonstone pendant

{70}eyes {F0}ringed by stars {70}on a moonstone pendant

{80}eyes {F0}ringed by stars {80}on a moonstone pendant

{20}eyes {A0}ringed by stars {20}on a moonstone pendant

{50}eyes {D0}ringed by stars {50}on a moonstone pendant

{e0}eyes {B0}ringed by stars {E0}on a moonstone pendant
User avatar
Harroghty
Staff
Staff
Posts: 9695
Joined: Tue Jul 27, 2004 5:38 pm

Re: Easy Holy Symbol Renames

Post by Harroghty » Wed Apr 08, 2020 2:25 am

Mystra, Sune, and Tyr are live for starters.
"A man may die yet still endure if his work enters the greater work, for time is carried upon a current of forgotten deeds, and events of great moment are but the culmination of a single carefully placed thought." - Chime of Eons
User avatar
Harroghty
Staff
Staff
Posts: 9695
Joined: Tue Jul 27, 2004 5:38 pm

Re: Easy Holy Symbol Renames

Post by Harroghty » Wed Apr 08, 2020 4:50 pm

Added Selune and tweaked the process a little bit to make it easier.
"A man may die yet still endure if his work enters the greater work, for time is carried upon a current of forgotten deeds, and events of great moment are but the culmination of a single carefully placed thought." - Chime of Eons
User avatar
Alitar
Sword Grand Master
Sword Grand Master
Posts: 1102
Joined: Thu Mar 08, 2012 5:40 am
Location: Canada

Re: Easy Holy Symbol Renames

Post by Alitar » Thu Apr 09, 2020 1:50 am

I feel a bit like I've missed an important part of this. How has the change been implemented and how can players utilize this new feature in game?
"The noir hero is a knight in blood caked armour. He's dirty and he does his best to deny the fact that he's a hero the whole time."
~Frank Miller
User avatar
Harroghty
Staff
Staff
Posts: 9695
Joined: Tue Jul 27, 2004 5:38 pm

Re: Easy Holy Symbol Renames

Post by Harroghty » Thu Apr 09, 2020 3:52 am

I have given the capability to certain NPCs in the major temples of the named deities: they have a chance of sharing this new capability with faith members. The choices were either logical (e.g. Ethan the jeweler in the Temple of Beauty) or convenient (an NPC without any progs that would conflict) depending on the cases.

Should be pretty self explanatory when you find them with echoes explaining what's required. Add this to the list of random little features I like to sprinkle into temples and see who finds them. :)
"A man may die yet still endure if his work enters the greater work, for time is carried upon a current of forgotten deeds, and events of great moment are but the culmination of a single carefully placed thought." - Chime of Eons
Skylar
Sword Journeyman
Sword Journeyman
Posts: 131
Joined: Fri Jun 17, 2016 10:05 pm

Re: Easy Holy Symbol Renames

Post by Skylar » Thu Apr 09, 2020 3:01 pm

The effort is appreciated! I'll look into it :D
"Some of us try hard to make the world a better place than it was when we found it. I know that's what I try to do. I won't always be successful, but that's life."
~Kara Zor-El
Garnet
Sword Bumbler
Sword Bumbler
Posts: 10
Joined: Tue Nov 13, 2018 9:12 am

Re: Easy Holy Symbol Renames

Post by Garnet » Sat Apr 11, 2020 4:05 am

I just want to say, thank you! The Sune mob was super easy to use. :)
Like the rising tide, beating hearts grow but never die.
To simplify, I'll stand by your side, close my eyes, hope will never die.
User avatar
Harroghty
Staff
Staff
Posts: 9695
Joined: Tue Jul 27, 2004 5:38 pm

Re: Easy Holy Symbol Renames

Post by Harroghty » Mon May 04, 2020 4:39 pm

Who else needs this? I guess I could do Tempus and Talos as recommended by Grenwyn.
"A man may die yet still endure if his work enters the greater work, for time is carried upon a current of forgotten deeds, and events of great moment are but the culmination of a single carefully placed thought." - Chime of Eons
Summer
Sword Bumbler
Sword Bumbler
Posts: 3
Joined: Thu Jun 13, 2019 3:56 pm

Re: Easy Holy Symbol Renames

Post by Summer » Mon May 04, 2020 5:09 pm

Here is a couple of Tymora:

Code: Select all

{70}a silver coin stamped with a woman's face on a silver chain

Code: Select all

{70}a silver coin stamped with a woman's face {90}o{B0}n {A0}a {C0}r{50}a{90}i{B0}n{A0}b{C0}o{50}w {90}c{B0}h{A0}a{C0}i{50}n

Code: Select all

{70}a silver coin stamped with a woman's face {D0}o{70}n {D0}a {70}s{D0}i{70}l{D0}v{70}e{D0}r{70}y {D0}r{70}o{D0}s{D0}e {70}c{D0}h{70}a{D0}i{70}n
(rainbow is included)
Post Reply