-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds new profession: Kitted Survivor #35650
Conversation
Costs 1 point. Starts with worse clothing than the ordinary Survivor but has a full survival kit which can aid them. Inspired by Cataclysm++'s "Canned Survivor", who starts with a decked out "Survival In A Can" kit.
data/json/professions.json
Outdated
"type": "profession", | ||
"ident": "kit_survivor", | ||
"name": "Kitted Survivor", | ||
"description": "At the local mall, you saw a sign advertising a discount on survival kits. You bought one, more for show than for actual use. Now, it's all you have." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"description": "At the local mall, you saw a sign advertising a discount on survival kits. You bought one, more for show than for actual use. Now, it's all you have." | |
"description": "At the local mall, you saw a sign advertising a discount on survival kits. You bought one, more for show than for actual use. Now, it's all you have.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh - how do I lint my JSON?
And, if you have any other description ideas, feel free to suggest them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lint the whole file contents with a http://dev.narc.ro/cataclysm/format.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to lint your JSON.
And fix the summary. |
Missing Comma Co-Authored-By: anothersimulacrum <anothersimulacrum@gmail.com>
Double spaces. Co-Authored-By: Alexey Mostovoy <1931904+AMurkin@users.noreply.github.com>
Removed extra comma Co-Authored-By: Alexey Mostovoy <1931904+AMurkin@users.noreply.github.com>
Summary
SUMMARY: Content "Added new Profession 'Kitted Survivor'"
Purpose of change
Describe the solution
Allows players to start with a survival kit, which might aid them.
Describe alternatives you've considered
Not adding this profession.
Testing
Additional context