--- /dev/null
+- 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
--- /dev/null
+{
+ "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
+ ]
+ ]
+ }
+ ]
+}
\ No newline at end of file