diff --git a/README.md b/README.md index 3e5441c..ee2e893 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ The unofficial, online, Burning Wheel Gold (+Codex) character burner. Adapted fr ## Deploy Steps +_This is mine, it won't work for you._ + See: [Heroku - Container Registry and Runtime](https://devcenter.heroku.com/articles/container-registry-and-runtime) ``` @@ -28,13 +30,12 @@ of other gaming tools, but let's keep this tool focused on one thing and do it r In order to keep the scope of my maintainership finite, I'm not planning to accept community-made lifepaths et al. for inclusion in this codebase. Each additional data set increases Charred Black's startup time and memory requirements. The design of your lifepath -requirements and emotional attributes may not be supported by the editor, or convoluted to implement. Finally, deciding to include -community-made content would make me an arbiter of quality, and I'd prefer not to have the Enmity Clause invoked because I rejected -someone's homebrew content. +requirements and emotional attributes may not be supported by the editor, or may be convoluted to implement. Most importantly, deciding to include any community-made content makes me an arbiter of quality, and I'd prefer not to have the Enmity Clause invoked because I rejected +someone's homebrew. -I am working on a solution for uploading lifepaths et. al which would be stored locally in your browser and not permanently on -a server. This way, you can make your data files and share them around with your friends for use with this tool. If someone else -wants to keep a repository or forum thread of data files known to work with Charred Black, I'd happily to link to it in this +**However**, I am working on a solution for uploading lifepaths et. al which would be stored locally in your browser and not permanently on +a server. This way, you can create data files to use with this tool and share them with your friends. If someone else +wants to keep a repository or forum thread of data files known to work with Charred Black, I am happy to link to it in this documentation and from the website itself. I don't want to discourage contributions, I just want do one thing well. ### Keep It Mostly Stateless @@ -61,18 +62,19 @@ More guidelines: ## Contribution Best Practices ### Capital Case -No matter what's in the book, always use Capital Case for skills, traits, lifepaths and settings: +No matter what's in the book, always use Capital Case for skills, traits, lifepaths and settings. + +* Path Of Spite Subsetting +* Never A Moment Of Peace +* Ages Of The Etharch +* Reeks Of Alcohol -e.g. -Path Of Spite Subsetting -Never A Moment Of Peace -Ages Of The Etharch -Reeks Of Alcohol +### Hyphens -Hyphens: the word after the hyphen is not capitalized: +The word after the hyphen is not capitalized. -Rabble-rouser -Burden Of The Crown-wise +* Rabble-rouser +* Burden Of The Crown-wise ### Lifepath Example diff --git a/src/data/dark_elf/lifepaths.json b/src/data/dark_elf/lifepaths.json index 17af7f8..405b62b 100644 --- a/src/data/dark_elf/lifepaths.json +++ b/src/data/dark_elf/lifepaths.json @@ -31,7 +31,7 @@ "traits": [ 2, "Filthy", - "Feral" + "Feral Elf" ], "requires": "Griever", "requires_expr": [ diff --git a/src/public/js/server_settings.js b/src/public/js/server_settings.js index 86087fc..a260d44 100644 --- a/src/public/js/server_settings.js +++ b/src/public/js/server_settings.js @@ -1,5 +1,5 @@ var serverSettings = { - 'versionString' : '2.0.0', + 'versionString' : '2.1.0', 'storageType' : 'client', 'displayAttrMath' : 'false' } diff --git a/src/views/index.erb b/src/views/index.erb index c7c9800..57bfa6f 100644 --- a/src/views/index.erb +++ b/src/views/index.erb @@ -18,6 +18,7 @@ Charred - The Burning Wheel Gold Character Burner +
\ No newline at end of file