Участник:IanComradeBot/Goob/prototype/Entity/EncryptionKeySecurity.json: различия между версиями

Update prototype/Entity/EncryptionKeySecurity.json via GitHub Actions
 
м Update prototype/Entity/EncryptionKeySecurity.json via GitHub Actions
 
Строка 1: Строка 1:
{
{
"components": {
"components": {
"type:EncryptionKey": {
"EncryptionKey": {
"defaultChannel": "Security",
"defaultChannel": "Security",
"channels": [
"channels": [
Строка 7: Строка 7:
]
]
},
},
"type:Tag": {
"Tag": {
"tags": [
"tags": [
"EncryptionSecurity"
"EncryptionSecurity"
]
]
},
},
"type:Item": {
"Item": {
"sprite": "Objects/Devices/encryption_keys.rsi",
"sprite": "Objects/Devices/encryption_keys.rsi",
"inhandVisuals": {}
"inhandVisuals": {}
},
},
"type:EmitSoundOnPickup": {
"EmitSoundOnPickup": {
"sound": {
"sound": {
"!type:SoundCollectionSpecifier": {
"!type:SoundCollectionSpecifier": {
Строка 26: Строка 26:
}
}
},
},
"type:EmitSoundOnDrop": {
"EmitSoundOnDrop": {
"sound": {
"sound": {
"!type:SoundCollectionSpecifier": {
"!type:SoundCollectionSpecifier": {
Строка 36: Строка 36:
}
}
},
},
"type:Animateable": {},
"Animateable": {},
"type:MovedByPressure": {
"MovedByPressure": {
"tableLayerRemoved": []
"tableLayerRemoved": []
},
},
"type:EmitSoundOnCollide": {
"EmitSoundOnCollide": {
"sound": {
"sound": {
"!type:SoundCollectionSpecifier": {
"!type:SoundCollectionSpecifier": {
Строка 47: Строка 47:
}
}
},
},
"type:EmitSoundOnLand": {
"EmitSoundOnLand": {
"sound": {
"sound": {
"!type:SoundPathSpecifier": {
"!type:SoundPathSpecifier": {
Строка 57: Строка 57:
}
}
},
},
"type:DamageOnHighSpeedImpact": {
"DamageOnHighSpeedImpact": {
"damage": {
"damage": {
"woundSeverityMultipliers": {},
"woundSeverityMultipliers": {},
Строка 70: Строка 70:
}
}
},
},
"type:CollisionWake": {},
"CollisionWake": {},
"type:Physics": {
"Physics": {
"fixedRotation": false,
"fixedRotation": false,
"bodyType": "Dynamic"
"bodyType": [
"Dynamic"
]
},
},
"type:Fixtures": {
"Fixtures": {
"fixtures": {
"fixtures": {
"fix1": {
"fix1": {
Строка 98: Строка 100:
}
}
},
},
"type:Pullable": {},
"Pullable": {},
"type:DamageExaminable": {},
"DamageExaminable": {},
"type:Contraband": {
"Contraband": {
"allowedJobs": [
"allowedJobs": [
"Lawyer"
"Lawyer"
Строка 106: Строка 108:
"allowedDepartments": [
"allowedDepartments": [
"Security"
"Security"
]
},
"Clickable": {},
"InteractionOutline": {},
"Sprite": {
"drawdepth": "Items",
"noRot": false,
"sprite": "Objects/Devices/encryption_keys.rsi",
"layers": [
{
"state": "crypt_gray"
},
{
"state": "sec_label"
}
]
]
}
}