Skip to content
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

Add Crystal saw #5733

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

TastyPumPum
Copy link
Contributor

@TastyPumPum TastyPumPum commented Feb 27, 2024

Adds crystal saw to the buyables provided they have the relevant stats.
Give the relevant +3 construction boost for using for the saw.

Closes #5311

  • I have tested all my changes thoroughly.

Adds crystal saw to the buyables provided they have the relevant stats.
Give the relevant +3 construction boost for using for the saw.
Comment on lines +721 to 730
{
name: 'Crystal saw',
gpCost: 75_000,
qpRequired: 7,
skillsNeeded: {
agility: 25,
construction: 5,
magic: 46
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isnt it made using a seed? and uses charges?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it's made using a seed, I could make the seed the buyable and make a saw a createable but that seems very long winded.

Also charges are used yes but it's free to recharge, so again, would just seem a long route about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[OSB] Add crystal saw as buyable, and use in /poh build
2 participants