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