Code Monkey home page Code Monkey logo

Comments (2)

BeeGrinder avatar BeeGrinder commented on July 19, 2024

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')
;

from fantasygrounds-sw5e.

BeeGrinder avatar BeeGrinder commented on July 19, 2024

character wizard tested, new categories working

from fantasygrounds-sw5e.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.