Участник:IanComradeBot/Goob/prototype/Entity/ClothingHeadsetAltBlueshield.json: различия между версиями
Update prototype/Entity/ClothingHeadsetAltBlueshield.json via GitHub Actions |
м Update prototype/Entity/ClothingHeadsetAltBlueshield.json via GitHub Actions |
||
| Строка 1: | Строка 1: | ||
{ | { | ||
"components": { | "components": { | ||
" | "ContainerFill": { | ||
"containers": { | "containers": { | ||
"key_slots": [ | "key_slots": [ | ||
| Строка 11: | Строка 11: | ||
} | } | ||
}, | }, | ||
" | "Clothing": { | ||
"sprite": "_Goobstation/Clothing/Ears/Headsets/blueshield.rsi", | "sprite": "_Goobstation/Clothing/Ears/Headsets/blueshield.rsi", | ||
"equippedPrefix": "alt", | "equippedPrefix": "alt", | ||
"slots": "EARS", | "slots": [ | ||
"EARS" | |||
], | |||
"clothingVisuals": {} | "clothingVisuals": {} | ||
}, | }, | ||
" | "FlashSoundSuppression": {}, | ||
" | "ContainerContainer": { | ||
"containers": { | "containers": { | ||
"key_slots": { | "key_slots": { | ||
| Строка 27: | Строка 29: | ||
} | } | ||
}, | }, | ||
" | "Headset": {}, | ||
" | "EncryptionKeyHolder": { | ||
"keyInsertionSound": { | "keyInsertionSound": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 41: | Строка 43: | ||
"keySlots": 4 | "keySlots": 4 | ||
}, | }, | ||
" | "Item": { | ||
"inhandVisuals": {} | "inhandVisuals": {} | ||
}, | }, | ||
" | "Armor": { | ||
"traumaDeductions": { | "traumaDeductions": { | ||
"Dismemberment": 0, | "Dismemberment": 0, | ||
| Строка 64: | Строка 66: | ||
} | } | ||
}, | }, | ||
" | "Tag": { | ||
"tags": [ | "tags": [ | ||
"WhitelistChameleon" | "WhitelistChameleon" | ||
] | ] | ||
}, | }, | ||
" | "StaticPrice": { | ||
"price": 10 | "price": 10 | ||
}, | }, | ||
" | "FlavorProfile": { | ||
"ignoreReagents": [ | "ignoreReagents": [ | ||
"Nutriment", | "Nutriment", | ||
| Строка 82: | Строка 84: | ||
] | ] | ||
}, | }, | ||
" | "EmitSoundOnPickup": { | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 92: | Строка 94: | ||
} | } | ||
}, | }, | ||
" | "EmitSoundOnDrop": { | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 102: | Строка 104: | ||
} | } | ||
}, | }, | ||
" | "Animateable": {}, | ||
" | "MovedByPressure": { | ||
"tableLayerRemoved": [] | "tableLayerRemoved": [] | ||
}, | }, | ||
" | "EmitSoundOnCollide": { | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 113: | Строка 115: | ||
} | } | ||
}, | }, | ||
" | "EmitSoundOnLand": { | ||
"sound": { | "sound": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 123: | Строка 125: | ||
} | } | ||
}, | }, | ||
" | "DamageOnHighSpeedImpact": { | ||
"damage": { | "damage": { | ||
"woundSeverityMultipliers": {}, | "woundSeverityMultipliers": {}, | ||
| Строка 136: | Строка 138: | ||
} | } | ||
}, | }, | ||
" | "CollisionWake": {}, | ||
" | "Physics": { | ||
"fixedRotation": false, | "fixedRotation": false, | ||
"bodyType": "Dynamic" | "bodyType": [ | ||
"Dynamic" | |||
] | |||
}, | }, | ||
" | "Fixtures": { | ||
"fixtures": { | "fixtures": { | ||
"fix1": { | "fix1": { | ||
| Строка 164: | Строка 168: | ||
} | } | ||
}, | }, | ||
" | "Pullable": {}, | ||
" | "DamageExaminable": {}, | ||
" | "Contraband": { | ||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [ | "allowedDepartments": [ | ||
"CentralCommand" | "CentralCommand" | ||
] | |||
}, | |||
"Clickable": {}, | |||
"InteractionOutline": {}, | |||
"Sprite": { | |||
"drawdepth": "Items", | |||
"noRot": false, | |||
"state": "icon_alt", | |||
"sprite": "_Goobstation/Clothing/Ears/Headsets/blueshield.rsi" | |||
}, | |||
"GuideHelp": { | |||
"guides": [ | |||
"Radio" | |||
] | ] | ||
} | } | ||