Hope & Fear updates consumables items (and weapons/armor) - #28
Open
DuaneStanton wants to merge 3 commits into
Open
Hope & Fear updates consumables items (and weapons/armor)#28DuaneStanton wants to merge 3 commits into
DuaneStanton wants to merge 3 commits into
Conversation
…xpansion content integration
…l result and just added 'hf' to end of ID to distinguish from Core items/consumables
…' numbering and keeps same organization scheme (e.g. non-unique primary / non-unique secondary / unique primary / unique secondary weapons, alpha ordering within those)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updated src > data > srd files for distinction of Hope & Fear vs. core content using the v2.0 SRD (cross-referenced the Hope & Fear PDF to make sure only the H&F content is added for those files) - as with character-gen (class/ancestry/etc.) update, hopefully right files here and will work to revise otherwise!
Updates:
added 'source : core' to the original consumables.json (updated is consumables_core.json) / equipment.json (-> equipment_core.json) / and items.json (-> items_core.json)
created counterpart _hopefear.json files (with 'source: hopefear' fields for each entry) for consumables (consumables_hopefear.json) / equipment (equipment_hopefear.json) / items (items_hopefear.json)
note 1: for the _hopefear files, consumables and items keep the numbering (matches the dice roll) in the ID fields and add 'hf' (e.g. IT001hf for first item) ; for equipment weapon / armor numbering picks up numbering where core counterpart leaves off and tried to keep same organization of 'subcategories' (e.g. weapons are non-unique primary alpha order, then non-unique secondary alpha, then unique primary alpha, then unique secondary alpha)
note 2: made best guess of item subtype / consumables category based on the core listing - didn't create any new subtype/categories there for the 'hopefear' sets