-
Notifications
You must be signed in to change notification settings - Fork 26
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
Populate Rules for The Spooky #187
base: main
Are you sure you want to change the base?
Conversation
db/seeds/playbooks/spooky.seeds.rb
Outdated
You an also manipulate someone without speaking. You still | ||
roll moves as normal, except people will not expect the | ||
weirdness of your mental communication.' | ||
} |
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.
} | |
}, |
Missing comma!
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.
This has been fixed along with other proofreading items.
[ | ||
{ | ||
name: '.38 revolver', | ||
armor: 2, |
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.
This should be harm, not armor. Same goes for the rest of the weapons.
}, | ||
{ | ||
description: 'Get a mystical library, like the Expert’s haven option', | ||
type: 'Improvements::AnotherMove', |
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.
This should be 'Improvements::HavenMove'
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.
We should make an issue for this move too, I'll make it in the morning. Haven Move currently does not let you specify the move.
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.
This looks really good! There were a few misconfigurations, but largely this is great!
Hey! Just let me know when the Requested Changes are made. Thanks! |
Description
Populate the rules for The Spooky seed file.
closes #111
Added Moves, Gear, and Advanced Moves for The Spooky.