diff --git a/Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml index dcced9029918..711f02d4bfdf 100644 --- a/Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml +++ b/Resources/Prototypes/SS220/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml @@ -140,9 +140,9 @@ - type: TriggerOnCollide fixtureID: projectile - type: Sprite - sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi + sprite: SS220/Objects/Weapons/Guns/Projectiles/bullet_EMP.rsi layers: - - state: frag + - state: emp - type: EmpOnTrigger range: 0.5 energyConsumption: 500 diff --git a/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/bullet_EMP.rsi/emp.png b/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/bullet_EMP.rsi/emp.png new file mode 100644 index 000000000000..b140d8c59429 Binary files /dev/null and b/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/bullet_EMP.rsi/emp.png differ diff --git a/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/bullet_EMP.rsi/meta.json b/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/bullet_EMP.rsi/meta.json new file mode 100644 index 000000000000..7d6400c1ef9f --- /dev/null +++ b/Resources/Textures/SS220/Objects/Weapons/Guns/Projectiles/bullet_EMP.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", + "copyright": "Sprited by Estkemran (Github) for SS220", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "emp", + "delays": [ + [ + 0.05, + 0.05, + 0.05, + 0.05 + ] + ] + } + ] +} \ No newline at end of file