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,15 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "e8027c8e-c25c-49a4-b8f8-f680b49ac492",
"ruleset_id": "sr6",
"entity_type": "gear",
"display_name": "Decryption",
"description": "Files all over the Matrix are encrypted; this program helps break that protection.",
"properties": {
"filename": "decryption",
"name": "Decryption",
"category": "Program",
"rules": "+2 dice on Crack File Action.",
"notes": "Files all over the Matrix are encrypted; this program helps break that protection."
}
}

View File

@@ -0,0 +1,17 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "a631687e-cabd-46b7-bb4e-0567ce368310",
"ruleset_id": "sr6",
"entity_type": "gear",
"display_name": "Erika Elite",
"description": "The elegant design and smooth functionality make this commlink live up to its name.",
"properties": {
"filename": "erika_elite",
"name": "Erika Elite",
"category": "Commlink",
"device_rating": 4,
"attributes_df": "2/1",
"active_program_slots": 2,
"notes": "The elegant design and smooth functionality make this commlink live up to its name."
}
}

View File

@@ -0,0 +1,15 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "4ef5c6a6-3d5a-419a-a8f3-12e7b1452fa6",
"ruleset_id": "sr6",
"entity_type": "gear",
"display_name": "Exploit",
"description": "Crowbar to help deckers get past entryways that might otherwise stay locked.",
"properties": {
"filename": "exploit",
"name": "Exploit",
"category": "Program",
"rules": "Reduce Defense Rating of hacking target by 2.",
"notes": "Crowbar to help deckers get past entryways that might otherwise stay locked."
}
}

View File

@@ -0,0 +1,17 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "46eb16b3-8048-418b-8260-fab94623cf78",
"ruleset_id": "sr6",
"entity_type": "gear",
"display_name": "Hermes Ikon",
"description": "A commlink for people who have money to spend on keeping their personal data safe.",
"properties": {
"filename": "hermes_ikon",
"name": "Hermes Ikon",
"category": "Commlink",
"device_rating": 5,
"attributes_df": "3/0",
"active_program_slots": 2,
"notes": "A commlink for people who have money to spend on keeping their personal data safe."
}
}

View File

@@ -0,0 +1,15 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "fd0a9d2b-8440-4c2e-b1f4-7c0bf563f877",
"ruleset_id": "sr6",
"entity_type": "gear",
"display_name": "Overclock",
"description": "Amp up a machine past manufacturer limits to get a dangerous job done.",
"properties": {
"filename": "overclock",
"name": "Overclock",
"category": "Program",
"rules": "Add two dice to a Matrix action. Adds to Overwatch Score as do defense hits.",
"notes": "Amp up a machine past manufacturer limits to get a dangerous job done."
}
}

View File

@@ -0,0 +1,18 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "6174631f-599b-4678-8779-4da6fe1bb454",
"ruleset_id": "sr6",
"entity_type": "gear",
"display_name": "Renraku Kitsune",
"description": "Get where you’re not supposed to be...and do it with style!",
"properties": {
"filename": "renraku_kitsune",
"name": "Renraku Kitsune",
"category": "Cyberdeck",
"device_rating": 4,
"attack": 7,
"sleaze": 6,
"program_slots": 8,
"notes": "Get where you’re not supposed to be...and do it with style!"
}
}

View File

@@ -0,0 +1,17 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "8e6c3af8-1816-407f-a39e-62af989576cc",
"ruleset_id": "sr6",
"entity_type": "gear",
"display_name": "Renraku Sensei",
"description": "Middle managers and teenagers with money like the Sensei for giving a sense of status.",
"properties": {
"filename": "renraku_sensei",
"name": "Renraku Sensei",
"category": "Commlink",
"device_rating": 3,
"attributes_df": "2/0",
"active_program_slots": 1,
"notes": "Middle managers and teenagers with money like the Sensei for giving a sense of status."
}
}

View File

@@ -0,0 +1,17 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "edc2ae00-5a28-4fb7-a312-bb08e19c2ace",
"ruleset_id": "sr6",
"entity_type": "gear",
"display_name": "Sony Emperor",
"description": "Popular because it’s cheap and not the worst, this commlink works with few frills.",
"properties": {
"filename": "sony_emperor",
"name": "Sony Emperor",
"category": "Commlink",
"device_rating": 2,
"attributes_df": "1/1",
"active_program_slots": 1,
"notes": "Popular because it’s cheap and not the worst, this commlink works with few frills."
}
}

View File

@@ -0,0 +1,16 @@
{
"$schema": "../../../schema/entity.json",
"uuid": "4cf564fe-5b8b-4c26-a063-ce692d263b02",
"ruleset_id": "sr6",
"entity_type": "gear",
"display_name": "White Noise Generator",
"description": "Creates a field of random noise that inhibits audio surveillance.",
"properties": {
"filename": "white_noise_generator",
"name": "White Noise Generator",
"category": "Security",
"device_rating": 3,
"rules": "All Perception tests to overhear a conversation within 3m receive a -DR modifier.",
"notes": "Creates a field of random noise that inhibits audio surveillance."
}
}