Skip to content

Commit 2c7865c

Browse files
authored
Added BFRD Mechanist class to V2 Data (open5e#808)
* added bfrd Mechanist base-class * added bfrd mechanist metallurgist subclass * merged migrations and added missing type to mechanist ClassFeatures
1 parent 4344909 commit 2c7865c

File tree

4 files changed

+1156
-0
lines changed

4 files changed

+1156
-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+
]
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"fields": {
4+
"caster_type": "NONE",
5+
"document": "bfrd",
6+
"hit_dice": "D10",
7+
"name": "Mechanist",
8+
"primary_abilities": [],
9+
"saving_throws": [
10+
"con",
11+
"int"
12+
],
13+
"subclass_of": null
14+
},
15+
"model": "api_v2.characterclass",
16+
"pk": "bfrd_mechanist"
17+
},
18+
{
19+
"fields": {
20+
"caster_type": "NONE",
21+
"desc": "Mechanists who pursue the Metallurgist’s craft delight in the thrill of combat and engineered armaments. Metallurgist creations are awesome to behold in battle, though few enemies live to spread tales of their terrifying metal mechanisms.",
22+
"document": "bfrd",
23+
"hit_dice": null,
24+
"name": "Metallurgist",
25+
"primary_abilities": [],
26+
"saving_throws": [],
27+
"subclass_of": "bfrd_mechanist"
28+
},
29+
"model": "api_v2.characterclass",
30+
"pk": "bfrd_metallurgist"
31+
}
32+
]

0 commit comments

Comments
 (0)