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": "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."
}
}