Skip to content

Commit 18d4502

Browse files
committed
merged migrations and added missing type to mechanist ClassFeatures
1 parent 7c591f3 commit 18d4502

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Generated by Django 5.2.1 on 2025-10-06 20:33
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('api_v2', '0062_alter_featbenefit_options_remove_featbenefit_id_and_more'),
10+
('api_v2', '0064_alter_classfeature_feature_type'),
11+
('api_v2', '0064_alter_speciestrait_options'),
12+
]
13+
14+
operations = [
15+
]

data/v2/kobold-press/bfrd/ClassFeature.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
"fields": {
154154
"desc": "[Column data]",
155155
"document": "bfrd",
156+
"feature_type": "PROFICIENCY_BONUS",
156157
"name": "Proficiency Bonus",
157158
"parent": "bfrd_mechanist"
158159
},
@@ -163,6 +164,7 @@
163164
"fields": {
164165
"desc": "[Column data]",
165166
"document": "bfrd",
167+
"feature_type": "CLASS_TABLE_DATA",
166168
"name": "Augment Effects Known",
167169
"parent": "bfrd_mechanist"
168170
},
@@ -173,6 +175,7 @@
173175
"fields": {
174176
"desc": "[Column data]",
175177
"document": "bfrd",
178+
"feature_type": "CLASS_TABLE_DATA",
176179
"name": "Augment Effects Known",
177180
"parent": "bfrd_mechanist"
178181
},
@@ -183,6 +186,7 @@
183186
"fields": {
184187
"desc": "You start with the following equipment, in addition to the equipment granted by your background:\n\n- **(a)** a martial weapon and a shield or **(b)** two simple weapons\n- Light crossbow and 20 bolts\n**(a)** scale mail or **(b)** leather armor\nTinker tools and a dungeoneer’s pack",
185188
"document": "bfrd",
189+
"feature_type": "STARTING_EQUIPMENT",
186190
"name": "Starting Equipment",
187191
"parent": "bfrd_mechanist"
188192
},
@@ -193,6 +197,7 @@
193197
"fields": {
194198
"desc": "**Armor:** Light armor, medium armor, shields\n\n**Weapons:** Simple weapons, martial weapons\n\n**Tools:** Tinker tools and two additional tools your choice\n\n**Saving Throws:** CON, INT\n\n**Skills:** Choose two from Arcana, History, Investigation, Perception, and Sleight of Hand",
195199
"document": "bfrd",
200+
"feature_type": "PROFICIENCIES",
196201
"name": "Proficiencies",
197202
"parent": "bfrd_mechanist"
198203
},

0 commit comments

Comments
 (0)