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.
* . * update meta * Update meta
- Loading branch information
Showing
33 changed files
with
636 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
Resources/Locale/ru-RU/ss220/prototypes/entities/tiles/liquid_plasma.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-FloorDesertLiquidPlasmaEntity = пустынная жидкая плазма | ||
.desc = Сладкий, дорогой нектар. Не употреблять. | ||
ent-FloorLowDesertLiquidPlasmaEntity = низинная пустынная жидкая плазма | ||
.desc = Сладкий, дорогой нектар. Не употреблять. |
50 changes: 50 additions & 0 deletions
50
Resources/Prototypes/SS220/Entities/Tile/Desert_liquid_plasma/liquid_plasma.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,50 @@ | ||
- type: entity | ||
id: FloorDesertLiquidPlasmaEntity | ||
name: desert liquid plasma | ||
description: Sweet, expensive nectar. Don't consume. | ||
placement: | ||
mode: SnapgridCenter | ||
snap: | ||
- Wall | ||
components: | ||
- type: StepTrigger | ||
requiredTriggeredSpeed: 0 | ||
intersectRatio: 0.1 | ||
blacklist: | ||
tags: | ||
- Catwalk | ||
- type: Lava | ||
fireStacks: 0.75 | ||
- type: Transform | ||
anchored: true | ||
- type: SyncSprite | ||
- type: Clickable | ||
- type: Sprite | ||
sprite: SS220/Tiles/Planet/Desert_liquid_plasma.rsi | ||
drawdepth: BelowFloor | ||
layers: | ||
- state: plasma | ||
shader: unshaded | ||
- type: Icon | ||
sprite: SS220/Tiles/Planet/Desert_liquid_plasma.rsi | ||
state: full | ||
- type: IconSmooth | ||
key: floor | ||
base: plasma | ||
- type: Physics | ||
bodyType: Static | ||
- type: Fixtures | ||
fixtures: | ||
fix1: | ||
shape: | ||
!type:PhysShapeAabb | ||
bounds: "-0.5,-0.5,0.5,0.5" | ||
layer: | ||
- SlipLayer | ||
mask: | ||
- ItemMask | ||
density: 1000 | ||
hard: false | ||
- type: Tag | ||
tags: | ||
- HideContextMenu |
50 changes: 50 additions & 0 deletions
50
Resources/Prototypes/SS220/Entities/Tile/Low_desert_liquid_plasma/liquid_plasma.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,50 @@ | ||
- type: entity | ||
id: FloorLowDesertLiquidPlasmaEntity | ||
name: low desert liquid plasma | ||
description: Sweet, expensive nectar. Don't consume. | ||
placement: | ||
mode: SnapgridCenter | ||
snap: | ||
- Wall | ||
components: | ||
- type: StepTrigger | ||
requiredTriggeredSpeed: 0 | ||
intersectRatio: 0.1 | ||
blacklist: | ||
tags: | ||
- Catwalk | ||
- type: Lava | ||
fireStacks: 0.75 | ||
- type: Transform | ||
anchored: true | ||
- type: SyncSprite | ||
- type: Clickable | ||
- type: Sprite | ||
sprite: SS220/Tiles/Planet/Low_desert_liquid_plasma.rsi | ||
drawdepth: BelowFloor | ||
layers: | ||
- state: plasma | ||
shader: unshaded | ||
- type: Icon | ||
sprite: SS220/Tiles/Planet/Low_desert_liquid_plasma.rsi | ||
state: full | ||
- type: IconSmooth | ||
key: floor | ||
base: plasma | ||
- type: Physics | ||
bodyType: Static | ||
- type: Fixtures | ||
fixtures: | ||
fix1: | ||
shape: | ||
!type:PhysShapeAabb | ||
bounds: "-0.5,-0.5,0.5,0.5" | ||
layer: | ||
- SlipLayer | ||
mask: | ||
- ItemMask | ||
density: 1000 | ||
hard: false | ||
- type: Tag | ||
tags: | ||
- HideContextMenu |
Binary file added
BIN
+2.37 KB
Resources/Textures/SS220/Tiles/Planet/Desert_liquid_plasma.rsi/full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
265 changes: 265 additions & 0 deletions
265
Resources/Textures/SS220/Tiles/Planet/Desert_liquid_plasma.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,265 @@ | ||
{ | ||
"version": 1, | ||
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", | ||
"copyright": "Made by TTTomaTTT for SS220", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "full" | ||
}, | ||
{ | ||
"name": "plasma0", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "plasma1", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "plasma2", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "plasma3", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "plasma4", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "plasma5", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "plasma6", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "plasma7", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
], | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "plasma", | ||
"delays": [ | ||
[ | ||
2, | ||
2, | ||
2, | ||
2 | ||
] | ||
] | ||
} | ||
] | ||
} |
Binary file added
BIN
+1.19 KB
Resources/Textures/SS220/Tiles/Planet/Desert_liquid_plasma.rsi/plasma.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.99 KB
Resources/Textures/SS220/Tiles/Planet/Desert_liquid_plasma.rsi/plasma0.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
+1.97 KB
Resources/Textures/SS220/Tiles/Planet/Desert_liquid_plasma.rsi/plasma1.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.99 KB
Resources/Textures/SS220/Tiles/Planet/Desert_liquid_plasma.rsi/plasma2.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
+1.97 KB
Resources/Textures/SS220/Tiles/Planet/Desert_liquid_plasma.rsi/plasma3.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.65 KB
Resources/Textures/SS220/Tiles/Planet/Desert_liquid_plasma.rsi/plasma4.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
+1.51 KB
Resources/Textures/SS220/Tiles/Planet/Desert_liquid_plasma.rsi/plasma5.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.65 KB
Resources/Textures/SS220/Tiles/Planet/Desert_liquid_plasma.rsi/plasma6.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
+10.4 KB
Resources/Textures/SS220/Tiles/Planet/Desert_liquid_plasma.rsi/plasma7.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.06 KB
Resources/Textures/SS220/Tiles/Planet/Low_desert_liquid_plasma.rsi/full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.