Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ ent-ClothingHeadHatChameleon = берет
.suffix = Хамелеон
ent-ClothingHeadHatDetGadget = гаджет-шляпа
.desc = Инновационная шляпа со встроенным набором инструментов. Автоматически хранит и извлекает предметы по одной фразе!
switch-fedora = Изменить цвет
35 changes: 34 additions & 1 deletion Resources/Prototypes/Entities/Clothing/Head/specific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,29 @@
type: ChameleonBoundUserInterface

- type: entity
parent: ClothingHeadHatFedoraBrown
parent: [ClothingHeadBase, BaseFoldable, BaseSecurityContraband ] # неиспользуемая система контрабанды с губов
id: ClothingHeadHatDetGadget
name: go go hat
description: A novel hat with a built in toolkit. Automatically stores and retrieves items at the say of a phrase!
components:
- type: Clothing
sprite: Clothing/Head/Hats/gogogadgethat.rsi
- type: FoldableClothing
foldedEquippedPrefix: grey
foldedHeldPrefix: grey
- type: Appearance
- type: Foldable
canFoldInsideContainer: true
foldVerbText: switch-fedora
unfoldVerbText: switch-fedora
- type: Sprite
sprite: Clothing/Head/Hats/gogogadgethat.rsi
layers:
- state: icon
map: [ "unfoldedLayer" ]
- state: icon-grey
map: ["foldedLayer"]
visible: false
- type: Tag
tags: [] # ignore "WhitelistChameleon" tag
- type: TriggerOnVoice
Expand All @@ -57,3 +75,18 @@
containers:
storagebase: !type:Container
ents: [ ]
- type: Armor # Goob
coverage:
- Head
traumaDeductions:
Dismemberment: 0.2
OrganDamage: 0.2
BoneDamage: 0.2
VeinsDamage: 0
NerveDamage: 0
modifiers:
coefficients:
Blunt: 0.8
Slash: 0.8
Piercing: 0.8
Heat: 0.8
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5ea6d8b4422027d0c22cb415d1f05a08bf39aaa0",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-grey"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "grey-equipped-HELMET",
"directions": 4
},
{
"name": "grey-inhand-left",
"directions": 4
},
{
"name": "grey-inhand-right",
"directions": 4
}
]
}
Loading