lenscas / rp_tracker

A webbased roleplay manager API
MIT License
1 stars 1 forks source link

Character Tags #12

Open RealKC opened 8 years ago

RealKC commented 8 years ago

In Use-green, shown when the character is used in an RP, the GM gives this tag to a character. Backup-Yellow, shown when a character is a backup for some reason, default tag if the character is complete. WIP-Orange, shown when something is missing from a character(e.g.: equipment, personality, backstory, etc.). A character cannot be used in an RP if it has this tag. Dead-Red, shown when a character is dead, the GM gives this tag.

Also tags to show what type(e.g.: Necrotank, Jack of All Trades, etc.) a character is which have the colors that SE used in his stat compedium.

The tags are shown next to a character's name.(obviously)

RealKC commented 8 years ago

After impleting the WIP tag, the character creation page from #2 no longer needs to check for everything to be completed and the editing of characters from #5(not closed(at the time of writing this comment) thus I assume it's not done yet) should be done before this.

lenscas commented 8 years ago

The tags will probably be done when I get around making the minion system better. When that is done possible tags will be WIP Dead (Characters with this tag won't show up by default in most locations) Backup (Characters with this tag also won't show up on most places to prevent clutter. Probably gets hidden a bit less then dead characters though) Minion (Characters with this tag can break all the rules however their character code is also always displayed next to their name.) If it has no tag it means it is used, this way it doesn't clutter the interface on the places it actually matters

Listing the types of characters is interesting, I probably end up having the GM set up what lists of names he/she wants to use while making the RP with a way to import and search from other RP's .

lenscas commented 7 years ago

thanks to 59df575 there is now support in the code for possible tags. However, there is currently no way to add tags and the tags (even the ones with special meaning) do not get displayed.

There is possibly a way for GM's to add the (hidden) NPC tag using the API however this is not yet tested nor is there an option in the browser to add this tag.