BeeGrinder / FantasyGrounds-SW5e

A Fantasy Grounds module to implement the SW5e game. A home-brew (OGL) rule set based in the Star Wars universe, legends, and lore.
11 stars 2 forks source link

v3-Character Wizard needs tools fixed #47

Closed BeeGrinder closed 3 years ago

BeeGrinder commented 3 years ago

Spell and inventory will not work in the character wizard. But, unless the tool selection in the Background section is fixed, the character wizard is non-functional.

BeeGrinder commented 3 years ago

Notes:

SW5e Background Tool Proficiencies: Tool Proficiencies: Biochemist's kit Tool Proficiencies: Disguise Kit, Forgery Kit Tool Proficiencies: Artificer's tools Tool Proficiencies: One type of gaming set Tool Proficiencies: Your choice of chef's kit, mechanic's kit, or one type of gaming set Tool Proficiencies: Disguise kit, one type of musical instrument Tool Proficiencies: One type of gaming set and your choice of demolitions kit, security kit, or slicer's kit Tool Proficiencies: Two types of gaming sets Tool Proficiencies: Artificer's tools Tool Proficiencies: Your choice of demolitions kit, security kit, or slicer's kit Tool Proficiencies: One type of gaming set, your choice of demolitions kit, security kit, or slicer's kit Tool Proficiencies: One type of gaming set Tool Proficiencies: One type of gaming set Tool Proficiencies: Two of your choice of artisan's implements, gaming sets, or musical instruments Tool Proficiencies: One type of musical instrument Tool Proficiencies: Disguise kit Tool Proficiencies: One type of gaming set, your choice of demolitions kit, security kit, or slicer's kit

PHB tools:

        <tool type="string">Disguise kit, forgery kit</tool> - Tools : Kits / Sets
        <tool type="string">One type of gaming set, thieves' tools</tool>
        <tool type="string">One type of gaming set, thieves' tools</tool>
        <tool type="string">Disguise kit, one type of musical instrument</tool>
        <tool type="string">Disguise kit, one type of musical instrument</tool>
        <tool type="string">One type of artisan's tools, vehicles (land)</tool>
        <tool type="string">One type of artisan's tools</tool>
        <tool type="string">One type of artisan's tools</tool>
        <tool type="string">Herbalism kit</tool>
        <tool type="string">One type of gaming set</tool>
        <tool type="string">One type of gaming set</tool>
        <tool type="string">One type of musical instrument</tool>
        <tool type="string">Navigator's tools, vehicles (water)</tool>
        <tool type="string">Navigator's tools, vehicles (water)</tool>
        <tool type="string">One type of gaming set, vehicles (land)</tool>
        <tool type="string">Disguise kit, thieves' tools</tool>

PHB CATEGORIES:

        <type type="string">Tools</type>
        <subtype type="string">Kits / Sets</subtype>

        <type type="string">Tools</type>
        <subtype type="string">Artisan's Tools</subtype>

        <type type="string">Tools</type>
        <subtype type="string">Musical Instrument</subtype>

        <type type="string">Tools</type>
        <subtype type="string">Gaming Set</subtype>

WORKING SQL NOTE: --select name,description ,equipmentCategoryEnum ,equipmentCategory ,weaponClassificationEnum ,weaponClassification ,armorClassificationEnum ,armorClassification select distinct equipmentCategoryEnum,equipmentCategory from equipment where contentSource ='PHB' and equipmentCategory not in ('Weapon','Armor','Clothing','Ammunition','DataRecordingAndStorage','WeaponOrArmorAccessory', 'LifeSupport','Storage','Utility','Communications','Explosive') ;

BeeGrinder commented 3 years ago

character wizard tested, new categories working