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

Update prototype/Entity/EncryptionKeyCargo.json via GitHub Actions
 
м Update prototype/Entity/EncryptionKeyCargo.json via GitHub Actions
 
Строка 7: Строка 7:
"name": "cargo encryption key",
"name": "cargo encryption key",
"components": {
"components": {
"type:EncryptionKey": {
"EncryptionKey": {
"defaultChannel": "Supply",
"defaultChannel": "Supply",
"channels": [
"channels": [
Строка 13: Строка 13:
]
]
},
},
"type:Tag": {
"Tag": {
"tags": [
"tags": [
"EncryptionCargo"
"EncryptionCargo"
]
]
},
},
"type:Item": {
"Item": {
"sprite": "Objects/Devices/encryption_keys.rsi",
"sprite": "Objects/Devices/encryption_keys.rsi",
"inhandVisuals": {}
"inhandVisuals": {}
},
},
"type:Animateable": {},
"Animateable": {},
"type:MovedByPressure": {
"MovedByPressure": {
"tableLayerRemoved": []
"tableLayerRemoved": []
},
},
"type:EmitSoundOnCollide": {
"EmitSoundOnCollide": {
"sound": {
"sound": {
"!type:SoundCollectionSpecifier": {
"!type:SoundCollectionSpecifier": {
Строка 33: Строка 33:
}
}
},
},
"type:EmitSoundOnLand": {
"EmitSoundOnLand": {
"sound": {
"sound": {
"!type:SoundPathSpecifier": {
"!type:SoundPathSpecifier": {
Строка 43: Строка 43:
}
}
},
},
"type:DamageOnHighSpeedImpact": {
"DamageOnHighSpeedImpact": {
"damage": {
"damage": {
"types": {
"types": {
Строка 55: Строка 55:
}
}
},
},
"type:CollisionWake": {},
"CollisionWake": {},
"type:GravityAffected": {},
"GravityAffected": {},
"type:Physics": {
"Physics": {
"fixedRotation": false,
"fixedRotation": false,
"bodyType": "Dynamic"
"bodyType": [
"Dynamic"
]
},
},
"type:Fixtures": {
"Fixtures": {
"fixtures": {
"fixtures": {
"fix1": {
"fix1": {
Строка 84: Строка 86:
}
}
},
},
"type:Pullable": {},
"Pullable": {},
"type:DamageExaminable": {},
"DamageExaminable": {},
"type:Rotatable": {
"Rotatable": {
"increment": "0.5235987755982988 rad"
"increment": "0.5235987755982988 rad"
},
},
"type:Contraband": {
"Contraband": {
"allowedJobs": [],
"allowedJobs": [],
"allowedDepartments": [
"allowedDepartments": [
"Cargo"
"Cargo"
]
},
"Clickable": {},
"InteractionOutline": {},
"Sprite": {
"drawdepth": "Items",
"noRot": false,
"sprite": "Objects/Devices/encryption_keys.rsi",
"layers": [
{
"state": "crypt_gray"
},
{
"state": "cargo_label"
}
]
]
}
}