diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml index 4f2a8f01e8a..dfb51336289 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml @@ -85,18 +85,16 @@ Plasma: 100 - type: Stack stackType: Plasma -# Corvax-Resprite-Start -# baseLayer: base -# layerStates: -# - plasma -# - plasma_2 -# - plasma_3 + baseLayer: base + layerStates: + - plasma + - plasma_2 + - plasma_3 - type: Sprite - state: plasma -# layers: -# - state: plasma_3 -# map: ["base"] -# Corvax-Resprite-End + state: plasma_3 + layers: + - state: plasma_3 + map: ["base"] - type: Item heldPrefix: plasma - type: Appearance diff --git a/Resources/Textures/Objects/Materials/Sheets/other.rsi/meta.json b/Resources/Textures/Objects/Materials/Sheets/other.rsi/meta.json index 522843e4cb5..c214c953e09 100644 --- a/Resources/Textures/Objects/Materials/Sheets/other.rsi/meta.json +++ b/Resources/Textures/Objects/Materials/Sheets/other.rsi/meta.json @@ -72,6 +72,46 @@ ] ] }, + { + "name": "plasma_2", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "plasma_3", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, { "name": "plasma-inhand-left", "directions": 4 diff --git a/Resources/Textures/Objects/Materials/Sheets/other.rsi/plasma_2.png b/Resources/Textures/Objects/Materials/Sheets/other.rsi/plasma_2.png new file mode 100644 index 00000000000..d4834ef28ae Binary files /dev/null and b/Resources/Textures/Objects/Materials/Sheets/other.rsi/plasma_2.png differ diff --git a/Resources/Textures/Objects/Materials/Sheets/other.rsi/plasma_3.png b/Resources/Textures/Objects/Materials/Sheets/other.rsi/plasma_3.png new file mode 100644 index 00000000000..ee05fa2cc99 Binary files /dev/null and b/Resources/Textures/Objects/Materials/Sheets/other.rsi/plasma_3.png differ