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,23 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "58e68112-353b-41a5-87bc-fef36c069fd7",
"ruleset_id": "sr6",
"entity_type": "vehicle",
"display_name": "Ford Americar",
"description": "Nothing special to look at, but will get you from here to there with no one giving a second glance.",
"properties": {
"filename": "ford_americar",
"name": "Ford Americar",
"category": "Groundcraft",
"handling": "4/5",
"acceleration": "9",
"speed_interval": "20",
"top_speed": "160",
"body": 11,
"armor": 4,
"pilot": 1,
"sensor": 2,
"seats": 4,
"notes": "Nothing special to look at, but will get you from here to there with no one giving a second glance."
}
}

View File

@@ -0,0 +1,23 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "b83f97be-f970-409b-85f3-7d0612d047e3",
"ruleset_id": "sr6",
"entity_type": "vehicle",
"display_name": "Harley-Davidson Scorpion",
"description": "The typical heavy-bodied, chromed road hog, with some armor and a whole lot of attitude.",
"properties": {
"filename": "harley_davidson_scorpion",
"name": "Harley-Davidson Scorpion",
"category": "Groundcraft",
"handling": "3/5",
"acceleration": "16",
"speed_interval": "30",
"top_speed": "200",
"body": 7,
"armor": 6,
"pilot": 1,
"sensor": 1,
"seats": 2,
"notes": "The typical heavy-bodied, chromed road hog, with some armor and a whole lot of attitude."
}
}

View File

@@ -0,0 +1,22 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "82936168-8bdb-47d8-af83-f3bfdc74ac1a",
"ruleset_id": "sr6",
"entity_type": "vehicle",
"display_name": "MCT-Nissan Roto-Drone",
"description": "MCT-Nissan got this right so long ago, they have never changed it much.",
"properties": {
"filename": "mct_nissan_roto_drone",
"name": "MCT-Nissan Roto-Drone",
"category": "Drone",
"handling": "3",
"acceleration": "20",
"speed_interval": "30",
"top_speed": "160",
"body": 5,
"armor": 6,
"pilot": 3,
"sensor": 2,
"notes": "MCT-Nissan got this right so long ago, they have never changed it much."
}
}

View File

@@ -0,0 +1,22 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "b894742f-ccbe-4636-9fbb-bb6ee6af0556",
"ruleset_id": "sr6",
"entity_type": "vehicle",
"display_name": "Steel Lynx",
"description": "This is what people mean when they refer to a “killing machine.”",
"properties": {
"filename": "steel_lynx",
"name": "Steel Lynx",
"category": "Drone",
"handling": "3/5",
"acceleration": "15",
"speed_interval": "15",
"top_speed": "80",
"body": 10,
"armor": 16,
"pilot": 4,
"sensor": 4,
"notes": "This is what people mean when they refer to a “killing machine.”"
}
}

View File

@@ -0,0 +1,23 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "d139efa9-ad6d-47a7-82dd-aa2340478131",
"ruleset_id": "sr6",
"entity_type": "vehicle",
"display_name": "Yamaha Rapier",
"description": "A classic racing bike seen beneath the hoops of go-gangers and corp brats alike.",
"properties": {
"filename": "yamaha_rapier",
"name": "Yamaha Rapier",
"category": "Groundcraft",
"handling": "3/6",
"acceleration": "27",
"speed_interval": "25",
"top_speed": "250",
"body": 5,
"armor": 2,
"pilot": 1,
"sensor": 1,
"seats": 2,
"notes": "A classic racing bike seen beneath the hoops of go-gangers and corp brats alike."
}
}