Skip to content
Draft
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 @@ -2,6 +2,8 @@
parent:
- BaseScp
- MobCombat
- InventoryBase
- StripableInventoryBase
id: Scp173
name: SCP-173
suffix: SCP-173
Expand Down Expand Up @@ -134,3 +136,5 @@
- ScpResearch
- ScpResearchAdvanced
- ScpFear
- type: Inventory
templateId: scp173
23 changes: 20 additions & 3 deletions Resources/Prototypes/_Scp/Entities/Objects/ScpParts/parts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,27 @@

- type: entity # Для спавнов
id: Scp096PhotoDeveloped
parent: BaseScpMaterial
parent:
- BaseScpMaterial
- ClothingMaskBase
name: strange photo
description: A small photograph depicting a humanoid creature of anomalously large stature with disproportionately long arms. You peer into its face... oh god...
components:
- type: Sprite
layers:
- state: scp096-photo
sprite: _Scp/Objects/Research/Scp096/Photo.rsi
state: scp096-photo
- type: Clothing
sprite: _Scp/Objects/Research/Scp096/Clothing.rsi
equipDelay: 3
unequipDelay: 3
- type: ScpMask
targetWhitelist:
components:
- Scp173
damageOriginWhitelist:
components:
- MobState
tearChanceOnDamage: 0.4
- type: Scp096Photo
- type: Destructible
thresholds:
Expand Down Expand Up @@ -142,3 +156,6 @@
tags:
- Trash
- MetaGarbagePreventSaving
- type: ClothingAddComponents
components:
- type: Scp096Photo
9 changes: 9 additions & 0 deletions Resources/Prototypes/_Scp/InventoryTemplates/scp173.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: inventoryTemplate
id: scp173
slots:
- name: mask
slotTexture: mask
slotFlags: MASK
uiWindowPos: 0,2
strippingWindowPos: 0,1
displayName: Mask
Comment thread
666XxttimurkaxX666 marked this conversation as resolved.
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,15 @@
{
"version": 1,
"license": "CLA",
"copyright": "SUNRISE",
"size": {
"x": 32,
"y": 48
},
"states": [
{
"name": "equipped-MASK",
"directions": 4
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CLA",
"copyright": "Sunrise",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "scp096-photo"
},
{
"name": "scp096-photo-undeveloped"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
{
"name": "scp173-ball"
},
{
"name": "scp096-photo"
},
{
"name": "scp096-photo-undeveloped"
},
{
"name": "scp999-jelly",
"delays": [
Expand Down
Loading