Skip to content

Commit

Permalink
Data.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Nov 5, 2023
1 parent 966d738 commit c6c25a4
Showing 1 changed file with 130 additions and 0 deletions.
130 changes: 130 additions & 0 deletions data/v2/wizards-of-the-coast/srd/ItemCategory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
[
{
"model": "api_v2.itemcategory",
"pk": "Ring",
"fields": {
"name": "Ring",
"document": "srd"
}
},
{
"model": "api_v2.itemcategory",
"pk": "adventuring-gear",
"fields": {
"name": "Adventuring Gear",
"document": "srd"
}
},
{
"model": "api_v2.itemcategory",
"pk": "ammunition",
"fields": {
"name": "Ammunition",
"document": "srd"
}
},
{
"model": "api_v2.itemcategory",
"pk": "art",
"fields": {
"name": "Art",
"document": "srd"
}
},
{
"model": "api_v2.itemcategory",
"pk": "gem",
"fields": {
"name": "Gem",
"document": "srd"
}
},
{
"model": "api_v2.itemcategory",
"pk": "jewelry",
"fields": {
"name": "Jewelry",
"document": "srd"
}
},
{
"model": "api_v2.itemcategory",
"pk": "poison",
"fields": {
"name": "Poison",
"document": "srd"
}
},
{
"model": "api_v2.itemcategory",
"pk": "potion",
"fields": {
"name": "Potion",
"document": "srd"
}
},
{
"model": "api_v2.itemcategory",
"pk": "rod",
"fields": {
"name": "Rod",
"document": "srd"
}
},
{
"model": "api_v2.itemcategory",
"pk": "scroll",
"fields": {
"name": "Scroll",
"document": "srd"
}
},
{
"model": "api_v2.itemcategory",
"pk": "shield",
"fields": {
"name": "Shield",
"document": "srd"
}
},
{
"model": "api_v2.itemcategory",
"pk": "staff",
"fields": {
"name": "Staff",
"document": "srd"
}
},
{
"model": "api_v2.itemcategory",
"pk": "tools",
"fields": {
"name": "Tools",
"document": "srd"
}
},
{
"model": "api_v2.itemcategory",
"pk": "trade-good",
"fields": {
"name": "Trade Good",
"document": "srd"
}
},
{
"model": "api_v2.itemcategory",
"pk": "weapon",
"fields": {
"name": "Weapon",
"document": "srd"
}
},
{
"model": "api_v2.itemcategory",
"pk": "wondrous-item",
"fields": {
"name": "Wondrous Item",
"document": "srd"
}
}
]

0 comments on commit c6c25a4

Please sign in to comment.