Skip to content

Commit

Permalink
Liquid plasma (#1378)
Browse files Browse the repository at this point in the history
* .

* update meta

* Update meta
  • Loading branch information
TTTomaTTT authored Jul 23, 2024
1 parent 4e408e6 commit 43dd392
Show file tree
Hide file tree
Showing 33 changed files with 636 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ent-FloorDesertLiquidPlasmaEntity = пустынная жидкая плазма
.desc = Сладкий, дорогой нектар. Не употреблять.
ent-FloorLowDesertLiquidPlasmaEntity = низинная пустынная жидкая плазма
.desc = Сладкий, дорогой нектар. Не употреблять.
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
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
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,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
]
]
}
]
}
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.
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

0 comments on commit 43dd392

Please sign in to comment.