license: "CC-BY-SA-3.0"
copyright: "Taken from Citadel Station 13"
source: "https://github.com/Skyrat-SS13/Skyrat13/commit/2d4f2d1b489590b559e4073f41b126cef56f4c50"
+
+- files: ["woosh.ogg"]
+ license: "CC-BY-SA-3.0"
+ copyright: "Taken from SciFiSounds via freesound.org, edit by august-sun(GitHub)/augustsun(Discord)"
+ source: "https://freesound.org/people/SciFiSounds/sounds/529925/"
+
+- files: ["stickystretch.ogg"]
+ license: "CC-BY-SA-3.0"
+ copyright: "Taken from sdroliasnick via freesound.org, edit by august-sun(GitHub)/augustsun(Discord)"
+ source: "https://freesound.org/people/sdroliasnick/sounds/731262/"
+
+- files: ["boing.ogg"]
+ license: "CC-BY-SA-3.0"
+ copyright: "Taken from stevielematt via freesound.org, edit by august-sun(GitHub)/augustsun(Discord)"
+ source: "https://freesound.org/people/stevielematt/sounds/538066/"
False: { state: base-unshaded-off }
- type: PacifismAllowedGun
+- type: entity
+ parent: BaseItem
+ id: WeaponStickyHand
+ name: sticky hand
+ description: They're saying you're reaching. They're saying it's a stretch. You'll show them all, and you'll stick it to them.
+ components:
+ - type: AmmoCounter
+ - type: GrapplingGun
+ cycleSound: /Audio/Misc/woosh.ogg
+ ropeSprite:
+ sprite: Objects/Weapons/Guns/Launchers/sticky_hand.rsi
+ state: rope
+ - type: Gun
+ soundGunshot: /Audio/Misc/stickystretch.ogg
+ fireRate: 0.5
+ clumsyProof: true
+ soundEmpty: /Audio/Misc/boing.ogg
+ - type: BasicEntityAmmoProvider
+ proto: StickyHandPalm
+ capacity: 1
+ - type: Sprite
+ sprite: Objects/Weapons/Guns/Launchers/sticky_hand.rsi
+ state: base
+ - type: UseDelay
+ delay: 1.5
+ - type: PacifismAllowedGun
+
# Admeme
- type: entity
name: tether gun
- HighImpassable
- type: GrapplingProjectile
+- type: entity
+ parent: GrapplingHook
+ id: StickyHandPalm
+ name: sticky hand palm
+ categories: [ HideSpawnMenu ]
+ components:
+ - type: Sprite
+ sprite: Objects/Weapons/Guns/Launchers/sticky_hand.rsi
+ - type: Ammo
+ muzzleFlash: null
+
- type: entity
name : disabler bolt smg
id: BulletDisablerSmg
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Sprited by august-sun(GitHub)/augustsun(Discord) for Space Station 14.",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "base"
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "rope"
+ },
+ {
+ "name": "hook"
+ }
+ ]
+}