keeperoftales: (Default)
Forgotten Tales Mods ([personal profile] keeperoftales) wrote2018-08-15 12:14 pm

{ cr chart }

CR Chart: Notebook—





Storyteller's Notes
Observations on the Aspects
"My sword is my life. That's just the kind of daemon I am."
● ● ● ○ ○
☼ ♥ ♪ ✦ ✖
Name: Rokurou Rangetsu
Canon: Tales of Berseria
Essence: Huntsman
Story: Little Red Riding Hood
Notes: A wild man with a laidback attitude until a fight breaks out. Most likely the one to challenge a fight. Makes for interesting princesses and is in extreme denial.
About the code: V1: Quote + Double Static Rating
This version features space for two rating bars, such as an affinity/strength or use of symbols for different meanings. They will always be at the bottom of the bookmark no matter how long or short the quote is. If you want one bar, go to version 2.
(now a fully filled sheet, extra will cut off)
"I hate violence."
● ● ● ○ ○
Name: Shizuo Heiwajima
Canon: Durarara!!
Essence: Frankenstein's Monster
Story: Frankenstein
Notes: A very angry man who doesn't like violence and just wants a peaceful life, but due to his strength and hair trigger temper ends up causing a lot. Designated Hyde babysitter.
About the code: V2: Quote + Single Static Rating.
The rating bar will always be at the bottom of the bookmark no matter how long or short the quote is. Showing the "rating" bar, but can be used for symbols or whatever you want.
"I long for peace and quiet."

● ● ● ○ ○
☼ ♥ ♪ ✦ ✖
Name: Eustace
Canon: Granblue Fantasy
Essence: The Gray Wolf
Story: Tsarevich Ivan, the Firebird, and the Gray Wolf
Notes: A very quiet man who lives up to the "lone wolf" type, but a dog love. Those ears and tail look fluffy...want to pet...
About the code: V3: All in One
In this version, the rating bars are always at the end of the quote, so there is a bit more fluctuation. This is how it looks with a short quote. A longer version is next, followed by a quote only.
"Sensei! Could we cook and eat together?"

☼ ♥ ♪ ✦ ✖
Name: Kotori Iida
Canon: Sweetness and Lightning
Essence: Sweet Porridge Girl
Story: Sweet Porridge Girl
Notes: One of the few normal people brought in, yet somehow managed to start some kind of dating sim. We wonder which route she will take (betting Roxas).
About the code: V3: All in One
Same as the previous page but with longer quote and a single rating bar. Next page is full quote only.
"....................................................................................................................................................................................................
....................................................................................................................................................................................."
Name: Kazuma Asougi a.k.a. "Disciple"
Canon: Dai Gyakuten Saiban
Essence: Dr. Jekyll/Mr. Hyde
Story: Dr. Jekyll/Mr. Hyde
Notes: A man suffering amnesia—and his essence. Has issues with emotions and being sociable. As destructive as Hyde is, they do provide interesting plot twists.
About the code: V3: All in One
Same as the previous pages but it's a quote only. ...All right might not have been the best choice for this particular one but you get the idea how it looks all the way filled. Like the notebook pages, any overflow text is automatically cut (hidden), so that's pretty much it right there. No rating bars.
"Whoo, take that, science!"
Name: Della Duck
Canon: DuckTales (2017)
Essence: Icarus
Story: Greek Mythology
Notes: A talking duck with a lot of moxie and the heart of a true adventure. A mother of three triplet boys. Has a metal prosthetic leg. How strange that it takes an Essence to turn her arms into wings...
About the code: V3: All in One
Just showing off how it looks if you change the bookmark (and quote) color!

This is the last page of the notebook! There is a navigation bar below so you can jump to any character. Everyone past Della is a lie.
one two three four five



§ about.

Because I'm insane I've made a CR chart for players who may be interested in keeping one. Because of its format, it could be used for other purposes, like a visual stand-in for the character journal or keeping notes and information about everyone. Could even use it like a diary of sorts.

There are three total versions to this. Rather than talk about each of them, you can "flip" through the notebook to see the slight variations and read about it. Not only can you flip through the pages, but there is a "navigation bar" beneath, allowing you to "jump" to a specific character. Only up to Della works, the rest are slotted in for visual representation.

Although the code is straightforward and easy to update, keeping up with links, especially for the previous and next pages, can be annoying. So for those interested, I have made an automated script for this particular chart. I've made it as easy to use as possible so that all anyone has to do is input their data and run it, but there are ways to customize it a little more. Further instructions are detailed below.

Any credit goes to [personal profile] laenavesse @ [community profile] efryndiel, which also has a gen version available.



§ instructions & raw code.

» Here are the pastebin links to each version of the raw code. You can save or c/p the code and edit it as you see fit:
» Code for the symbol legend is here (stick it above the </raw-code>:



» The colors are:

  • #7d6f62: cover background
  • #d3cec0: cover border right; cover subtitle color; bookmark background; divider background
  • #473c2f: cover border left
  • #ccc496: cover title
  • #804024: quote text; links
  • #3e2f22: note text
  • #ac3b25: circle symbols
  • #73604b: other symbols

» As mentioned the text will automatically "cut" or "hide" once it hits the limit.
» The symbols provided are completely random and can be whatever you want.
» To add more "Character Pages" use the code between "CHARACTER START" and "END CHARACTER". For the last character of the book, just delete the "NEXT PAGE" div code.
» When adding or removing characters, make sure the anchor tag (<a name="char#">) matches the links for the navigation links (previous, next, and navigation bar).
» Use <br /> tags for line breaks!
» The navigation bar is default to center the icons, but if you have more than nine and want it to look like the example shown, delete the <center> tags.


§ automated script instructions.

After reading about the raw code, you may be tempted to have something that could reduce the work for you. Google Spreadsheets allows the user to create app scripts, and with this tool it can take the data in the sheet and generate the code. If you're just going to use the template as is, this is the easiest and fastest thing you can use to maintain the code. If you want to make certain modifications, it's not difficult and quite easy, but it does require a few extra steps that those unfamiliar with how spreadsheets and coding work might find a little daunting at first. But the payoff is worth it.

There is even a script to let you preview the code within the spreadsheet! Handy.

Also, the generated code doesn't have any line breaks so it's...one giant mess. But since you're c/ping everything it shouldn't matter too much, ah ha...

NOTE: The symbol legend is not included, so you'll have to add that to the page manually and inside the </raw-code>. You can just paste any updated generated code above it, just be sure to delete the </raw-code> at the end of the code so that the legend is back inside.

Here are the spreadsheets. To save, Make a Copy of it for your own use:
For a live example of how it would look like filled out, here is Rokurou's with the final product.


I have included detailed instructions on how to do practically everything you could possibly do with the code with minimum risk. But if you have any questions or need help with modifications, just comment and I'll take a poke, even customize it for you if possible. However, I am not a professional, so my own abilities are limited.