Участник:IanComradeBot/Goob/prototype/Entity/EncryptionKeyStationMaster.json: различия между версиями
Материал из Space Station 14 Вики
Update prototype/Entity/EncryptionKeyStationMaster.json via GitHub Actions |
м Update prototype/Entity/EncryptionKeyStationMaster.json via GitHub Actions |
||
| Строка 1: | Строка 1: | ||
{ | { | ||
"components": { | "components": { | ||
" | "EncryptionKey": { | ||
"defaultChannel": "Command", | "defaultChannel": "Command", | ||
"channels": [ | "channels": [ | ||
| Строка 15: | Строка 15: | ||
] | ] | ||
}, | }, | ||
" | "Item": { | ||
"sprite": "Objects/Devices/encryption_keys.rsi", | "sprite": "Objects/Devices/encryption_keys.rsi", | ||
"inhandVisuals": {} | "inhandVisuals": {} | ||
}, | }, | ||
" | "EmitSoundOnPickup": { | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 29: | Строка 29: | ||
} | } | ||
}, | }, | ||
" | "EmitSoundOnDrop": { | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 39: | Строка 39: | ||
} | } | ||
}, | }, | ||
" | "Animateable": {}, | ||
" | "MovedByPressure": { | ||
"tableLayerRemoved": [] | "tableLayerRemoved": [] | ||
}, | }, | ||
" | "EmitSoundOnCollide": { | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 50: | Строка 50: | ||
} | } | ||
}, | }, | ||
" | "EmitSoundOnLand": { | ||
"sound": { | "sound": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 60: | Строка 60: | ||
} | } | ||
}, | }, | ||
" | "DamageOnHighSpeedImpact": { | ||
"damage": { | "damage": { | ||
"woundSeverityMultipliers": {}, | "woundSeverityMultipliers": {}, | ||
| Строка 73: | Строка 73: | ||
} | } | ||
}, | }, | ||
" | "CollisionWake": {}, | ||
" | "Physics": { | ||
"fixedRotation": false, | "fixedRotation": false, | ||
"bodyType": "Dynamic" | "bodyType": [ | ||
"Dynamic" | |||
] | |||
}, | }, | ||
" | "Fixtures": { | ||
"fixtures": { | "fixtures": { | ||
"fix1": { | "fix1": { | ||
| Строка 101: | Строка 103: | ||
} | } | ||
}, | }, | ||
" | "Pullable": {}, | ||
" | "DamageExaminable": {}, | ||
" | "Contraband": { | ||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [ | "allowedDepartments": [ | ||
"CentralCommand", | "CentralCommand", | ||
"Command" | "Command" | ||
] | |||
}, | |||
"Clickable": {}, | |||
"InteractionOutline": {}, | |||
"Sprite": { | |||
"drawdepth": "Items", | |||
"noRot": false, | |||
"sprite": "Objects/Devices/encryption_keys.rsi", | |||
"layers": [ | |||
{ | |||
"state": "crypt_gold" | |||
}, | |||
{ | |||
"state": "cap_label" | |||
} | |||
] | ] | ||
} | } | ||
Текущая версия от 21:32, 26 июня 2026
| components |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| parent |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| description | "An encryption key used by station's bosses." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| name | "station master encryption key" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| placement |
|