Adds import support from our other project.

This commit is contained in:
2026-09-07 21:57:59 -07:00
parent a3d1a139e9
commit a3dace36de
150 changed files with 17716 additions and 21 deletions

View File

@@ -0,0 +1,13 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "38836c23-969a-4885-b881-029de2531415",
"ruleset_id": "sr6",
"entity_type": "armor",
"display_name": "Armor Jacket",
"description": "Available in many styles, it offers good protection without catching too much attention.",
"properties": {
"name": "Armor Jacket",
"rating": "+4 DR",
"notes": "Available in many styles, it offers good protection without catching too much attention."
}
}

View File

@@ -0,0 +1,13 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "02fd452c-d12f-483b-b0c8-0d7a3c03d6cd",
"ruleset_id": "sr6",
"entity_type": "armor",
"display_name": "Armor Vest",
"description": "A flexible-wrap vest designed to be worn under regular clothing without displaying bulk.",
"properties": {
"name": "Armor Vest",
"rating": "+3 DR",
"notes": "A flexible-wrap vest designed to be worn under regular clothing without displaying bulk."
}
}

View File

@@ -0,0 +1,13 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "e8f060d0-99eb-4592-81b5-6a6583549cc4",
"ruleset_id": "sr6",
"entity_type": "armor",
"display_name": "Lined Coat",
"description": "This duster has been consistently popular on the mean streets of the world’s sprawls for fifty years.",
"properties": {
"name": "Lined Coat",
"rating": "+3 DR",
"notes": "This duster has been consistently popular on the mean streets of the world’s sprawls for fifty years."
}
}