Участник:IanComradeBot/Goob/prototype/Entity/EncryptionKeyCommand.json: различия между версиями
Материал из Space Station 14 Вики
Update prototype/Entity/EncryptionKeyCommand.json via GitHub Actions |
м Update prototype/Entity/EncryptionKeyCommand.json via GitHub Actions |
||
| Строка 1: | Строка 1: | ||
{ | { | ||
"components": { | "components": { | ||
" | "EncryptionKey": { | ||
"defaultChannel": "Command", | "defaultChannel": "Command", | ||
"channels": [ | "channels": [ | ||
| Строка 7: | Строка 7: | ||
] | ] | ||
}, | }, | ||
" | "Tag": { | ||
"tags": [ | "tags": [ | ||
"EncryptionCommand" | "EncryptionCommand" | ||
] | ] | ||
}, | }, | ||
" | "Item": { | ||
"sprite": "Objects/Devices/encryption_keys.rsi", | "sprite": "Objects/Devices/encryption_keys.rsi", | ||
"inhandVisuals": {} | "inhandVisuals": {} | ||
}, | }, | ||
" | "EmitSoundOnPickup": { | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 26: | Строка 26: | ||
} | } | ||
}, | }, | ||
" | "EmitSoundOnDrop": { | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 36: | Строка 36: | ||
} | } | ||
}, | }, | ||
" | "Animateable": {}, | ||
" | "MovedByPressure": { | ||
"tableLayerRemoved": [] | "tableLayerRemoved": [] | ||
}, | }, | ||
" | "EmitSoundOnCollide": { | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 47: | Строка 47: | ||
} | } | ||
}, | }, | ||
" | "EmitSoundOnLand": { | ||
"sound": { | "sound": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 57: | Строка 57: | ||
} | } | ||
}, | }, | ||
" | "DamageOnHighSpeedImpact": { | ||
"damage": { | "damage": { | ||
"woundSeverityMultipliers": {}, | "woundSeverityMultipliers": {}, | ||
| Строка 70: | Строка 70: | ||
} | } | ||
}, | }, | ||
" | "CollisionWake": {}, | ||
" | "Physics": { | ||
"fixedRotation": false, | "fixedRotation": false, | ||
"bodyType": "Dynamic" | "bodyType": [ | ||
"Dynamic" | |||
] | |||
}, | }, | ||
" | "Fixtures": { | ||
"fixtures": { | "fixtures": { | ||
"fix1": { | "fix1": { | ||
| Строка 98: | Строка 100: | ||
} | } | ||
}, | }, | ||
" | "Pullable": {}, | ||
" | "DamageExaminable": {}, | ||
" | "Contraband": { | ||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [ | "allowedDepartments": [ | ||
"Command" | "Command" | ||
] | |||
}, | |||
"Clickable": {}, | |||
"InteractionOutline": {}, | |||
"Sprite": { | |||
"drawdepth": "Items", | |||
"noRot": false, | |||
"sprite": "Objects/Devices/encryption_keys.rsi", | |||
"layers": [ | |||
{ | |||
"state": "crypt_silver" | |||
}, | |||
{ | |||
"state": "com_label" | |||
} | |||
] | ] | ||
} | } | ||
Текущая версия от 02:45, 27 июня 2026
| components |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| parent |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| description | "An encryption key used by crew's bosses." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| name | "command encryption key" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| placement |
|