forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reinforced door secret * + locale and graph fix * + Construction * urprice requests * Delete Resources/Prototypes/SS220/Recipes/Construction/Structures/secretreinforceddoor.yml Unused file deletion * snap to grid * deleted requested fields
- Loading branch information
1 parent
441acb5
commit 44244fc
Showing
10 changed files
with
251 additions
and
4 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...le/ru-RU/ss220/prototypes/entities/structures/doors/secretdoor/secret_reinforced_door.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ent-BaseSecretReinforcedDoorAssembly = каркас укрепленной потайной двери | ||
.desc = Он открывается, он закрывается, и он может вас раздавить. | ||
ent-SolidSecretReinforcedDoor = укреплённая стена | ||
.desc = { ent-BaseSecretDoor.desc } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 71 additions & 0 deletions
71
Resources/Prototypes/SS220/Entities/Structures/Doors/secter_reinforced_door.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt | ||
|
||
- type: entity | ||
id: BaseSecretReinforcedDoorAssembly | ||
name: secret reinforced door assembly | ||
description: It opens, it closes, and maybe crushes you. | ||
components: | ||
- type: Clickable | ||
- type: InteractionOutline | ||
- type: Sprite | ||
sprite: SS220/Structures/Doors/secter_reinforced_door.rsi | ||
state: assembly | ||
- type: Physics | ||
- type: Fixtures | ||
fixtures: | ||
fix1: | ||
shape: | ||
!type:PhysShapeAabb | ||
bounds: "-0.45,-0.45,0.45,0.45" | ||
density: 110 | ||
mask: | ||
- FullTileMask | ||
layer: | ||
- HumanoidBlockLayer | ||
- type: Anchorable | ||
delay: 2 | ||
- type: Pullable | ||
- type: Transform | ||
anchored: true | ||
noRot: false | ||
- type: Rotatable | ||
- type: Damageable | ||
damageContainer: StructuralInorganic | ||
damageModifierSet: StructuralMetallic | ||
- type: Destructible | ||
thresholds: | ||
- trigger: | ||
!type:DamageTrigger | ||
damage: 200 | ||
behaviors: | ||
- !type:DoActsBehavior | ||
acts: ["Destruction"] | ||
- type: Construction | ||
graph: Girder | ||
node: reinforcedElectronics | ||
placement: | ||
mode: SnapgridCenter | ||
|
||
- type: entity | ||
id: SolidSecretReinforcedDoor | ||
name: reinforced wall | ||
parent: BaseSecretDoor | ||
components: | ||
- type: Construction | ||
graph: Girder | ||
node: solidSecretReinforcedDoor | ||
containers: | ||
- battery-container | ||
- type: Sprite | ||
sprite: SS220/Structures/Doors/secter_reinforced_door.rsi | ||
layers: | ||
- state: closed | ||
map: ["enum.DoorVisualLayers.Base"] | ||
- type: Destructible | ||
thresholds: | ||
- trigger: | ||
!type:DamageTrigger | ||
damage: 400 | ||
behaviors: | ||
- !type:DoActsBehavior | ||
acts: ["Destruction"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+3.17 KB
Resources/Textures/SS220/Structures/Doors/secter_reinforced_door.rsi/assembly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.89 KB
Resources/Textures/SS220/Structures/Doors/secter_reinforced_door.rsi/closed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.33 KB
Resources/Textures/SS220/Structures/Doors/secter_reinforced_door.rsi/closing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
99 changes: 99 additions & 0 deletions
99
Resources/Textures/SS220/Structures/Doors/secter_reinforced_door.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
{ | ||
"version": 1, | ||
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", | ||
"copyright": "by MIXnikita for SS220", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "assembly", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "closed", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "closing", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "open", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "opening", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2 | ||
] | ||
] | ||
} | ||
] | ||
} |
Binary file added
BIN
+2.67 KB
Resources/Textures/SS220/Structures/Doors/secter_reinforced_door.rsi/open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.07 KB
Resources/Textures/SS220/Structures/Doors/secter_reinforced_door.rsi/opening.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.