From 65ea3b3a444af026bc89e0e5759dfe4ea7f75e97 Mon Sep 17 00:00:00 2001 From: calumbell Date: Mon, 2 Feb 2026 11:24:46 +0000 Subject: [PATCH 1/2] added 2024 champion subclass data to ClassFeatureItem.json --- .../srd-2024/ClassFeatureItem.json | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/data/v2/wizards-of-the-coast/srd-2024/ClassFeatureItem.json b/data/v2/wizards-of-the-coast/srd-2024/ClassFeatureItem.json index e5d7f379..66836f02 100644 --- a/data/v2/wizards-of-the-coast/srd-2024/ClassFeatureItem.json +++ b/data/v2/wizards-of-the-coast/srd-2024/ClassFeatureItem.json @@ -17998,5 +17998,65 @@ }, "model": "api_v2.classfeatureitem", "pk": "srd-2024_wizard_wizard-subclass" +}, +{ + "fields": { + "column_value": null, + "detail": null, + "level": 3, + "parent": "srd-2024_fighter_champion_improved-critical" + }, + "model": "api_v2.classfeatureitem", + "pk": "srd-2024_fighter_champion_improved-critical" +}, +{ + "fields": { + "column_value": null, + "detail": null, + "level": 3, + "parent": "srd-2024_fighter_champion_remarkable-athlete" + }, + "model": "api_v2.classfeatureitem", + "pk": "srd-2024_fighter_champion_remarkable-athlete" +}, +{ + "fields": { + "column_value": null, + "detail": null, + "level": 7, + "parent": "srd-2024_fighter_champion_additional-fighting-style" + }, + "model": "api_v2.classfeatureitem", + "pk": "srd-2024_fighter_champion_additional-fighting-style" +}, +{ + "fields": { + "column_value": null, + "detail": null, + "level": 10, + "parent": "srd-2024_fighter_champion_heroic-warrior" + }, + "model": "api_v2.classfeatureitem", + "pk": "srd-2024_fighter_champion_heroic-warrior" +}, +{ + "fields": { + "column_value": null, + "detail": null, + "level": 15, + "parent": "srd-2024_fighter_champion_superior-critical" + }, + "model": "api_v2.classfeatureitem", + "pk": "srd-2024_fighter_champion_superior-critical" +}, +{ + "fields": { + "column_value": null, + "detail": null, + "level": 18, + "parent": "srd-2024_fighter_champion_survivor" + }, + "model": "api_v2.classfeatureitem", + "pk": "srd-2024_fighter_champion_survivor" } ] From 9cf57c6fa2d333de34bcbd747c108336a8383129 Mon Sep 17 00:00:00 2001 From: calumbell Date: Tue, 3 Feb 2026 09:02:42 +0000 Subject: [PATCH 2/2] added srd-2024 College of Lore data to ClassFeatureItem.json --- .../srd-2024/ClassFeatureItem.json | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/data/v2/wizards-of-the-coast/srd-2024/ClassFeatureItem.json b/data/v2/wizards-of-the-coast/srd-2024/ClassFeatureItem.json index 66836f02..f70617e4 100644 --- a/data/v2/wizards-of-the-coast/srd-2024/ClassFeatureItem.json +++ b/data/v2/wizards-of-the-coast/srd-2024/ClassFeatureItem.json @@ -18058,5 +18058,45 @@ }, "model": "api_v2.classfeatureitem", "pk": "srd-2024_fighter_champion_survivor" +}, +{ + "fields": { + "column_value": null, + "detail": null, + "level": 3, + "parent": "srd-2024_college-of-lore_bonus-proficiencies" + }, + "model": "api_v2.classfeatureitem", + "pk": "srd-2024_college-of-lore_bonus-proficiencies" +}, +{ + "fields": { + "column_value": null, + "detail": null, + "level": 3, + "parent": "srd-2024_college-of-lore_cutting-words" + }, + "model": "api_v2.classfeatureitem", + "pk": "srd-2024_college-of-lore_cutting-words" +}, +{ + "fields": { + "column_value": null, + "detail": null, + "level": 6, + "parent": "srd-2024_college-of-lore_magical-discoveries" + }, + "model": "api_v2.classfeatureitem", + "pk": "srd-2024_college-of-lore_magical-discoveries" +}, +{ + "fields": { + "column_value": null, + "detail": null, + "level": 14, + "parent": "srd-2024_college-of-lore_peerless-skill" + }, + "model": "api_v2.classfeatureitem", + "pk": "srd-2024_college-of-lore_peerless-skill" } ]