You can order weapons from an artisan blacksmith #75702
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Features "Cody has a new dialogue where you can order weapons"
Purpose of change
The blacksmith could create armor for the player, but not weapons.
Describe the solution
Adds a dialogue branch similar to the armor dialogue. The assortment is based on the itemgroup of trade weapons, plus a couple of short blades to fill the niche. Price and waiting time are based on the same values for the armor. Weapons are cheaper and faster to produce.
23 hours with all the necessary proficiencies and 8 skill (the blacksmith has a skill 7-10) which gives a full 3-4 days:
Describe alternatives you've considered
Any suggestions regarding price/time or dialogue lines are greatly appreciated.
Testing
Test world with completed quest: Test-trimmed.tar.gz
Screenshots
Additional context
Buying with a wait time is used in many places, wouldn't it be nice to have a separate trade menu for this instead of using dialogs?
"u_has_var" can't check for existence of variable with any value? "math" can't be used with strings?