├── .cursor ├── .env ├── .github ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── feature_request.md │ └── task.md └── workflows │ ├── build_and_deploy.yml │ ├── clear_cache.yml │ ├── pr_validation.yml │ ├── rdme-openapi.yml │ └── release.yml ├── .gitignore ├── AGENTS.md ├── Dockerfile ├── LICENSE.md ├── Pipfile ├── Pipfile.lock ├── README.md ├── api ├── __init__.py ├── admin.py ├── apps.py ├── filters.py ├── management │ └── commands │ │ ├── __init__.py │ │ ├── quicksetup.py │ │ └── test.py ├── migrations │ ├── 0001_initial.py │ ├── 0002_document_v2_related_key.py │ └── __init__.py ├── models │ ├── __init__.py │ ├── models.py │ ├── monster.py │ └── spell.py ├── schema_generator.py ├── search_indexes.py ├── serializers.py ├── tests │ ├── __init__.py │ ├── approvaltests_config.json │ ├── approved_files │ │ ├── TestAPIRoot.test_armor.approved.json │ │ ├── TestAPIRoot.test_backgrounds.approved.json │ │ ├── TestAPIRoot.test_classes.approved.json │ │ ├── TestAPIRoot.test_conditions.approved.json │ │ ├── TestAPIRoot.test_documents.approved.json │ │ ├── TestAPIRoot.test_feats.approved.json │ │ ├── TestAPIRoot.test_magic_missile.approved.json │ │ ├── TestAPIRoot.test_magicitems.approved.json │ │ ├── TestAPIRoot.test_monsters.approved.json │ │ ├── TestAPIRoot.test_planes.approved.json │ │ ├── TestAPIRoot.test_races.approved.json │ │ ├── TestAPIRoot.test_root.approved.json │ │ ├── TestAPIRoot.test_sections.approved.json │ │ ├── TestAPIRoot.test_spelllist.approved.json │ │ ├── TestAPIRoot.test_spells.approved.json │ │ └── TestAPIRoot.test_weapons.approved.json │ └── test_api.py ├── urls.py ├── utils.py ├── validators.py └── views.py ├── api_v2 ├── __init__.py ├── admin.py ├── apps.py ├── management │ └── commands │ │ ├── export.py │ │ └── import.py ├── migrations │ ├── 0001_initial.py │ ├── 0002_creatureactionattack_distance_unit_and_more.py │ ├── 0002_rulegroup_rule.py │ ├── 0003_rename_long_range_ft_creatureactionattack_long_range_and_more.py │ ├── 0003_rename_rulegroup_ruleset.py │ ├── 0004_alter_rule_index_alter_rule_initialheaderlevel_and_more.py │ ├── 0004_alter_size_space_diameter.py │ ├── 0005_size_distance_unit.py │ ├── 0006_alter_weapon_range_long_alter_weapon_range_normal_and_more.py │ ├── 0007_rename_range_long_weapon_long_range_and_more.py │ ├── 0008_weapon_distance_unit.py │ ├── 0009_merge_20241010_0144.py │ ├── 0009_merge_20241010_0919.py │ ├── 0010_merge_20241016_1952.py │ ├── 0010_spellcastingoption_concentration_and_more.py │ ├── 0011_merge_20241022_1426.py │ ├── 0012_alter_creature_subcategory.py │ ├── 0013_size_suggested_hit_dice.py │ ├── 0014_environment_interior.py │ ├── 0015_creature_environments.py │ ├── 0016_alter_creaturetrait_parent.py │ ├── 0017_characterclass_saving_throws.py │ ├── 0018_characterclass_caster_type.py │ ├── 0019_classfeatureitem_column.py │ ├── 0020_remove_classfeatureitem_column_and_more.py │ ├── 0021_remove_document_stats_expected.py │ ├── 0022_classfeatureitem_detail.py │ ├── 0023_alter_classfeatureitem_detail.py │ ├── 0024_alter_classfeatureitem_detail.py │ ├── 0025_creature_initiative_bonus.py │ ├── 0026_delete_searchresult.py │ ├── 0027_alter_classfeatureitem_parent.py │ ├── 0027_alter_creatureaction_parent_and_more.py │ ├── 0027_creature_armor_detail_item_armor_detail.py │ ├── 0027_image.py │ ├── 0028_alter_classfeature_parent.py │ ├── 0028_alter_creature_armor_detail_alter_item_armor_detail.py │ ├── 0028_condition_icon.py │ ├── 0029_merge_20250407_1910.py │ ├── 0030_creatureaction_order.py │ ├── 0030_merge_0028_condition_icon_0029_merge_20250407_1910.py │ ├── 0031_merge_20250414_0553.py │ ├── 0032_rename_published_at_document_publication_date.py │ ├── 0033_rename_race_species_alter_species_options.py │ ├── 0034_rename_racetrait_speciestrait_and_more.py │ ├── 0035_document_weight_unit.py │ ├── 0036_creature_damage_vulnerabilities_display.py │ ├── 0036_image_alt_text.py │ ├── 0037_alter_creature_damage_vulnerabilities_display.py │ ├── 0037_alter_image_alt_text.py │ ├── 0038_creature_damage_immunities_display_and_more.py │ ├── 0038_image_attribution.py │ ├── 0039_alter_image_attribution.py │ ├── 0039_creature_condition_immunity_display.py │ ├── 0040_rename_condition_immunity_display_creature_condition_immunities_display.py │ ├── 0041_merge_20250509_0736.py │ ├── 0042_add_condition_concept.py │ ├── 0042_alter_image_options_alter_rule_options_and_more.py │ ├── 0042_weaponproperty.py │ ├── 0043_alter_image_options_alter_rule_options_and_more.py │ ├── 0043_alter_weaponproperty_options_and_more.py │ ├── 0044_remove_weapon_is_finesse_remove_weapon_is_heavy_and_more.py │ ├── 0045_merge_20250520_0729.py │ ├── 0046_characterclass_primary_abilities_and_more.py │ ├── 0047_service.py │ ├── 0048_service_name.py │ ├── 0049_add_document_display_name.py │ ├── 0050_creature_illustration.py │ ├── 0050_merge_20250608_0235.py │ ├── 0050_spellcastingoption_desc.py │ ├── 0051_merge_20250615_2056.py │ ├── 0052_merge_20250615_2121.py │ ├── 0053_remove_damagetype_desc_damagetypedescription.py │ ├── 0054_remove_creaturetype_desc_creaturetypedescription.py │ ├── 0055_remove_ability_desc_remove_skill_desc_and_more.py │ ├── 0056_remove_alignment_desc_alignmenttypedescription.py │ ├── 0057_rename_alignmenttypedescription_alignmentdescription.py │ ├── 0058_delete_conditionconcept.py │ ├── 0059_conditiondescription.py │ ├── 0060_remove_condition_desc.py │ ├── 0061_characterclass_desc_alter_abilitydescription_desc_and_more.py │ ├── 0062_alter_featbenefit_options_remove_featbenefit_id_and_more.py │ ├── 0062_classfeature_feature_type.py │ ├── 0062_remove_speciestrait_id_speciestrait_key.py │ ├── 0063_alter_classfeature_feature_type.py │ ├── 0063_speciestrait_order_alter_speciestrait_type.py │ ├── 0064_alter_classfeature_feature_type.py │ ├── 0064_alter_speciestrait_options.py │ ├── 0065_merge_20251006_2033.py │ ├── 0066_alter_classfeature_feature_type.py │ ├── 0067_alter_backgroundbenefit_type_and_more.py │ ├── 0067_alter_rule_options.py │ ├── 0067_document_type.py │ ├── 0067_item_attunement_detail.py │ ├── 0068_merge_0067_alter_rule_options_0067_document_type.py │ ├── 0069_merge_20251130_1921.py │ ├── 0070_merge_20251130_2152.py │ └── __init__.py ├── models │ ├── __init__.py │ ├── abilities.py │ ├── abstracts.py │ ├── alignment.py │ ├── armor.py │ ├── background.py │ ├── characterclass.py │ ├── condition.py │ ├── creature.py │ ├── damagetype.py │ ├── document.py │ ├── enums.py │ ├── environment.py │ ├── feat.py │ ├── image.py │ ├── item.py │ ├── language.py │ ├── object.py │ ├── rule.py │ ├── service.py │ ├── size.py │ ├── species.py │ ├── speed.py │ ├── spell.py │ └── weapon.py ├── serializers │ ├── __init__.py │ ├── ability.py │ ├── abstracts.py │ ├── alignment.py │ ├── background.py │ ├── characterclass.py │ ├── condition.py │ ├── creature.py │ ├── damagetype.py │ ├── document.py │ ├── environment.py │ ├── feat.py │ ├── image.py │ ├── item.py │ ├── language.py │ ├── rule.py │ ├── service.py │ ├── size.py │ ├── species.py │ └── spell.py ├── tests │ ├── approvaltests_config.json │ ├── responses │ │ ├── TestObjects.test_ability_example.approved.json │ │ ├── TestObjects.test_alignment_example.approved.json │ │ ├── TestObjects.test_armor_example.approved.json │ │ ├── TestObjects.test_background_example.approved.json │ │ ├── TestObjects.test_class_example.approved.json │ │ ├── TestObjects.test_condition_example.approved.json │ │ ├── TestObjects.test_creature_ancient_example.approved.json │ │ ├── TestObjects.test_creature_goblin_example.approved.json │ │ ├── TestObjects.test_creature_guard_example.approved.json │ │ ├── TestObjects.test_creatureset_example.approved.json │ │ ├── TestObjects.test_creaturetype_example.approved.json │ │ ├── TestObjects.test_damagetype_example.approved.json │ │ ├── TestObjects.test_document_example.approved.json │ │ ├── TestObjects.test_environment_example.approved.json │ │ ├── TestObjects.test_feats_example.approved.json │ │ ├── TestObjects.test_gamesystem_example.approved.json │ │ ├── TestObjects.test_item_armor_example.approved.json │ │ ├── TestObjects.test_item_category_example.approved.json │ │ ├── TestObjects.test_item_example.approved.json │ │ ├── TestObjects.test_item_melee_weapon_example.approved.json │ │ ├── TestObjects.test_item_ranged_weapon_example.approved.json │ │ ├── TestObjects.test_item_set_example.approved.json │ │ ├── TestObjects.test_itemrarity_example.approved.json │ │ ├── TestObjects.test_language_example.approved.json │ │ ├── TestObjects.test_license_example.approved.json │ │ ├── TestObjects.test_publisher_example.approved.json │ │ ├── TestObjects.test_races_example.approved.json │ │ ├── TestObjects.test_size_example.approved.json │ │ ├── TestObjects.test_skill_example.approved.json │ │ ├── TestObjects.test_species_example.approved.json │ │ ├── TestObjects.test_spell_cantrip_example.approved.json │ │ ├── TestObjects.test_spell_fireball.approved.json │ │ ├── TestObjects.test_spell_wish.approved.json │ │ ├── TestObjects.test_subclass_example.approved.json │ │ ├── TestObjects.test_weapon_example.approved.json │ │ ├── TestObjects.test_weapon_with_mastery_example.approved.json │ │ ├── TestObjects.test_weaponproperties_mastery_filter.approved.json │ │ ├── TestObjects.test_weaponproperties_standard_filter.approved.json │ │ ├── TestObjects.test_weaponproperty_mastery_example.approved.json │ │ ├── TestObjects.test_weaponproperty_standard_example.approved.json │ │ └── TestObjects.test_wish_example.approved.json │ ├── test_objects.py │ └── test_router.py ├── urls.py └── views │ ├── __init__.py │ ├── ability.py │ ├── alignment.py │ ├── background.py │ ├── characterclass.py │ ├── condition.py │ ├── creature.py │ ├── damagetype.py │ ├── document.py │ ├── enum.py │ ├── environment.py │ ├── feat.py │ ├── image.py │ ├── item.py │ ├── language.py │ ├── mixins.py │ ├── rule.py │ ├── service.py │ ├── size.py │ ├── species.py │ ├── spell.py │ └── weaponproperty.py ├── data ├── raw_sources │ └── srd_5_2 │ │ ├── SRD_CC_v5.2.pdf │ │ ├── scripts │ │ ├── README.md │ │ ├── convert_classes_srd52.py │ │ ├── convert_equipment_srd52_enhanced.py │ │ ├── convert_monsters_srd52.py │ │ ├── convert_spells_srd52.py │ │ └── debug_parsing.py │ │ ├── sections │ │ ├── 01_legal_information.md │ │ ├── 02_playing_the_game.md │ │ ├── 03_character_creation.md │ │ ├── 04_classes.md │ │ ├── 05_character_origins.md │ │ ├── 06_feats.md │ │ ├── 07_adventuring_gear.md │ │ ├── 07_armor_items.md │ │ ├── 07_equipment_rules.md │ │ ├── 07_magic_items.md │ │ ├── 07_mounts_vehicles.md │ │ ├── 07_mounts_vehicles_items.md │ │ ├── 07_services.md │ │ ├── 07_services_items.md │ │ ├── 07_tools.md │ │ ├── 07_tools_items.md │ │ ├── 07_weapons_items.md │ │ ├── 08_b_spellsaz.md │ │ ├── 08_spells.md │ │ ├── 09_rules_glossary.md │ │ ├── 10_gameplay_toolbox.md │ │ ├── 12_monsters_rules.md │ │ ├── 13_monsters_az.md │ │ ├── 14_animals.md │ │ └── README.md │ │ └── starting-files │ │ ├── 07_equipment.md.old │ │ └── DND-SRD-5.2-CC.md ├── v1 │ ├── a5e │ │ ├── Background.json │ │ ├── Document.json │ │ ├── Feat.json │ │ ├── MagicItem.json │ │ └── Spell.json │ ├── blackflag │ │ ├── Document.json │ │ ├── Monster.json │ │ └── Monster.json_SKIPPED │ ├── cc │ │ ├── Document.json │ │ └── Monster.json │ ├── dmag-e │ │ ├── Document.json │ │ └── Spell.json │ ├── dmag │ │ ├── Document.json │ │ └── Spell.json │ ├── kp │ │ ├── Document.json │ │ └── Spell.json │ ├── menagerie │ │ ├── Document.json │ │ └── Monster.json │ ├── o5e │ │ ├── Archetype.json │ │ ├── Background.json │ │ ├── Document.json │ │ ├── Spell.json │ │ ├── SpellList.json │ │ └── Subrace.json │ ├── taldorei │ │ ├── Archetype.json │ │ ├── Background.json │ │ ├── Document.json │ │ ├── Feat.json │ │ ├── MagicItem.json │ │ ├── Monster.json │ │ └── MonsterSpell.json │ ├── tob-2023 │ │ ├── Document.json │ │ └── Monster.json │ ├── tob │ │ ├── Document.json │ │ └── Monster.json │ ├── tob2 │ │ ├── Document.json │ │ └── Monster.json │ ├── tob3 │ │ ├── Document.json │ │ └── Monster.json │ ├── toh │ │ ├── Archetype.json │ │ ├── Armor.json │ │ ├── Background.json │ │ ├── Document.json │ │ ├── Feat.json │ │ ├── MagicItem.json │ │ ├── Race.json │ │ ├── Spell.json │ │ ├── Subrace.json │ │ └── Weapon.json │ ├── vom │ │ ├── Document.json │ │ └── MagicItem.json │ ├── warlock │ │ ├── Document.json │ │ └── Spell.json │ └── wotc-srd │ │ ├── Archetype.json │ │ ├── Armor.json │ │ ├── Background.json │ │ ├── CharClass.json │ │ ├── Condition.json │ │ ├── Document.json │ │ ├── Feat.json │ │ ├── MagicItem.json │ │ ├── Monster.json │ │ ├── MonsterSpell.json │ │ ├── Plane.json │ │ ├── Race.json │ │ ├── Section.json │ │ ├── Spell.json │ │ ├── SpellList.json │ │ ├── Subrace.json │ │ └── Weapon.json └── v2 │ ├── GameSystem.json │ ├── License.json │ ├── en-publishing │ ├── Publisher.json │ ├── a5e-ag │ │ ├── AbilityDescription.json │ │ ├── Background.json │ │ ├── BackgroundBenefit.json │ │ ├── CharacterClass.json │ │ ├── ClassFeature.json │ │ ├── ClassFeatureItem.json │ │ ├── Condition.json │ │ ├── ConditionDescription.json │ │ ├── Document.json │ │ ├── Feat.json │ │ ├── FeatBenefit.json │ │ ├── Skill.json │ │ ├── SkillDescription.json │ │ ├── Spell.json │ │ ├── SpellCastingOption.json │ │ └── SpellSchool.json │ ├── a5e-ddg │ │ ├── Background.json │ │ ├── BackgroundBenefit.json │ │ └── Document.json │ ├── a5e-gpg │ │ ├── Background.json │ │ ├── BackgroundBenefit.json │ │ └── Document.json │ └── a5e-mm │ │ ├── Creature.json │ │ ├── CreatureAction.json │ │ ├── CreatureActionAttack.json │ │ ├── CreatureTrait.json │ │ ├── CreatureTypeDescription.json │ │ ├── Document.json │ │ └── Size.json │ ├── green-ronin │ ├── Publisher.json │ └── tdcs │ │ ├── Background.json │ │ ├── BackgroundBenefit.json │ │ ├── CharacterClass.json │ │ ├── ClassFeature.json │ │ ├── ClassFeatureItem.json │ │ ├── Creature.json │ │ ├── CreatureAction.json │ │ ├── CreatureActionAttack.json │ │ ├── CreatureTrait.json │ │ ├── Document.json │ │ ├── Feat.json │ │ └── FeatBenefit.json │ ├── kobold-press │ ├── Publisher.json │ ├── bfrd │ │ ├── CharacterClass.json │ │ ├── ClassFeature.json │ │ ├── ClassFeatureItem.json │ │ ├── Creature.json │ │ ├── CreatureAction.json │ │ ├── CreatureActionAttack.json │ │ ├── CreatureTrait.json │ │ └── Document.json │ ├── ccdx │ │ ├── Creature.json │ │ ├── CreatureAction.json │ │ ├── CreatureActionAttack.json │ │ ├── CreatureTrait.json │ │ └── Document.json │ ├── deepm │ │ ├── Document.json │ │ ├── Spell.json │ │ └── SpellCastingOption.json │ ├── deepmx │ │ ├── Document.json │ │ ├── Spell.json │ │ └── SpellCastingOption.json │ ├── kp │ │ ├── Document.json │ │ ├── Spell.json │ │ └── SpellCastingOption.json │ ├── tob-2023 │ │ ├── Creature.json │ │ ├── CreatureAction.json │ │ ├── CreatureActionAttack.json │ │ ├── CreatureTrait.json │ │ └── Document.json │ ├── tob │ │ ├── Creature.json │ │ ├── CreatureAction.json │ │ ├── CreatureActionAttack.json │ │ ├── CreatureTrait.json │ │ ├── Document.json │ │ ├── Environment.json │ │ └── Language.json │ ├── tob2 │ │ ├── Creature.json │ │ ├── CreatureAction.json │ │ ├── CreatureActionAttack.json │ │ ├── CreatureTrait.json │ │ └── Document.json │ ├── tob3 │ │ ├── Creature.json │ │ ├── CreatureAction.json │ │ ├── CreatureTrait.json │ │ └── Document.json │ ├── toh │ │ ├── Background.json │ │ ├── BackgroundBenefit.json │ │ ├── CharacterClass.json │ │ ├── ClassFeature.json │ │ ├── ClassFeatureItem.json │ │ ├── Document.json │ │ ├── Feat.json │ │ ├── FeatBenefit.json │ │ ├── Species.json │ │ ├── SpeciesTrait.json │ │ ├── Spell.json │ │ └── SpellCastingOption.json │ ├── vom │ │ ├── Document.json │ │ ├── Item.json │ │ └── magicitems.json_ │ └── wz │ │ ├── Document.json │ │ ├── Spell.json │ │ └── SpellCastingOption.json │ ├── open5e │ ├── Publisher.json │ ├── core │ │ ├── Ability.json │ │ ├── Alignment.json │ │ ├── Condition.json │ │ ├── CreatureType.json │ │ ├── DamageType.json │ │ ├── Document.json │ │ ├── Environment.json │ │ ├── ItemCategory.json │ │ ├── ItemRarity.json │ │ ├── Language.json │ │ ├── Size.json │ │ ├── Skill.json │ │ └── SpellSchool.json │ ├── elderberry-inn-icons │ │ ├── Document.json │ │ └── Image.json │ ├── open5e-2024 │ │ ├── CharacterClass.json │ │ ├── ClassFeature.json │ │ ├── ClassFeatureItem.json │ │ └── Document.json │ └── open5e │ │ ├── Background.json │ │ ├── BackgroundBenefit.json │ │ ├── CharacterClass.json │ │ ├── ClassFeature.json │ │ ├── ClassFeatureItem.json │ │ ├── Document.json │ │ ├── Image.json │ │ ├── Species.json │ │ ├── SpeciesTrait.json │ │ ├── Spell.json │ │ └── SpellCastingOption.json │ ├── somanyrobots │ ├── Publisher.json │ └── spells-that-dont-suck │ │ ├── Document.json │ │ └── Spell.json │ └── wizards-of-the-coast │ ├── Publisher.json │ ├── srd-2014 │ ├── AbilityDescription.json │ ├── AlignmentDescription.json │ ├── Armor.json │ ├── Background.json │ ├── BackgroundBenefit.json │ ├── CharacterClass.json │ ├── ClassFeature.json │ ├── ClassFeatureItem.json │ ├── ConditionDescription.json │ ├── Creature.json │ ├── CreatureAction.json │ ├── CreatureActionAttack.json │ ├── CreatureSet.json │ ├── CreatureTrait.json │ ├── CreatureTypeDescription.json │ ├── DamageTypeDescription.json │ ├── Document.json │ ├── Environment.json │ ├── Feat.json │ ├── FeatBenefit.json │ ├── Item.json │ ├── ItemSet.json │ ├── Rule.json │ ├── RuleSet.json │ ├── SkillDescription.json │ ├── Species.json │ ├── SpeciesTrait.json │ ├── Spell.json │ ├── SpellCastingOption.json │ ├── Weapon.json │ ├── WeaponProperty.json │ └── WeaponPropertyAssignment.json │ └── srd-2024 │ ├── AbilityDescription.json │ ├── AlignmentDescription.json │ ├── Armor.json │ ├── Background.json │ ├── BackgroundBenefit.json │ ├── CharacterClass.json │ ├── ClassFeature.json │ ├── ClassFeatureItem.json │ ├── ConditionDescription.json │ ├── Creature.json │ ├── CreatureAction.json │ ├── CreatureActionAttack.json │ ├── CreatureTrait.json │ ├── CreatureTypeDescription.json │ ├── DamageTypeDescription.json │ ├── Document.json │ ├── Feat.json │ ├── FeatBenefit.json │ ├── Item.json │ ├── ItemCategory.json │ ├── Rule.json │ ├── RuleSet.json │ ├── Service.json │ ├── Services.json │ ├── SkillDescription.json │ ├── Species.json │ ├── SpeciesTrait.json │ ├── Spell.json │ ├── SpellCastingOption.json │ ├── Weapon.json │ ├── WeaponProperty.json │ └── WeaponPropertyAssignment.json ├── docs ├── github_release_workflow.md ├── pipeline.md ├── schema.md └── v2 │ ├── admin_interface.md │ ├── creature_actions.md │ ├── data.md │ ├── export.md │ ├── import.md │ ├── models.md │ └── shared-concepts.md ├── manage.py ├── newrelic.ini ├── pytest.ini ├── scripts ├── README.md ├── clear_cloudflare_cache.sh ├── data_manipulation │ ├── convert_missing.py │ ├── convertors │ │ ├── data_v2_convert_armor_detail.py │ │ ├── data_v2_fix_keys.py │ │ ├── data_v2_format_check.py │ │ ├── datafile_parser.py │ │ ├── generate_spelllist.py │ │ ├── get_creature_attack_order_from_v1.py │ │ ├── get_creature_resistances_immunities_as_string.py │ │ ├── lint_json.py │ │ ├── populate_page_no.py │ │ ├── remapdmg.py │ │ ├── remaprarity.py │ │ ├── remapschool.py │ │ ├── remapsize.py │ │ ├── remapweapons.py │ │ ├── spell.py │ │ ├── v2_key_rewrite.py │ │ └── v2search_test.py │ ├── image_toolkit.py │ ├── legacy │ │ ├── add_srd_class.py │ │ ├── add_srd_monsters.py │ │ ├── add_srd_spells.py │ │ ├── api_examples.py │ │ ├── diff-srd.bash │ │ ├── generate_spell_data.py │ │ ├── load_srd_content.py │ │ ├── misc_monster_utils.py │ │ ├── parse_content.py │ │ ├── review.bash │ │ ├── separate.py │ │ ├── separate_rst.py │ │ ├── spells_utility.py │ │ ├── srd_utils.py │ │ └── titles.py │ ├── recalc_saves.py │ ├── spell_casting_option_cleanup.py │ ├── v1_spelllist_to_v2_spell_class.py │ ├── v1_to_v2_data.py │ ├── v2_caa_builder.py │ ├── v2_environments_population.py │ └── v2_item_enrichment.py ├── data_test.py ├── do_app_deploy.sh ├── generate_openapi_spec.sh ├── schema-to-mermaid-diagram.md ├── search_benchmark.py └── smoke_test.py ├── search ├── __init__.py ├── admin.py ├── apps.py ├── management │ └── commands │ │ └── buildindex.py ├── migrations │ ├── 0001_initial.py │ └── __init__.py ├── models.py ├── serializers.py ├── tests.py ├── urls.py └── viewsets.py ├── server ├── __init__.py ├── middleware.py ├── oas.py ├── routers.py ├── settings.py ├── urls.py ├── vector_index.pkl ├── version.py └── wsgi.py ├── static ├── README.md ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon-96x96.png ├── favicon.ico ├── img │ ├── menu-button.png │ ├── menu-button.svg │ ├── object_icons │ │ └── elderberry-inn-icons │ │ │ └── conditions │ │ │ ├── blinded.svg │ │ │ ├── charmed.svg │ │ │ ├── deaftened.svg │ │ │ ├── exhaustion1.svg │ │ │ ├── exhaustion2.svg │ │ │ ├── exhaustion3.svg │ │ │ ├── exhaustion4.svg │ │ │ ├── exhaustion5.svg │ │ │ ├── exhaustion6.svg │ │ │ ├── frightened.svg │ │ │ ├── grappled.svg │ │ │ ├── incapacitated.svg │ │ │ ├── inconscious.svg │ │ │ ├── invisible.svg │ │ │ ├── paralyzed.svg │ │ │ ├── petrified.svg │ │ │ ├── poisoned.svg │ │ │ ├── prone.svg │ │ │ ├── restrained.svg │ │ │ └── stunned.svg │ ├── object_illustrations │ │ └── open5e-illustrations │ │ │ └── monsters │ │ │ ├── aboleth.png │ │ │ ├── ankheg.png │ │ │ ├── basilisk.png │ │ │ ├── behir.png │ │ │ ├── bulette.png │ │ │ ├── chuul.png │ │ │ ├── cloaker.png │ │ │ ├── cockatrice.png │ │ │ ├── couatl.png │ │ │ ├── darkmantle.png │ │ │ ├── hezrou.png │ │ │ └── rust-monster.png │ ├── search-icon.png │ ├── search-icon.svg │ ├── x-close.png │ └── x-close.svg └── logo.png └── templates └── rest_framework └── api.html /.cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/.cursor -------------------------------------------------------------------------------- /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/.env -------------------------------------------------------------------------------- /.github/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/.github/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/.github/CONTRIBUTING.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/.github/ISSUE_TEMPLATE/task.md -------------------------------------------------------------------------------- /.github/workflows/build_and_deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/.github/workflows/build_and_deploy.yml -------------------------------------------------------------------------------- /.github/workflows/clear_cache.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/.github/workflows/clear_cache.yml -------------------------------------------------------------------------------- /.github/workflows/pr_validation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/.github/workflows/pr_validation.yml -------------------------------------------------------------------------------- /.github/workflows/rdme-openapi.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/.github/workflows/rdme-openapi.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/.gitignore -------------------------------------------------------------------------------- /AGENTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/AGENTS.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/Pipfile -------------------------------------------------------------------------------- /Pipfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/Pipfile.lock -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/README.md -------------------------------------------------------------------------------- /api/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /api/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/admin.py -------------------------------------------------------------------------------- /api/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/apps.py -------------------------------------------------------------------------------- /api/filters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/filters.py -------------------------------------------------------------------------------- /api/management/commands/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /api/management/commands/quicksetup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/management/commands/quicksetup.py -------------------------------------------------------------------------------- /api/management/commands/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/management/commands/test.py -------------------------------------------------------------------------------- /api/migrations/0001_initial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/migrations/0001_initial.py -------------------------------------------------------------------------------- /api/migrations/0002_document_v2_related_key.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/migrations/0002_document_v2_related_key.py -------------------------------------------------------------------------------- /api/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /api/models/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/models/__init__.py -------------------------------------------------------------------------------- /api/models/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/models/models.py -------------------------------------------------------------------------------- /api/models/monster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/models/monster.py -------------------------------------------------------------------------------- /api/models/spell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/models/spell.py -------------------------------------------------------------------------------- /api/schema_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/schema_generator.py -------------------------------------------------------------------------------- /api/search_indexes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/search_indexes.py -------------------------------------------------------------------------------- /api/serializers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/serializers.py -------------------------------------------------------------------------------- /api/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /api/tests/approvaltests_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "subdirectory": "approved_files" 3 | } 4 | -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_armor.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_armor.approved.json -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_backgrounds.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_backgrounds.approved.json -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_classes.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_classes.approved.json -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_conditions.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_conditions.approved.json -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_documents.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_documents.approved.json -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_feats.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_feats.approved.json -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_magic_missile.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_magic_missile.approved.json -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_magicitems.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_magicitems.approved.json -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_monsters.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_monsters.approved.json -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_planes.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_planes.approved.json -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_races.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_races.approved.json -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_root.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_root.approved.json -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_sections.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_sections.approved.json -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_spelllist.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_spelllist.approved.json -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_spells.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_spells.approved.json -------------------------------------------------------------------------------- /api/tests/approved_files/TestAPIRoot.test_weapons.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/approved_files/TestAPIRoot.test_weapons.approved.json -------------------------------------------------------------------------------- /api/tests/test_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/tests/test_api.py -------------------------------------------------------------------------------- /api/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/urls.py -------------------------------------------------------------------------------- /api/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/utils.py -------------------------------------------------------------------------------- /api/validators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/validators.py -------------------------------------------------------------------------------- /api/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api/views.py -------------------------------------------------------------------------------- /api_v2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /api_v2/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/admin.py -------------------------------------------------------------------------------- /api_v2/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/apps.py -------------------------------------------------------------------------------- /api_v2/management/commands/export.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/management/commands/export.py -------------------------------------------------------------------------------- /api_v2/management/commands/import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/management/commands/import.py -------------------------------------------------------------------------------- /api_v2/migrations/0001_initial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0001_initial.py -------------------------------------------------------------------------------- /api_v2/migrations/0002_creatureactionattack_distance_unit_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0002_creatureactionattack_distance_unit_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0002_rulegroup_rule.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0002_rulegroup_rule.py -------------------------------------------------------------------------------- /api_v2/migrations/0003_rename_long_range_ft_creatureactionattack_long_range_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0003_rename_long_range_ft_creatureactionattack_long_range_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0003_rename_rulegroup_ruleset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0003_rename_rulegroup_ruleset.py -------------------------------------------------------------------------------- /api_v2/migrations/0004_alter_rule_index_alter_rule_initialheaderlevel_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0004_alter_rule_index_alter_rule_initialheaderlevel_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0004_alter_size_space_diameter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0004_alter_size_space_diameter.py -------------------------------------------------------------------------------- /api_v2/migrations/0005_size_distance_unit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0005_size_distance_unit.py -------------------------------------------------------------------------------- /api_v2/migrations/0006_alter_weapon_range_long_alter_weapon_range_normal_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0006_alter_weapon_range_long_alter_weapon_range_normal_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0007_rename_range_long_weapon_long_range_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0007_rename_range_long_weapon_long_range_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0008_weapon_distance_unit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0008_weapon_distance_unit.py -------------------------------------------------------------------------------- /api_v2/migrations/0009_merge_20241010_0144.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0009_merge_20241010_0144.py -------------------------------------------------------------------------------- /api_v2/migrations/0009_merge_20241010_0919.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0009_merge_20241010_0919.py -------------------------------------------------------------------------------- /api_v2/migrations/0010_merge_20241016_1952.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0010_merge_20241016_1952.py -------------------------------------------------------------------------------- /api_v2/migrations/0010_spellcastingoption_concentration_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0010_spellcastingoption_concentration_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0011_merge_20241022_1426.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0011_merge_20241022_1426.py -------------------------------------------------------------------------------- /api_v2/migrations/0012_alter_creature_subcategory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0012_alter_creature_subcategory.py -------------------------------------------------------------------------------- /api_v2/migrations/0013_size_suggested_hit_dice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0013_size_suggested_hit_dice.py -------------------------------------------------------------------------------- /api_v2/migrations/0014_environment_interior.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0014_environment_interior.py -------------------------------------------------------------------------------- /api_v2/migrations/0015_creature_environments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0015_creature_environments.py -------------------------------------------------------------------------------- /api_v2/migrations/0016_alter_creaturetrait_parent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0016_alter_creaturetrait_parent.py -------------------------------------------------------------------------------- /api_v2/migrations/0017_characterclass_saving_throws.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0017_characterclass_saving_throws.py -------------------------------------------------------------------------------- /api_v2/migrations/0018_characterclass_caster_type.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0018_characterclass_caster_type.py -------------------------------------------------------------------------------- /api_v2/migrations/0019_classfeatureitem_column.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0019_classfeatureitem_column.py -------------------------------------------------------------------------------- /api_v2/migrations/0020_remove_classfeatureitem_column_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0020_remove_classfeatureitem_column_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0021_remove_document_stats_expected.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0021_remove_document_stats_expected.py -------------------------------------------------------------------------------- /api_v2/migrations/0022_classfeatureitem_detail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0022_classfeatureitem_detail.py -------------------------------------------------------------------------------- /api_v2/migrations/0023_alter_classfeatureitem_detail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0023_alter_classfeatureitem_detail.py -------------------------------------------------------------------------------- /api_v2/migrations/0024_alter_classfeatureitem_detail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0024_alter_classfeatureitem_detail.py -------------------------------------------------------------------------------- /api_v2/migrations/0025_creature_initiative_bonus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0025_creature_initiative_bonus.py -------------------------------------------------------------------------------- /api_v2/migrations/0026_delete_searchresult.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0026_delete_searchresult.py -------------------------------------------------------------------------------- /api_v2/migrations/0027_alter_classfeatureitem_parent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0027_alter_classfeatureitem_parent.py -------------------------------------------------------------------------------- /api_v2/migrations/0027_alter_creatureaction_parent_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0027_alter_creatureaction_parent_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0027_creature_armor_detail_item_armor_detail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0027_creature_armor_detail_item_armor_detail.py -------------------------------------------------------------------------------- /api_v2/migrations/0027_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0027_image.py -------------------------------------------------------------------------------- /api_v2/migrations/0028_alter_classfeature_parent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0028_alter_classfeature_parent.py -------------------------------------------------------------------------------- /api_v2/migrations/0028_alter_creature_armor_detail_alter_item_armor_detail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0028_alter_creature_armor_detail_alter_item_armor_detail.py -------------------------------------------------------------------------------- /api_v2/migrations/0028_condition_icon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0028_condition_icon.py -------------------------------------------------------------------------------- /api_v2/migrations/0029_merge_20250407_1910.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0029_merge_20250407_1910.py -------------------------------------------------------------------------------- /api_v2/migrations/0030_creatureaction_order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0030_creatureaction_order.py -------------------------------------------------------------------------------- /api_v2/migrations/0030_merge_0028_condition_icon_0029_merge_20250407_1910.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0030_merge_0028_condition_icon_0029_merge_20250407_1910.py -------------------------------------------------------------------------------- /api_v2/migrations/0031_merge_20250414_0553.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0031_merge_20250414_0553.py -------------------------------------------------------------------------------- /api_v2/migrations/0032_rename_published_at_document_publication_date.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0032_rename_published_at_document_publication_date.py -------------------------------------------------------------------------------- /api_v2/migrations/0033_rename_race_species_alter_species_options.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0033_rename_race_species_alter_species_options.py -------------------------------------------------------------------------------- /api_v2/migrations/0034_rename_racetrait_speciestrait_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0034_rename_racetrait_speciestrait_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0035_document_weight_unit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0035_document_weight_unit.py -------------------------------------------------------------------------------- /api_v2/migrations/0036_creature_damage_vulnerabilities_display.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0036_creature_damage_vulnerabilities_display.py -------------------------------------------------------------------------------- /api_v2/migrations/0036_image_alt_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0036_image_alt_text.py -------------------------------------------------------------------------------- /api_v2/migrations/0037_alter_creature_damage_vulnerabilities_display.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0037_alter_creature_damage_vulnerabilities_display.py -------------------------------------------------------------------------------- /api_v2/migrations/0037_alter_image_alt_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0037_alter_image_alt_text.py -------------------------------------------------------------------------------- /api_v2/migrations/0038_creature_damage_immunities_display_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0038_creature_damage_immunities_display_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0038_image_attribution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0038_image_attribution.py -------------------------------------------------------------------------------- /api_v2/migrations/0039_alter_image_attribution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0039_alter_image_attribution.py -------------------------------------------------------------------------------- /api_v2/migrations/0039_creature_condition_immunity_display.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0039_creature_condition_immunity_display.py -------------------------------------------------------------------------------- /api_v2/migrations/0040_rename_condition_immunity_display_creature_condition_immunities_display.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0040_rename_condition_immunity_display_creature_condition_immunities_display.py -------------------------------------------------------------------------------- /api_v2/migrations/0041_merge_20250509_0736.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0041_merge_20250509_0736.py -------------------------------------------------------------------------------- /api_v2/migrations/0042_add_condition_concept.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0042_add_condition_concept.py -------------------------------------------------------------------------------- /api_v2/migrations/0042_alter_image_options_alter_rule_options_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0042_alter_image_options_alter_rule_options_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0042_weaponproperty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0042_weaponproperty.py -------------------------------------------------------------------------------- /api_v2/migrations/0043_alter_image_options_alter_rule_options_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0043_alter_image_options_alter_rule_options_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0043_alter_weaponproperty_options_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0043_alter_weaponproperty_options_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0044_remove_weapon_is_finesse_remove_weapon_is_heavy_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0044_remove_weapon_is_finesse_remove_weapon_is_heavy_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0045_merge_20250520_0729.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0045_merge_20250520_0729.py -------------------------------------------------------------------------------- /api_v2/migrations/0046_characterclass_primary_abilities_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0046_characterclass_primary_abilities_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0047_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0047_service.py -------------------------------------------------------------------------------- /api_v2/migrations/0048_service_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0048_service_name.py -------------------------------------------------------------------------------- /api_v2/migrations/0049_add_document_display_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0049_add_document_display_name.py -------------------------------------------------------------------------------- /api_v2/migrations/0050_creature_illustration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0050_creature_illustration.py -------------------------------------------------------------------------------- /api_v2/migrations/0050_merge_20250608_0235.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0050_merge_20250608_0235.py -------------------------------------------------------------------------------- /api_v2/migrations/0050_spellcastingoption_desc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0050_spellcastingoption_desc.py -------------------------------------------------------------------------------- /api_v2/migrations/0051_merge_20250615_2056.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0051_merge_20250615_2056.py -------------------------------------------------------------------------------- /api_v2/migrations/0052_merge_20250615_2121.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0052_merge_20250615_2121.py -------------------------------------------------------------------------------- /api_v2/migrations/0053_remove_damagetype_desc_damagetypedescription.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0053_remove_damagetype_desc_damagetypedescription.py -------------------------------------------------------------------------------- /api_v2/migrations/0054_remove_creaturetype_desc_creaturetypedescription.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0054_remove_creaturetype_desc_creaturetypedescription.py -------------------------------------------------------------------------------- /api_v2/migrations/0055_remove_ability_desc_remove_skill_desc_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0055_remove_ability_desc_remove_skill_desc_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0056_remove_alignment_desc_alignmenttypedescription.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0056_remove_alignment_desc_alignmenttypedescription.py -------------------------------------------------------------------------------- /api_v2/migrations/0057_rename_alignmenttypedescription_alignmentdescription.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0057_rename_alignmenttypedescription_alignmentdescription.py -------------------------------------------------------------------------------- /api_v2/migrations/0058_delete_conditionconcept.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0058_delete_conditionconcept.py -------------------------------------------------------------------------------- /api_v2/migrations/0059_conditiondescription.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0059_conditiondescription.py -------------------------------------------------------------------------------- /api_v2/migrations/0060_remove_condition_desc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0060_remove_condition_desc.py -------------------------------------------------------------------------------- /api_v2/migrations/0061_characterclass_desc_alter_abilitydescription_desc_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0061_characterclass_desc_alter_abilitydescription_desc_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0062_alter_featbenefit_options_remove_featbenefit_id_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0062_alter_featbenefit_options_remove_featbenefit_id_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0062_classfeature_feature_type.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0062_classfeature_feature_type.py -------------------------------------------------------------------------------- /api_v2/migrations/0062_remove_speciestrait_id_speciestrait_key.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0062_remove_speciestrait_id_speciestrait_key.py -------------------------------------------------------------------------------- /api_v2/migrations/0063_alter_classfeature_feature_type.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0063_alter_classfeature_feature_type.py -------------------------------------------------------------------------------- /api_v2/migrations/0063_speciestrait_order_alter_speciestrait_type.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0063_speciestrait_order_alter_speciestrait_type.py -------------------------------------------------------------------------------- /api_v2/migrations/0064_alter_classfeature_feature_type.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0064_alter_classfeature_feature_type.py -------------------------------------------------------------------------------- /api_v2/migrations/0064_alter_speciestrait_options.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0064_alter_speciestrait_options.py -------------------------------------------------------------------------------- /api_v2/migrations/0065_merge_20251006_2033.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0065_merge_20251006_2033.py -------------------------------------------------------------------------------- /api_v2/migrations/0066_alter_classfeature_feature_type.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0066_alter_classfeature_feature_type.py -------------------------------------------------------------------------------- /api_v2/migrations/0067_alter_backgroundbenefit_type_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0067_alter_backgroundbenefit_type_and_more.py -------------------------------------------------------------------------------- /api_v2/migrations/0067_alter_rule_options.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0067_alter_rule_options.py -------------------------------------------------------------------------------- /api_v2/migrations/0067_document_type.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0067_document_type.py -------------------------------------------------------------------------------- /api_v2/migrations/0067_item_attunement_detail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0067_item_attunement_detail.py -------------------------------------------------------------------------------- /api_v2/migrations/0068_merge_0067_alter_rule_options_0067_document_type.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0068_merge_0067_alter_rule_options_0067_document_type.py -------------------------------------------------------------------------------- /api_v2/migrations/0069_merge_20251130_1921.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0069_merge_20251130_1921.py -------------------------------------------------------------------------------- /api_v2/migrations/0070_merge_20251130_2152.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/migrations/0070_merge_20251130_2152.py -------------------------------------------------------------------------------- /api_v2/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /api_v2/models/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/__init__.py -------------------------------------------------------------------------------- /api_v2/models/abilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/abilities.py -------------------------------------------------------------------------------- /api_v2/models/abstracts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/abstracts.py -------------------------------------------------------------------------------- /api_v2/models/alignment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/alignment.py -------------------------------------------------------------------------------- /api_v2/models/armor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/armor.py -------------------------------------------------------------------------------- /api_v2/models/background.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/background.py -------------------------------------------------------------------------------- /api_v2/models/characterclass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/characterclass.py -------------------------------------------------------------------------------- /api_v2/models/condition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/condition.py -------------------------------------------------------------------------------- /api_v2/models/creature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/creature.py -------------------------------------------------------------------------------- /api_v2/models/damagetype.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/damagetype.py -------------------------------------------------------------------------------- /api_v2/models/document.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/document.py -------------------------------------------------------------------------------- /api_v2/models/enums.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/enums.py -------------------------------------------------------------------------------- /api_v2/models/environment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/environment.py -------------------------------------------------------------------------------- /api_v2/models/feat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/feat.py -------------------------------------------------------------------------------- /api_v2/models/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/image.py -------------------------------------------------------------------------------- /api_v2/models/item.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/item.py -------------------------------------------------------------------------------- /api_v2/models/language.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/language.py -------------------------------------------------------------------------------- /api_v2/models/object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/object.py -------------------------------------------------------------------------------- /api_v2/models/rule.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/rule.py -------------------------------------------------------------------------------- /api_v2/models/service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/service.py -------------------------------------------------------------------------------- /api_v2/models/size.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/size.py -------------------------------------------------------------------------------- /api_v2/models/species.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/species.py -------------------------------------------------------------------------------- /api_v2/models/speed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/speed.py -------------------------------------------------------------------------------- /api_v2/models/spell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/spell.py -------------------------------------------------------------------------------- /api_v2/models/weapon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/models/weapon.py -------------------------------------------------------------------------------- /api_v2/serializers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/__init__.py -------------------------------------------------------------------------------- /api_v2/serializers/ability.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/ability.py -------------------------------------------------------------------------------- /api_v2/serializers/abstracts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/abstracts.py -------------------------------------------------------------------------------- /api_v2/serializers/alignment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/alignment.py -------------------------------------------------------------------------------- /api_v2/serializers/background.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/background.py -------------------------------------------------------------------------------- /api_v2/serializers/characterclass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/characterclass.py -------------------------------------------------------------------------------- /api_v2/serializers/condition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/condition.py -------------------------------------------------------------------------------- /api_v2/serializers/creature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/creature.py -------------------------------------------------------------------------------- /api_v2/serializers/damagetype.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/damagetype.py -------------------------------------------------------------------------------- /api_v2/serializers/document.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/document.py -------------------------------------------------------------------------------- /api_v2/serializers/environment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/environment.py -------------------------------------------------------------------------------- /api_v2/serializers/feat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/feat.py -------------------------------------------------------------------------------- /api_v2/serializers/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/image.py -------------------------------------------------------------------------------- /api_v2/serializers/item.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/item.py -------------------------------------------------------------------------------- /api_v2/serializers/language.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/language.py -------------------------------------------------------------------------------- /api_v2/serializers/rule.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/rule.py -------------------------------------------------------------------------------- /api_v2/serializers/service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/service.py -------------------------------------------------------------------------------- /api_v2/serializers/size.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/size.py -------------------------------------------------------------------------------- /api_v2/serializers/species.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/species.py -------------------------------------------------------------------------------- /api_v2/serializers/spell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/serializers/spell.py -------------------------------------------------------------------------------- /api_v2/tests/approvaltests_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "subdirectory": "responses" 3 | } 4 | -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_ability_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_ability_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_alignment_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_alignment_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_armor_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_armor_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_background_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_background_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_class_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_class_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_condition_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_condition_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_creature_ancient_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_creature_ancient_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_creature_goblin_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_creature_goblin_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_creature_guard_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_creature_guard_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_creatureset_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_creatureset_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_creaturetype_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_creaturetype_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_damagetype_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_damagetype_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_document_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_document_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_environment_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_environment_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_feats_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_feats_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_gamesystem_example.approved.json: -------------------------------------------------------------------------------- 1 | { 2 | "detail": "No GameSystem matches the given query." 3 | } 4 | -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_item_armor_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_item_armor_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_item_category_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_item_category_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_item_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_item_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_item_melee_weapon_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_item_melee_weapon_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_item_ranged_weapon_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_item_ranged_weapon_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_item_set_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_item_set_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_itemrarity_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_itemrarity_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_language_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_language_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_license_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_license_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_publisher_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_publisher_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_races_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_races_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_size_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_size_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_skill_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_skill_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_species_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_species_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_spell_cantrip_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_spell_cantrip_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_spell_fireball.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_spell_fireball.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_spell_wish.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_spell_wish.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_subclass_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_subclass_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_weapon_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_weapon_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_weapon_with_mastery_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_weapon_with_mastery_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_weaponproperties_mastery_filter.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_weaponproperties_mastery_filter.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_weaponproperties_standard_filter.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_weaponproperties_standard_filter.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_weaponproperty_mastery_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_weaponproperty_mastery_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_weaponproperty_standard_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_weaponproperty_standard_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/responses/TestObjects.test_wish_example.approved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/responses/TestObjects.test_wish_example.approved.json -------------------------------------------------------------------------------- /api_v2/tests/test_objects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/test_objects.py -------------------------------------------------------------------------------- /api_v2/tests/test_router.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/tests/test_router.py -------------------------------------------------------------------------------- /api_v2/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/urls.py -------------------------------------------------------------------------------- /api_v2/views/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/__init__.py -------------------------------------------------------------------------------- /api_v2/views/ability.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/ability.py -------------------------------------------------------------------------------- /api_v2/views/alignment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/alignment.py -------------------------------------------------------------------------------- /api_v2/views/background.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/background.py -------------------------------------------------------------------------------- /api_v2/views/characterclass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/characterclass.py -------------------------------------------------------------------------------- /api_v2/views/condition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/condition.py -------------------------------------------------------------------------------- /api_v2/views/creature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/creature.py -------------------------------------------------------------------------------- /api_v2/views/damagetype.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/damagetype.py -------------------------------------------------------------------------------- /api_v2/views/document.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/document.py -------------------------------------------------------------------------------- /api_v2/views/enum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/enum.py -------------------------------------------------------------------------------- /api_v2/views/environment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/environment.py -------------------------------------------------------------------------------- /api_v2/views/feat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/feat.py -------------------------------------------------------------------------------- /api_v2/views/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/image.py -------------------------------------------------------------------------------- /api_v2/views/item.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/item.py -------------------------------------------------------------------------------- /api_v2/views/language.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/language.py -------------------------------------------------------------------------------- /api_v2/views/mixins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/mixins.py -------------------------------------------------------------------------------- /api_v2/views/rule.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/rule.py -------------------------------------------------------------------------------- /api_v2/views/service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/service.py -------------------------------------------------------------------------------- /api_v2/views/size.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/size.py -------------------------------------------------------------------------------- /api_v2/views/species.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/species.py -------------------------------------------------------------------------------- /api_v2/views/spell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/spell.py -------------------------------------------------------------------------------- /api_v2/views/weaponproperty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/api_v2/views/weaponproperty.py -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/SRD_CC_v5.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/SRD_CC_v5.2.pdf -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/scripts/README.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/scripts/convert_classes_srd52.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/scripts/convert_classes_srd52.py -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/scripts/convert_equipment_srd52_enhanced.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/scripts/convert_equipment_srd52_enhanced.py -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/scripts/convert_monsters_srd52.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/scripts/convert_monsters_srd52.py -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/scripts/convert_spells_srd52.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/scripts/convert_spells_srd52.py -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/scripts/debug_parsing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/scripts/debug_parsing.py -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/01_legal_information.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/01_legal_information.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/02_playing_the_game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/02_playing_the_game.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/03_character_creation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/03_character_creation.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/04_classes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/04_classes.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/05_character_origins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/05_character_origins.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/06_feats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/06_feats.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/07_adventuring_gear.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/07_adventuring_gear.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/07_armor_items.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/07_armor_items.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/07_equipment_rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/07_equipment_rules.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/07_magic_items.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/07_magic_items.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/07_mounts_vehicles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/07_mounts_vehicles.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/07_mounts_vehicles_items.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/07_mounts_vehicles_items.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/07_services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/07_services.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/07_services_items.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/07_services_items.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/07_tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/07_tools.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/07_tools_items.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/07_tools_items.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/07_weapons_items.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/07_weapons_items.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/08_b_spellsaz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/08_b_spellsaz.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/08_spells.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/08_spells.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/09_rules_glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/09_rules_glossary.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/10_gameplay_toolbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/10_gameplay_toolbox.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/12_monsters_rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/12_monsters_rules.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/13_monsters_az.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/13_monsters_az.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/14_animals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/14_animals.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/sections/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/sections/README.md -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/starting-files/07_equipment.md.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/starting-files/07_equipment.md.old -------------------------------------------------------------------------------- /data/raw_sources/srd_5_2/starting-files/DND-SRD-5.2-CC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/raw_sources/srd_5_2/starting-files/DND-SRD-5.2-CC.md -------------------------------------------------------------------------------- /data/v1/a5e/Background.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/a5e/Background.json -------------------------------------------------------------------------------- /data/v1/a5e/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/a5e/Document.json -------------------------------------------------------------------------------- /data/v1/a5e/Feat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/a5e/Feat.json -------------------------------------------------------------------------------- /data/v1/a5e/MagicItem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/a5e/MagicItem.json -------------------------------------------------------------------------------- /data/v1/a5e/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/a5e/Spell.json -------------------------------------------------------------------------------- /data/v1/blackflag/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/blackflag/Document.json -------------------------------------------------------------------------------- /data/v1/blackflag/Monster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/blackflag/Monster.json -------------------------------------------------------------------------------- /data/v1/blackflag/Monster.json_SKIPPED: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/blackflag/Monster.json_SKIPPED -------------------------------------------------------------------------------- /data/v1/cc/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/cc/Document.json -------------------------------------------------------------------------------- /data/v1/cc/Monster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/cc/Monster.json -------------------------------------------------------------------------------- /data/v1/dmag-e/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/dmag-e/Document.json -------------------------------------------------------------------------------- /data/v1/dmag-e/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/dmag-e/Spell.json -------------------------------------------------------------------------------- /data/v1/dmag/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/dmag/Document.json -------------------------------------------------------------------------------- /data/v1/dmag/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/dmag/Spell.json -------------------------------------------------------------------------------- /data/v1/kp/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/kp/Document.json -------------------------------------------------------------------------------- /data/v1/kp/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/kp/Spell.json -------------------------------------------------------------------------------- /data/v1/menagerie/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/menagerie/Document.json -------------------------------------------------------------------------------- /data/v1/menagerie/Monster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/menagerie/Monster.json -------------------------------------------------------------------------------- /data/v1/o5e/Archetype.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/o5e/Archetype.json -------------------------------------------------------------------------------- /data/v1/o5e/Background.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/o5e/Background.json -------------------------------------------------------------------------------- /data/v1/o5e/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/o5e/Document.json -------------------------------------------------------------------------------- /data/v1/o5e/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/o5e/Spell.json -------------------------------------------------------------------------------- /data/v1/o5e/SpellList.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/o5e/SpellList.json -------------------------------------------------------------------------------- /data/v1/o5e/Subrace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/o5e/Subrace.json -------------------------------------------------------------------------------- /data/v1/taldorei/Archetype.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/taldorei/Archetype.json -------------------------------------------------------------------------------- /data/v1/taldorei/Background.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/taldorei/Background.json -------------------------------------------------------------------------------- /data/v1/taldorei/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/taldorei/Document.json -------------------------------------------------------------------------------- /data/v1/taldorei/Feat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/taldorei/Feat.json -------------------------------------------------------------------------------- /data/v1/taldorei/MagicItem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/taldorei/MagicItem.json -------------------------------------------------------------------------------- /data/v1/taldorei/Monster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/taldorei/Monster.json -------------------------------------------------------------------------------- /data/v1/taldorei/MonsterSpell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/taldorei/MonsterSpell.json -------------------------------------------------------------------------------- /data/v1/tob-2023/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/tob-2023/Document.json -------------------------------------------------------------------------------- /data/v1/tob-2023/Monster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/tob-2023/Monster.json -------------------------------------------------------------------------------- /data/v1/tob/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/tob/Document.json -------------------------------------------------------------------------------- /data/v1/tob/Monster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/tob/Monster.json -------------------------------------------------------------------------------- /data/v1/tob2/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/tob2/Document.json -------------------------------------------------------------------------------- /data/v1/tob2/Monster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/tob2/Monster.json -------------------------------------------------------------------------------- /data/v1/tob3/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/tob3/Document.json -------------------------------------------------------------------------------- /data/v1/tob3/Monster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/tob3/Monster.json -------------------------------------------------------------------------------- /data/v1/toh/Archetype.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/toh/Archetype.json -------------------------------------------------------------------------------- /data/v1/toh/Armor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/toh/Armor.json -------------------------------------------------------------------------------- /data/v1/toh/Background.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/toh/Background.json -------------------------------------------------------------------------------- /data/v1/toh/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/toh/Document.json -------------------------------------------------------------------------------- /data/v1/toh/Feat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/toh/Feat.json -------------------------------------------------------------------------------- /data/v1/toh/MagicItem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/toh/MagicItem.json -------------------------------------------------------------------------------- /data/v1/toh/Race.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/toh/Race.json -------------------------------------------------------------------------------- /data/v1/toh/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/toh/Spell.json -------------------------------------------------------------------------------- /data/v1/toh/Subrace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/toh/Subrace.json -------------------------------------------------------------------------------- /data/v1/toh/Weapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/toh/Weapon.json -------------------------------------------------------------------------------- /data/v1/vom/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/vom/Document.json -------------------------------------------------------------------------------- /data/v1/vom/MagicItem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/vom/MagicItem.json -------------------------------------------------------------------------------- /data/v1/warlock/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/warlock/Document.json -------------------------------------------------------------------------------- /data/v1/warlock/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/warlock/Spell.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/Archetype.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/Archetype.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/Armor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/Armor.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/Background.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/Background.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/CharClass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/CharClass.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/Condition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/Condition.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/Document.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/Feat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/Feat.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/MagicItem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/MagicItem.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/Monster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/Monster.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/MonsterSpell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/MonsterSpell.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/Plane.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/Plane.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/Race.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/Race.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/Section.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/Section.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/Spell.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/SpellList.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/SpellList.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/Subrace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/Subrace.json -------------------------------------------------------------------------------- /data/v1/wotc-srd/Weapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v1/wotc-srd/Weapon.json -------------------------------------------------------------------------------- /data/v2/GameSystem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/GameSystem.json -------------------------------------------------------------------------------- /data/v2/License.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/License.json -------------------------------------------------------------------------------- /data/v2/en-publishing/Publisher.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/Publisher.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/AbilityDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/AbilityDescription.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/Background.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/Background.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/BackgroundBenefit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/BackgroundBenefit.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/CharacterClass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/CharacterClass.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/ClassFeature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/ClassFeature.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/ClassFeatureItem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/ClassFeatureItem.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/Condition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/Condition.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/ConditionDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/ConditionDescription.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/Document.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/Feat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/Feat.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/FeatBenefit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/FeatBenefit.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/Skill.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/Skill.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/SkillDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/SkillDescription.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/Spell.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/SpellCastingOption.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/SpellCastingOption.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ag/SpellSchool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ag/SpellSchool.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ddg/Background.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ddg/Background.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ddg/BackgroundBenefit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ddg/BackgroundBenefit.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-ddg/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-ddg/Document.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-gpg/Background.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-gpg/Background.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-gpg/BackgroundBenefit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-gpg/BackgroundBenefit.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-gpg/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-gpg/Document.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-mm/Creature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-mm/Creature.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-mm/CreatureAction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-mm/CreatureAction.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-mm/CreatureActionAttack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-mm/CreatureActionAttack.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-mm/CreatureTrait.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-mm/CreatureTrait.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-mm/CreatureTypeDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-mm/CreatureTypeDescription.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-mm/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-mm/Document.json -------------------------------------------------------------------------------- /data/v2/en-publishing/a5e-mm/Size.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/en-publishing/a5e-mm/Size.json -------------------------------------------------------------------------------- /data/v2/green-ronin/Publisher.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/green-ronin/Publisher.json -------------------------------------------------------------------------------- /data/v2/green-ronin/tdcs/Background.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/green-ronin/tdcs/Background.json -------------------------------------------------------------------------------- /data/v2/green-ronin/tdcs/BackgroundBenefit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/green-ronin/tdcs/BackgroundBenefit.json -------------------------------------------------------------------------------- /data/v2/green-ronin/tdcs/CharacterClass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/green-ronin/tdcs/CharacterClass.json -------------------------------------------------------------------------------- /data/v2/green-ronin/tdcs/ClassFeature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/green-ronin/tdcs/ClassFeature.json -------------------------------------------------------------------------------- /data/v2/green-ronin/tdcs/ClassFeatureItem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/green-ronin/tdcs/ClassFeatureItem.json -------------------------------------------------------------------------------- /data/v2/green-ronin/tdcs/Creature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/green-ronin/tdcs/Creature.json -------------------------------------------------------------------------------- /data/v2/green-ronin/tdcs/CreatureAction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/green-ronin/tdcs/CreatureAction.json -------------------------------------------------------------------------------- /data/v2/green-ronin/tdcs/CreatureActionAttack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/green-ronin/tdcs/CreatureActionAttack.json -------------------------------------------------------------------------------- /data/v2/green-ronin/tdcs/CreatureTrait.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/green-ronin/tdcs/CreatureTrait.json -------------------------------------------------------------------------------- /data/v2/green-ronin/tdcs/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/green-ronin/tdcs/Document.json -------------------------------------------------------------------------------- /data/v2/green-ronin/tdcs/Feat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/green-ronin/tdcs/Feat.json -------------------------------------------------------------------------------- /data/v2/green-ronin/tdcs/FeatBenefit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/green-ronin/tdcs/FeatBenefit.json -------------------------------------------------------------------------------- /data/v2/kobold-press/Publisher.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/Publisher.json -------------------------------------------------------------------------------- /data/v2/kobold-press/bfrd/CharacterClass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/bfrd/CharacterClass.json -------------------------------------------------------------------------------- /data/v2/kobold-press/bfrd/ClassFeature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/bfrd/ClassFeature.json -------------------------------------------------------------------------------- /data/v2/kobold-press/bfrd/ClassFeatureItem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/bfrd/ClassFeatureItem.json -------------------------------------------------------------------------------- /data/v2/kobold-press/bfrd/Creature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/bfrd/Creature.json -------------------------------------------------------------------------------- /data/v2/kobold-press/bfrd/CreatureAction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/bfrd/CreatureAction.json -------------------------------------------------------------------------------- /data/v2/kobold-press/bfrd/CreatureActionAttack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/bfrd/CreatureActionAttack.json -------------------------------------------------------------------------------- /data/v2/kobold-press/bfrd/CreatureTrait.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/bfrd/CreatureTrait.json -------------------------------------------------------------------------------- /data/v2/kobold-press/bfrd/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/bfrd/Document.json -------------------------------------------------------------------------------- /data/v2/kobold-press/ccdx/Creature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/ccdx/Creature.json -------------------------------------------------------------------------------- /data/v2/kobold-press/ccdx/CreatureAction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/ccdx/CreatureAction.json -------------------------------------------------------------------------------- /data/v2/kobold-press/ccdx/CreatureActionAttack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/ccdx/CreatureActionAttack.json -------------------------------------------------------------------------------- /data/v2/kobold-press/ccdx/CreatureTrait.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/ccdx/CreatureTrait.json -------------------------------------------------------------------------------- /data/v2/kobold-press/ccdx/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/ccdx/Document.json -------------------------------------------------------------------------------- /data/v2/kobold-press/deepm/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/deepm/Document.json -------------------------------------------------------------------------------- /data/v2/kobold-press/deepm/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/deepm/Spell.json -------------------------------------------------------------------------------- /data/v2/kobold-press/deepm/SpellCastingOption.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/deepm/SpellCastingOption.json -------------------------------------------------------------------------------- /data/v2/kobold-press/deepmx/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/deepmx/Document.json -------------------------------------------------------------------------------- /data/v2/kobold-press/deepmx/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/deepmx/Spell.json -------------------------------------------------------------------------------- /data/v2/kobold-press/deepmx/SpellCastingOption.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/deepmx/SpellCastingOption.json -------------------------------------------------------------------------------- /data/v2/kobold-press/kp/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/kp/Document.json -------------------------------------------------------------------------------- /data/v2/kobold-press/kp/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/kp/Spell.json -------------------------------------------------------------------------------- /data/v2/kobold-press/kp/SpellCastingOption.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/kp/SpellCastingOption.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob-2023/Creature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob-2023/Creature.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob-2023/CreatureAction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob-2023/CreatureAction.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob-2023/CreatureActionAttack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob-2023/CreatureActionAttack.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob-2023/CreatureTrait.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob-2023/CreatureTrait.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob-2023/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob-2023/Document.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob/Creature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob/Creature.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob/CreatureAction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob/CreatureAction.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob/CreatureActionAttack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob/CreatureActionAttack.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob/CreatureTrait.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob/CreatureTrait.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob/Document.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob/Environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob/Environment.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob/Language.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob/Language.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob2/Creature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob2/Creature.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob2/CreatureAction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob2/CreatureAction.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob2/CreatureActionAttack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob2/CreatureActionAttack.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob2/CreatureTrait.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob2/CreatureTrait.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob2/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob2/Document.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob3/Creature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob3/Creature.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob3/CreatureAction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob3/CreatureAction.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob3/CreatureTrait.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob3/CreatureTrait.json -------------------------------------------------------------------------------- /data/v2/kobold-press/tob3/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/tob3/Document.json -------------------------------------------------------------------------------- /data/v2/kobold-press/toh/Background.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/toh/Background.json -------------------------------------------------------------------------------- /data/v2/kobold-press/toh/BackgroundBenefit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/toh/BackgroundBenefit.json -------------------------------------------------------------------------------- /data/v2/kobold-press/toh/CharacterClass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/toh/CharacterClass.json -------------------------------------------------------------------------------- /data/v2/kobold-press/toh/ClassFeature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/toh/ClassFeature.json -------------------------------------------------------------------------------- /data/v2/kobold-press/toh/ClassFeatureItem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/toh/ClassFeatureItem.json -------------------------------------------------------------------------------- /data/v2/kobold-press/toh/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/toh/Document.json -------------------------------------------------------------------------------- /data/v2/kobold-press/toh/Feat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/toh/Feat.json -------------------------------------------------------------------------------- /data/v2/kobold-press/toh/FeatBenefit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/toh/FeatBenefit.json -------------------------------------------------------------------------------- /data/v2/kobold-press/toh/Species.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/toh/Species.json -------------------------------------------------------------------------------- /data/v2/kobold-press/toh/SpeciesTrait.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/toh/SpeciesTrait.json -------------------------------------------------------------------------------- /data/v2/kobold-press/toh/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/toh/Spell.json -------------------------------------------------------------------------------- /data/v2/kobold-press/toh/SpellCastingOption.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/toh/SpellCastingOption.json -------------------------------------------------------------------------------- /data/v2/kobold-press/vom/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/vom/Document.json -------------------------------------------------------------------------------- /data/v2/kobold-press/vom/Item.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/vom/Item.json -------------------------------------------------------------------------------- /data/v2/kobold-press/vom/magicitems.json_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/vom/magicitems.json_ -------------------------------------------------------------------------------- /data/v2/kobold-press/wz/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/wz/Document.json -------------------------------------------------------------------------------- /data/v2/kobold-press/wz/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/wz/Spell.json -------------------------------------------------------------------------------- /data/v2/kobold-press/wz/SpellCastingOption.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/kobold-press/wz/SpellCastingOption.json -------------------------------------------------------------------------------- /data/v2/open5e/Publisher.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/Publisher.json -------------------------------------------------------------------------------- /data/v2/open5e/core/Ability.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/core/Ability.json -------------------------------------------------------------------------------- /data/v2/open5e/core/Alignment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/core/Alignment.json -------------------------------------------------------------------------------- /data/v2/open5e/core/Condition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/core/Condition.json -------------------------------------------------------------------------------- /data/v2/open5e/core/CreatureType.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/core/CreatureType.json -------------------------------------------------------------------------------- /data/v2/open5e/core/DamageType.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/core/DamageType.json -------------------------------------------------------------------------------- /data/v2/open5e/core/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/core/Document.json -------------------------------------------------------------------------------- /data/v2/open5e/core/Environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/core/Environment.json -------------------------------------------------------------------------------- /data/v2/open5e/core/ItemCategory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/core/ItemCategory.json -------------------------------------------------------------------------------- /data/v2/open5e/core/ItemRarity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/core/ItemRarity.json -------------------------------------------------------------------------------- /data/v2/open5e/core/Language.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/core/Language.json -------------------------------------------------------------------------------- /data/v2/open5e/core/Size.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/core/Size.json -------------------------------------------------------------------------------- /data/v2/open5e/core/Skill.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/core/Skill.json -------------------------------------------------------------------------------- /data/v2/open5e/core/SpellSchool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/core/SpellSchool.json -------------------------------------------------------------------------------- /data/v2/open5e/elderberry-inn-icons/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/elderberry-inn-icons/Document.json -------------------------------------------------------------------------------- /data/v2/open5e/elderberry-inn-icons/Image.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/elderberry-inn-icons/Image.json -------------------------------------------------------------------------------- /data/v2/open5e/open5e-2024/CharacterClass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/open5e-2024/CharacterClass.json -------------------------------------------------------------------------------- /data/v2/open5e/open5e-2024/ClassFeature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/open5e-2024/ClassFeature.json -------------------------------------------------------------------------------- /data/v2/open5e/open5e-2024/ClassFeatureItem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/open5e-2024/ClassFeatureItem.json -------------------------------------------------------------------------------- /data/v2/open5e/open5e-2024/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/open5e-2024/Document.json -------------------------------------------------------------------------------- /data/v2/open5e/open5e/Background.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/open5e/Background.json -------------------------------------------------------------------------------- /data/v2/open5e/open5e/BackgroundBenefit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/open5e/BackgroundBenefit.json -------------------------------------------------------------------------------- /data/v2/open5e/open5e/CharacterClass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/open5e/CharacterClass.json -------------------------------------------------------------------------------- /data/v2/open5e/open5e/ClassFeature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/open5e/ClassFeature.json -------------------------------------------------------------------------------- /data/v2/open5e/open5e/ClassFeatureItem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/open5e/ClassFeatureItem.json -------------------------------------------------------------------------------- /data/v2/open5e/open5e/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/open5e/Document.json -------------------------------------------------------------------------------- /data/v2/open5e/open5e/Image.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/open5e/Image.json -------------------------------------------------------------------------------- /data/v2/open5e/open5e/Species.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/open5e/Species.json -------------------------------------------------------------------------------- /data/v2/open5e/open5e/SpeciesTrait.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/open5e/SpeciesTrait.json -------------------------------------------------------------------------------- /data/v2/open5e/open5e/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/open5e/Spell.json -------------------------------------------------------------------------------- /data/v2/open5e/open5e/SpellCastingOption.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/open5e/open5e/SpellCastingOption.json -------------------------------------------------------------------------------- /data/v2/somanyrobots/Publisher.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/somanyrobots/Publisher.json -------------------------------------------------------------------------------- /data/v2/somanyrobots/spells-that-dont-suck/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/somanyrobots/spells-that-dont-suck/Document.json -------------------------------------------------------------------------------- /data/v2/somanyrobots/spells-that-dont-suck/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/somanyrobots/spells-that-dont-suck/Spell.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/Publisher.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/Publisher.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/AbilityDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/AbilityDescription.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/AlignmentDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/AlignmentDescription.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/Armor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/Armor.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/Background.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/Background.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/BackgroundBenefit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/BackgroundBenefit.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/CharacterClass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/CharacterClass.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/ClassFeature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/ClassFeature.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/ClassFeatureItem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/ClassFeatureItem.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/ConditionDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/ConditionDescription.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/Creature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/Creature.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/CreatureAction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/CreatureAction.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/CreatureActionAttack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/CreatureActionAttack.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/CreatureSet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/CreatureSet.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/CreatureTrait.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/CreatureTrait.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/CreatureTypeDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/CreatureTypeDescription.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/DamageTypeDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/DamageTypeDescription.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/Document.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/Environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/Environment.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/Feat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/Feat.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/FeatBenefit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/FeatBenefit.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/Item.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/Item.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/ItemSet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/ItemSet.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/Rule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/Rule.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/RuleSet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/RuleSet.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/SkillDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/SkillDescription.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/Species.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/Species.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/SpeciesTrait.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/SpeciesTrait.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/Spell.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/SpellCastingOption.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/SpellCastingOption.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/Weapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/Weapon.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/WeaponProperty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/WeaponProperty.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2014/WeaponPropertyAssignment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2014/WeaponPropertyAssignment.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/AbilityDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/AbilityDescription.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/AlignmentDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/AlignmentDescription.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/Armor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/Armor.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/Background.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/Background.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/BackgroundBenefit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/BackgroundBenefit.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/CharacterClass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/CharacterClass.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/ClassFeature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/ClassFeature.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/ClassFeatureItem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/ClassFeatureItem.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/ConditionDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/ConditionDescription.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/Creature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/Creature.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/CreatureAction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/CreatureAction.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/CreatureActionAttack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/CreatureActionAttack.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/CreatureTrait.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/CreatureTrait.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/CreatureTypeDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/CreatureTypeDescription.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/DamageTypeDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/DamageTypeDescription.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/Document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/Document.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/Feat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/Feat.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/FeatBenefit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/FeatBenefit.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/Item.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/Item.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/ItemCategory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/ItemCategory.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/Rule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/Rule.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/RuleSet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/RuleSet.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/Service.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/Service.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/Services.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/Services.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/SkillDescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/SkillDescription.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/Species.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/Species.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/SpeciesTrait.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/SpeciesTrait.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/Spell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/Spell.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/SpellCastingOption.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/SpellCastingOption.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/Weapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/Weapon.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/WeaponProperty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/WeaponProperty.json -------------------------------------------------------------------------------- /data/v2/wizards-of-the-coast/srd-2024/WeaponPropertyAssignment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/data/v2/wizards-of-the-coast/srd-2024/WeaponPropertyAssignment.json -------------------------------------------------------------------------------- /docs/github_release_workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/docs/github_release_workflow.md -------------------------------------------------------------------------------- /docs/pipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/docs/pipeline.md -------------------------------------------------------------------------------- /docs/schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/docs/schema.md -------------------------------------------------------------------------------- /docs/v2/admin_interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/docs/v2/admin_interface.md -------------------------------------------------------------------------------- /docs/v2/creature_actions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/docs/v2/creature_actions.md -------------------------------------------------------------------------------- /docs/v2/data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/docs/v2/data.md -------------------------------------------------------------------------------- /docs/v2/export.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/docs/v2/export.md -------------------------------------------------------------------------------- /docs/v2/import.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/docs/v2/import.md -------------------------------------------------------------------------------- /docs/v2/models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/docs/v2/models.md -------------------------------------------------------------------------------- /docs/v2/shared-concepts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/docs/v2/shared-concepts.md -------------------------------------------------------------------------------- /manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/manage.py -------------------------------------------------------------------------------- /newrelic.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/newrelic.ini -------------------------------------------------------------------------------- /pytest.ini: -------------------------------------------------------------------------------- 1 | [pytest] 2 | DJANGO_SETTINGS_MODULE = server.settings 3 | -------------------------------------------------------------------------------- /scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/README.md -------------------------------------------------------------------------------- /scripts/clear_cloudflare_cache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/clear_cloudflare_cache.sh -------------------------------------------------------------------------------- /scripts/data_manipulation/convert_missing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convert_missing.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/data_v2_convert_armor_detail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/data_v2_convert_armor_detail.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/data_v2_fix_keys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/data_v2_fix_keys.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/data_v2_format_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/data_v2_format_check.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/datafile_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/datafile_parser.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/generate_spelllist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/generate_spelllist.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/get_creature_attack_order_from_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/get_creature_attack_order_from_v1.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/get_creature_resistances_immunities_as_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/get_creature_resistances_immunities_as_string.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/lint_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/lint_json.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/populate_page_no.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/populate_page_no.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/remapdmg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/remapdmg.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/remaprarity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/remaprarity.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/remapschool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/remapschool.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/remapsize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/remapsize.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/remapweapons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/remapweapons.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/spell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/spell.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/v2_key_rewrite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/v2_key_rewrite.py -------------------------------------------------------------------------------- /scripts/data_manipulation/convertors/v2search_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/convertors/v2search_test.py -------------------------------------------------------------------------------- /scripts/data_manipulation/image_toolkit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/image_toolkit.py -------------------------------------------------------------------------------- /scripts/data_manipulation/legacy/add_srd_class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/legacy/add_srd_class.py -------------------------------------------------------------------------------- /scripts/data_manipulation/legacy/add_srd_monsters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/legacy/add_srd_monsters.py -------------------------------------------------------------------------------- /scripts/data_manipulation/legacy/add_srd_spells.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/legacy/add_srd_spells.py -------------------------------------------------------------------------------- /scripts/data_manipulation/legacy/api_examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/legacy/api_examples.py -------------------------------------------------------------------------------- /scripts/data_manipulation/legacy/diff-srd.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/legacy/diff-srd.bash -------------------------------------------------------------------------------- /scripts/data_manipulation/legacy/generate_spell_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/legacy/generate_spell_data.py -------------------------------------------------------------------------------- /scripts/data_manipulation/legacy/load_srd_content.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/legacy/load_srd_content.py -------------------------------------------------------------------------------- /scripts/data_manipulation/legacy/misc_monster_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/legacy/misc_monster_utils.py -------------------------------------------------------------------------------- /scripts/data_manipulation/legacy/parse_content.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/legacy/parse_content.py -------------------------------------------------------------------------------- /scripts/data_manipulation/legacy/review.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/legacy/review.bash -------------------------------------------------------------------------------- /scripts/data_manipulation/legacy/separate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/legacy/separate.py -------------------------------------------------------------------------------- /scripts/data_manipulation/legacy/separate_rst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/legacy/separate_rst.py -------------------------------------------------------------------------------- /scripts/data_manipulation/legacy/spells_utility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/legacy/spells_utility.py -------------------------------------------------------------------------------- /scripts/data_manipulation/legacy/srd_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/legacy/srd_utils.py -------------------------------------------------------------------------------- /scripts/data_manipulation/legacy/titles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/legacy/titles.py -------------------------------------------------------------------------------- /scripts/data_manipulation/recalc_saves.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/recalc_saves.py -------------------------------------------------------------------------------- /scripts/data_manipulation/spell_casting_option_cleanup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/spell_casting_option_cleanup.py -------------------------------------------------------------------------------- /scripts/data_manipulation/v1_spelllist_to_v2_spell_class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/v1_spelllist_to_v2_spell_class.py -------------------------------------------------------------------------------- /scripts/data_manipulation/v1_to_v2_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/v1_to_v2_data.py -------------------------------------------------------------------------------- /scripts/data_manipulation/v2_caa_builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/v2_caa_builder.py -------------------------------------------------------------------------------- /scripts/data_manipulation/v2_environments_population.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/v2_environments_population.py -------------------------------------------------------------------------------- /scripts/data_manipulation/v2_item_enrichment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_manipulation/v2_item_enrichment.py -------------------------------------------------------------------------------- /scripts/data_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/data_test.py -------------------------------------------------------------------------------- /scripts/do_app_deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/do_app_deploy.sh -------------------------------------------------------------------------------- /scripts/generate_openapi_spec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/generate_openapi_spec.sh -------------------------------------------------------------------------------- /scripts/schema-to-mermaid-diagram.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/schema-to-mermaid-diagram.md -------------------------------------------------------------------------------- /scripts/search_benchmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/search_benchmark.py -------------------------------------------------------------------------------- /scripts/smoke_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/scripts/smoke_test.py -------------------------------------------------------------------------------- /search/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /search/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/search/admin.py -------------------------------------------------------------------------------- /search/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/search/apps.py -------------------------------------------------------------------------------- /search/management/commands/buildindex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/search/management/commands/buildindex.py -------------------------------------------------------------------------------- /search/migrations/0001_initial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/search/migrations/0001_initial.py -------------------------------------------------------------------------------- /search/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /search/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/search/models.py -------------------------------------------------------------------------------- /search/serializers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/search/serializers.py -------------------------------------------------------------------------------- /search/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/search/tests.py -------------------------------------------------------------------------------- /search/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/search/urls.py -------------------------------------------------------------------------------- /search/viewsets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/search/viewsets.py -------------------------------------------------------------------------------- /server/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/middleware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/server/middleware.py -------------------------------------------------------------------------------- /server/oas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/server/oas.py -------------------------------------------------------------------------------- /server/routers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/server/routers.py -------------------------------------------------------------------------------- /server/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/server/settings.py -------------------------------------------------------------------------------- /server/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/server/urls.py -------------------------------------------------------------------------------- /server/vector_index.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/server/vector_index.pkl -------------------------------------------------------------------------------- /server/version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/server/version.py -------------------------------------------------------------------------------- /server/wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/server/wsgi.py -------------------------------------------------------------------------------- /static/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/README.md -------------------------------------------------------------------------------- /static/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/favicon-16x16.png -------------------------------------------------------------------------------- /static/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/favicon-32x32.png -------------------------------------------------------------------------------- /static/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/favicon-96x96.png -------------------------------------------------------------------------------- /static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/favicon.ico -------------------------------------------------------------------------------- /static/img/menu-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/menu-button.png -------------------------------------------------------------------------------- /static/img/menu-button.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/menu-button.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/blinded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/blinded.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/charmed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/charmed.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/deaftened.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/deaftened.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/exhaustion1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/exhaustion1.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/exhaustion2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/exhaustion2.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/exhaustion3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/exhaustion3.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/exhaustion4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/exhaustion4.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/exhaustion5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/exhaustion5.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/exhaustion6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/exhaustion6.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/frightened.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/frightened.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/grappled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/grappled.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/incapacitated.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/incapacitated.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/inconscious.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/inconscious.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/invisible.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/invisible.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/paralyzed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/paralyzed.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/petrified.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/petrified.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/poisoned.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/poisoned.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/prone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/prone.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/restrained.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/restrained.svg -------------------------------------------------------------------------------- /static/img/object_icons/elderberry-inn-icons/conditions/stunned.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_icons/elderberry-inn-icons/conditions/stunned.svg -------------------------------------------------------------------------------- /static/img/object_illustrations/open5e-illustrations/monsters/aboleth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_illustrations/open5e-illustrations/monsters/aboleth.png -------------------------------------------------------------------------------- /static/img/object_illustrations/open5e-illustrations/monsters/ankheg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_illustrations/open5e-illustrations/monsters/ankheg.png -------------------------------------------------------------------------------- /static/img/object_illustrations/open5e-illustrations/monsters/basilisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_illustrations/open5e-illustrations/monsters/basilisk.png -------------------------------------------------------------------------------- /static/img/object_illustrations/open5e-illustrations/monsters/behir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_illustrations/open5e-illustrations/monsters/behir.png -------------------------------------------------------------------------------- /static/img/object_illustrations/open5e-illustrations/monsters/bulette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_illustrations/open5e-illustrations/monsters/bulette.png -------------------------------------------------------------------------------- /static/img/object_illustrations/open5e-illustrations/monsters/chuul.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_illustrations/open5e-illustrations/monsters/chuul.png -------------------------------------------------------------------------------- /static/img/object_illustrations/open5e-illustrations/monsters/cloaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_illustrations/open5e-illustrations/monsters/cloaker.png -------------------------------------------------------------------------------- /static/img/object_illustrations/open5e-illustrations/monsters/cockatrice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_illustrations/open5e-illustrations/monsters/cockatrice.png -------------------------------------------------------------------------------- /static/img/object_illustrations/open5e-illustrations/monsters/couatl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_illustrations/open5e-illustrations/monsters/couatl.png -------------------------------------------------------------------------------- /static/img/object_illustrations/open5e-illustrations/monsters/darkmantle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_illustrations/open5e-illustrations/monsters/darkmantle.png -------------------------------------------------------------------------------- /static/img/object_illustrations/open5e-illustrations/monsters/hezrou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_illustrations/open5e-illustrations/monsters/hezrou.png -------------------------------------------------------------------------------- /static/img/object_illustrations/open5e-illustrations/monsters/rust-monster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/object_illustrations/open5e-illustrations/monsters/rust-monster.png -------------------------------------------------------------------------------- /static/img/search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/search-icon.png -------------------------------------------------------------------------------- /static/img/search-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/search-icon.svg -------------------------------------------------------------------------------- /static/img/x-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/x-close.png -------------------------------------------------------------------------------- /static/img/x-close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/img/x-close.svg -------------------------------------------------------------------------------- /static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/static/logo.png -------------------------------------------------------------------------------- /templates/rest_framework/api.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open5e/open5e-api/HEAD/templates/rest_framework/api.html --------------------------------------------------------------------------------