Skip to content

Commit

Permalink
Acidifier Effect Sprite (space-wizards#22425)
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfood1183 authored Dec 15, 2023
1 parent af3a1e5 commit 2933024
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Resources/Prototypes/Entities/Effects/acidifer.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@
- type: TriggerImplantAction
- type: GibOnTrigger
deleteItems: true
- type: SpawnOnTrigger
proto: Acidifier
- type: Tag
tags:
- SubdermalImplant
Expand Down
Binary file added Resources/Textures/Effects/acidifier.rsi/acid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions Resources/Textures/Effects/acidifier.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -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
]
]
}
]
}

0 comments on commit 2933024

Please sign in to comment.