Acidifier Effect Sprite (#22425)

This commit is contained in:
brainfood1183
2023-12-15 01:56:42 +00:00
committed by GitHub
parent af3a1e5900
commit 2933024fe8
4 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
- type: entity
id: Acidifier
name: acid
description: Melts you into a puddle of yuck!
components:
- type: Transform
anchored: True
- type: InteractionOutline
- type: Physics
bodyType: Static
- type: Sprite
sprite: /Textures/Effects/acidifier.rsi
state: acid
- type: Fixtures
fixtures:
portalFixture:
shape:
!type:PhysShapeAabb
bounds: "-0.25,-0.48,0.25,0.48"
mask:
- FullTileMask
layer:
- WallLayer
hard: false
- type: TimedDespawn
lifetime: 2.4

View File

@@ -274,6 +274,8 @@
- type: TriggerImplantAction
- type: GibOnTrigger
deleteItems: true
- type: SpawnOnTrigger
proto: Acidifier
- type: Tag
tags:
- SubdermalImplant

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -0,0 +1,30 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Made by brainfood1183 (github) for ss14",
"states": [
{
"name": "acid",
"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
]
]
}
]
}