Участник: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": { | ||
" | "EncryptionKey": { | ||
"defaultChannel": "Supply", | "defaultChannel": "Supply", | ||
"channels": [ | "channels": [ | ||
| Строка 13: | Строка 13: | ||
] | ] | ||
}, | }, | ||
" | "Tag": { | ||
"tags": [ | "tags": [ | ||
"EncryptionCargo" | "EncryptionCargo" | ||
] | ] | ||
}, | }, | ||
" | "Item": { | ||
"sprite": "Objects/Devices/encryption_keys.rsi", | "sprite": "Objects/Devices/encryption_keys.rsi", | ||
"inhandVisuals": {} | "inhandVisuals": {} | ||
}, | }, | ||
" | "Animateable": {}, | ||
" | "MovedByPressure": { | ||
"tableLayerRemoved": [] | "tableLayerRemoved": [] | ||
}, | }, | ||
" | "EmitSoundOnCollide": { | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 33: | Строка 33: | ||
} | } | ||
}, | }, | ||
" | "EmitSoundOnLand": { | ||
"sound": { | "sound": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 43: | Строка 43: | ||
} | } | ||
}, | }, | ||
" | "DamageOnHighSpeedImpact": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
| Строка 55: | Строка 55: | ||
} | } | ||
}, | }, | ||
" | "CollisionWake": {}, | ||
" | "GravityAffected": {}, | ||
" | "Physics": { | ||
"fixedRotation": false, | "fixedRotation": false, | ||
"bodyType": "Dynamic" | "bodyType": [ | ||
"Dynamic" | |||
] | |||
}, | }, | ||
" | "Fixtures": { | ||
"fixtures": { | "fixtures": { | ||
"fix1": { | "fix1": { | ||
| Строка 84: | Строка 86: | ||
} | } | ||
}, | }, | ||
" | "Pullable": {}, | ||
" | "DamageExaminable": {}, | ||
" | "Rotatable": { | ||
"increment": "0.5235987755982988 rad" | "increment": "0.5235987755982988 rad" | ||
}, | }, | ||
" | "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" | |||
} | |||
] | ] | ||
} | } | ||