Участник:IanComradeBot/prototype/Entity/ClothingHeadsetAltCommand.json: различия между версиями
Update prototype/Entity/ClothingHeadsetAltCommand.json via GitHub Actions |
м Update prototype/Entity/ClothingHeadsetAltCommand.json via GitHub Actions |
||
| Строка 7: | Строка 7: | ||
"name": "command over-ear headset", | "name": "command over-ear headset", | ||
"components": { | "components": { | ||
" | "ContainerFill": { | ||
"containers": { | "containers": { | ||
"key_slots": [ | "key_slots": [ | ||
| Строка 14: | Строка 14: | ||
} | } | ||
}, | }, | ||
" | "Clothing": { | ||
"slots": "EARS", | "slots": [ | ||
"EARS" | |||
], | |||
"equippedPrefix": "alt", | "equippedPrefix": "alt", | ||
"sprite": "Clothing/Ears/Headsets/command.rsi", | "sprite": "Clothing/Ears/Headsets/command.rsi", | ||
"clothingVisuals": {} | "clothingVisuals": {} | ||
}, | }, | ||
" | "ContainerContainer": { | ||
"containers": { | "containers": { | ||
"key_slots": { | "key_slots": { | ||
| Строка 29: | Строка 31: | ||
} | } | ||
}, | }, | ||
" | "Headset": {}, | ||
" | "EncryptionKeyHolder": { | ||
"keyInsertionSound": { | "keyInsertionSound": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 43: | Строка 45: | ||
"keySlots": 4 | "keySlots": 4 | ||
}, | }, | ||
" | "Item": { | ||
"inhandVisuals": {} | "inhandVisuals": {} | ||
}, | }, | ||
" | "Tag": { | ||
"tags": [ | "tags": [ | ||
"WhitelistChameleon" | "WhitelistChameleon" | ||
] | ] | ||
}, | }, | ||
" | "StaticPrice": { | ||
"price": 10 | "price": 10 | ||
}, | }, | ||
" | "FlavorProfile": { | ||
"ignoreReagents": [ | "ignoreReagents": [ | ||
"Nutriment", | "Nutriment", | ||
| Строка 64: | Строка 66: | ||
] | ] | ||
}, | }, | ||
" | "Animateable": {}, | ||
" | "MovedByPressure": { | ||
"tableLayerRemoved": [] | "tableLayerRemoved": [] | ||
}, | }, | ||
" | "EmitSoundOnCollide": { | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 75: | Строка 77: | ||
} | } | ||
}, | }, | ||
" | "EmitSoundOnLand": { | ||
"sound": { | "sound": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 85: | Строка 87: | ||
} | } | ||
}, | }, | ||
" | "DamageOnHighSpeedImpact": { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
| Строка 97: | Строка 99: | ||
} | } | ||
}, | }, | ||
" | "CollisionWake": {}, | ||
" | "GravityAffected": {}, | ||
" | "Physics": { | ||
"fixedRotation": false, | "fixedRotation": false, | ||
"bodyType": "Dynamic" | "bodyType": [ | ||
"Dynamic" | |||
] | |||
}, | }, | ||
" | "Fixtures": { | ||
"fixtures": { | "fixtures": { | ||
"fix1": { | "fix1": { | ||
| Строка 126: | Строка 130: | ||
} | } | ||
}, | }, | ||
" | "Pullable": {}, | ||
" | "DamageExaminable": {}, | ||
" | "Rotatable": { | ||
"increment": "0.5235987755982988 rad" | "increment": "0.5235987755982988 rad" | ||
}, | }, | ||
" | "Contraband": { | ||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [ | "allowedDepartments": [ | ||
"Command" | "Command" | ||
] | |||
}, | |||
"Clickable": {}, | |||
"InteractionOutline": {}, | |||
"Sprite": { | |||
"drawdepth": "Items", | |||
"noRot": false, | |||
"state": "icon_alt", | |||
"sprite": "Clothing/Ears/Headsets/command.rsi" | |||
}, | |||
"GuideHelp": { | |||
"guides": [ | |||
"Radio" | |||
] | ] | ||
} | } | ||