Acidifier Effect Sprite (#22425)
This commit is contained in:
26
Resources/Prototypes/Entities/Effects/acidifer.yml
Normal file
26
Resources/Prototypes/Entities/Effects/acidifer.yml
Normal 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
|
||||||
@@ -274,6 +274,8 @@
|
|||||||
- type: TriggerImplantAction
|
- type: TriggerImplantAction
|
||||||
- type: GibOnTrigger
|
- type: GibOnTrigger
|
||||||
deleteItems: true
|
deleteItems: true
|
||||||
|
- type: SpawnOnTrigger
|
||||||
|
proto: Acidifier
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- SubdermalImplant
|
- SubdermalImplant
|
||||||
|
|||||||
BIN
Resources/Textures/Effects/acidifier.rsi/acid.png
Normal file
BIN
Resources/Textures/Effects/acidifier.rsi/acid.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
30
Resources/Textures/Effects/acidifier.rsi/meta.json
Normal file
30
Resources/Textures/Effects/acidifier.rsi/meta.json
Normal 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
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user