add bite.ogg, cleanup and de-weaponize plushies (#7475)
Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
BIN
Resources/Audio/Effects/bite.ogg
Normal file
BIN
Resources/Audio/Effects/bite.ogg
Normal file
Binary file not shown.
@@ -21,3 +21,5 @@ saw.ogg taken from https://freesound.org/people/domiscz/sounds/461728/ and clipp
|
|||||||
smoke.ogg taken from https://github.com/tgstation/tgstation/blob/a5d362ce84e4f0c61026236d5ec84d3c81553664/sound/effects/smoke.ogg
|
smoke.ogg taken from https://github.com/tgstation/tgstation/blob/a5d362ce84e4f0c61026236d5ec84d3c81553664/sound/effects/smoke.ogg
|
||||||
|
|
||||||
voteding.ogg taken from "Bike, Bell Ding, Single, 01-01.wav" by InspectorJ (www.jshaw.co.uk) of Freesound.org at https://freesound.org/people/InspectorJ/sounds/484344/ under CC BY 3.0. The volume has been reduced.
|
voteding.ogg taken from "Bike, Bell Ding, Single, 01-01.wav" by InspectorJ (www.jshaw.co.uk) of Freesound.org at https://freesound.org/people/InspectorJ/sounds/484344/ under CC BY 3.0. The volume has been reduced.
|
||||||
|
|
||||||
|
bite.ogg take from https://github.com/tgstation/tgstation/commit/d4f678a1772007ff8d7eddd21cf7218c8e07bfc0
|
||||||
@@ -51,6 +51,8 @@
|
|||||||
range: 1.5
|
range: 1.5
|
||||||
arcwidth: 0
|
arcwidth: 0
|
||||||
arc: bite
|
arc: bite
|
||||||
|
hitSound:
|
||||||
|
path: /Audio/Effects/bite.ogg
|
||||||
damage:
|
damage:
|
||||||
groups:
|
groups:
|
||||||
Brute: 20
|
Brute: 20
|
||||||
|
|||||||
@@ -25,3 +25,9 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Payload # yes, you can make re-usable prank grenades
|
- Payload # yes, you can make re-usable prank grenades
|
||||||
|
- type: MeleeWeapon
|
||||||
|
hitSound:
|
||||||
|
collection: BikeHorn
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Blunt: 0
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
abstract: true
|
abstract: true
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
|
sprite: Objects/Fun/toys.rsi
|
||||||
netsync: false
|
netsync: false
|
||||||
- type: EmitSoundOnUse
|
- type: EmitSoundOnUse
|
||||||
sound:
|
sound:
|
||||||
@@ -19,6 +20,12 @@
|
|||||||
- type: ItemCooldown
|
- type: ItemCooldown
|
||||||
- type: UseDelay
|
- type: UseDelay
|
||||||
delay: 1.0
|
delay: 1.0
|
||||||
|
- type: MeleeWeapon
|
||||||
|
hitSound:
|
||||||
|
collection: ToySqueak
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Blunt: 0
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePlushie
|
parent: BasePlushie
|
||||||
@@ -27,7 +34,6 @@
|
|||||||
description: A cute toy that resembles an even cuter programmer. You'd have to be a monster to grind this up.
|
description: A cute toy that resembles an even cuter programmer. You'd have to be a monster to grind this up.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Fun/toys.rsi
|
|
||||||
state: plushie_h
|
state: plushie_h
|
||||||
- type: Extractable
|
- type: Extractable
|
||||||
grindableSolutionName: bee
|
grindableSolutionName: bee
|
||||||
@@ -57,7 +63,6 @@
|
|||||||
description: A stuffed toy that resembles a syndicate nuclear operative. The tag claims operatives to be purely fictitious.
|
description: A stuffed toy that resembles a syndicate nuclear operative. The tag claims operatives to be purely fictitious.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Fun/toys.rsi
|
|
||||||
state: plushie_nuke
|
state: plushie_nuke
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -67,7 +72,6 @@
|
|||||||
description: Rouny
|
description: Rouny
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Fun/toys.rsi
|
|
||||||
state: plushie_rouny
|
state: plushie_rouny
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -77,9 +81,7 @@
|
|||||||
description: An adorable stuffed toy that resembles a lizardperson. Made by CentCom as a token initiative to combat speciesism in work environments. "Welcome your new colleagues as you do this plush, with open arms!"
|
description: An adorable stuffed toy that resembles a lizardperson. Made by CentCom as a token initiative to combat speciesism in work environments. "Welcome your new colleagues as you do this plush, with open arms!"
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Fun/toys.rsi
|
|
||||||
state: plushie_lizard
|
state: plushie_lizard
|
||||||
- type: ItemCooldown
|
|
||||||
- type: EmitSoundOnUse
|
- type: EmitSoundOnUse
|
||||||
sound:
|
sound:
|
||||||
path: /Audio/Items/Toys/weh.ogg
|
path: /Audio/Items/Toys/weh.ogg
|
||||||
@@ -89,8 +91,9 @@
|
|||||||
- type: EmitSoundOnActivate
|
- type: EmitSoundOnActivate
|
||||||
sound:
|
sound:
|
||||||
path: /Audio/Items/Toys/weh.ogg
|
path: /Audio/Items/Toys/weh.ogg
|
||||||
- type: UseDelay
|
- type: MeleeWeapon
|
||||||
delay: 1.0
|
hitSound:
|
||||||
|
path: /Audio/Items/Toys/weh.ogg
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePlushie
|
parent: BasePlushie
|
||||||
@@ -99,9 +102,7 @@
|
|||||||
description: An adorable stuffed toy that resembles a lizardperson in an EVA suit. Made by CentCom as a token initiative to combat speciesism in space environments. "Welcome your new colleges as you do this plush, with open arms!"
|
description: An adorable stuffed toy that resembles a lizardperson in an EVA suit. Made by CentCom as a token initiative to combat speciesism in space environments. "Welcome your new colleges as you do this plush, with open arms!"
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Fun/toys.rsi
|
|
||||||
state: plushie_spacelizard
|
state: plushie_spacelizard
|
||||||
- type: ItemCooldown
|
|
||||||
- type: EmitSoundOnUse
|
- type: EmitSoundOnUse
|
||||||
sound:
|
sound:
|
||||||
path: /Audio/Items/Toys/muffled_weh.ogg
|
path: /Audio/Items/Toys/muffled_weh.ogg
|
||||||
@@ -111,8 +112,9 @@
|
|||||||
- type: EmitSoundOnActivate
|
- type: EmitSoundOnActivate
|
||||||
sound:
|
sound:
|
||||||
path: /Audio/Items/Toys/muffled_weh.ogg
|
path: /Audio/Items/Toys/muffled_weh.ogg
|
||||||
- type: UseDelay
|
- type: MeleeWeapon
|
||||||
delay: 1.0
|
hitSound:
|
||||||
|
path: /Audio/Items/Toys/muffled_weh.ogg
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePlushie
|
parent: BasePlushie
|
||||||
@@ -121,7 +123,6 @@
|
|||||||
description: A small stuffed doll of the elder god Ratvar.
|
description: A small stuffed doll of the elder god Ratvar.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Fun/toys.rsi
|
|
||||||
state: plushie_ratvar
|
state: plushie_ratvar
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -131,7 +132,6 @@
|
|||||||
description: A small stuffed doll of the elder goddess Nar'Sie.
|
description: A small stuffed doll of the elder goddess Nar'Sie.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Fun/toys.rsi
|
|
||||||
state: narplush
|
state: narplush
|
||||||
|
|
||||||
|
|
||||||
@@ -142,11 +142,21 @@
|
|||||||
description: An adorable stuffed toy that resembles the monstrous space carp.
|
description: An adorable stuffed toy that resembles the monstrous space carp.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Fun/toys.rsi
|
|
||||||
state: carpplush
|
state: carpplush
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Fun/toys.rsi
|
|
||||||
HeldPrefix: carpplush
|
HeldPrefix: carpplush
|
||||||
|
- type: EmitSoundOnUse
|
||||||
|
sound:
|
||||||
|
path: /Audio/Effects/bite.ogg
|
||||||
|
- type: EmitSoundOnLand
|
||||||
|
sound:
|
||||||
|
path: /Audio/Effects/bite.ogg
|
||||||
|
- type: EmitSoundOnActivate
|
||||||
|
sound:
|
||||||
|
path: /Audio/Effects/bite.ogg
|
||||||
|
- type: MeleeWeapon
|
||||||
|
hitSound:
|
||||||
|
path: /Audio/Effects/bite.ogg
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePlushie
|
parent: BasePlushie
|
||||||
@@ -155,43 +165,40 @@
|
|||||||
description: An adorable stuffed toy that resembles a slime. It's basically a hacky sack.
|
description: An adorable stuffed toy that resembles a slime. It's basically a hacky sack.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Fun/toys.rsi
|
|
||||||
state: plushie_slime
|
state: plushie_slime
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseItem
|
parent: BasePlushie
|
||||||
id: PlushieSnake
|
id: PlushieSnake
|
||||||
name: snake plushie
|
name: snake plushie
|
||||||
description: An adorable stuffed toy that resembles a snake.
|
description: An adorable stuffed toy that resembles a snake.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Fun/toys.rsi
|
|
||||||
state: plushie_snake
|
state: plushie_snake
|
||||||
- type: ItemCooldown
|
|
||||||
- type: EmitSoundOnUse
|
- type: EmitSoundOnUse
|
||||||
sound:
|
sound:
|
||||||
path: /Audio/Items/Toys/rattle.ogg
|
path: /Audio/Items/Toys/rattle.ogg
|
||||||
- type: UseDelay
|
- type: MeleeWeapon
|
||||||
delay: 1.0
|
hitSound:
|
||||||
|
path: /Audio/Items/Toys/rattle.ogg
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseItem
|
parent: BasePlushie
|
||||||
id: ToyMouse
|
id: ToyMouse
|
||||||
name: mouse toy
|
name: mouse toy
|
||||||
description: A colorful toy mouse!
|
description: A colorful toy mouse!
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Fun/toys.rsi
|
|
||||||
state: toy_mouse
|
state: toy_mouse
|
||||||
- type: ItemCooldown
|
|
||||||
- type: EmitSoundOnUse
|
- type: EmitSoundOnUse
|
||||||
sound:
|
sound:
|
||||||
path: /Audio/Items/Toys/mousesqueek.ogg
|
path: /Audio/Items/Toys/mousesqueek.ogg
|
||||||
- type: UseDelay
|
- type: MeleeWeapon
|
||||||
delay: 1.0
|
hitSound:
|
||||||
|
path: /Audio/Items/Toys/mousesqueek.ogg
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseItem
|
parent: BasePlushie
|
||||||
id: ToyRubberDuck
|
id: ToyRubberDuck
|
||||||
name: rubber ducky
|
name: rubber ducky
|
||||||
description: Not carried here by ocean currents.
|
description: Not carried here by ocean currents.
|
||||||
@@ -204,33 +211,28 @@
|
|||||||
sprite: Objects/Fun/ducky.rsi
|
sprite: Objects/Fun/ducky.rsi
|
||||||
Slots:
|
Slots:
|
||||||
- HEAD
|
- HEAD
|
||||||
- type: ItemCooldown
|
|
||||||
- type: EmitSoundOnUse
|
- type: EmitSoundOnUse
|
||||||
sound:
|
sound:
|
||||||
path: /Audio/Items/Toys/quack.ogg
|
path: /Audio/Items/Toys/quack.ogg
|
||||||
- type: UseDelay
|
|
||||||
delay: 1.0
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseItem
|
parent: BasePlushie
|
||||||
id: PlushieVox
|
id: PlushieVox
|
||||||
name: vox plushie
|
name: vox plushie
|
||||||
description: SKREEEEEEEEEEEE!
|
description: SKREEEEEEEEEEEE!
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Fun/toys.rsi
|
|
||||||
state: plushie_vox
|
state: plushie_vox
|
||||||
netsync: false
|
netsync: false
|
||||||
- type: ItemCooldown
|
|
||||||
- type: EmitSoundOnUse
|
- type: EmitSoundOnUse
|
||||||
sound:
|
sound:
|
||||||
path: /Audio/Voice/Vox/shriek1.ogg
|
path: /Audio/Voice/Vox/shriek1.ogg
|
||||||
- type: EmitSoundOnLand
|
- type: EmitSoundOnLand
|
||||||
sound:
|
sound:
|
||||||
path: /Audio/Voice/Vox/shriek1.ogg
|
path: /Audio/Voice/Vox/shriek1.ogg
|
||||||
- type: UseDelay
|
- type: MeleeWeapon
|
||||||
delay: 1.0
|
hitSound:
|
||||||
|
path: /Audio/Voice/Vox/shriek1.ogg
|
||||||
## Figurines
|
## Figurines
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -287,20 +289,19 @@
|
|||||||
state: honkprize
|
state: honkprize
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseItem
|
parent: BasePlushie
|
||||||
id: ToyIan
|
id: ToyIan
|
||||||
name: ian toy
|
name: ian toy
|
||||||
description: Unable to eat, but just as fluffy as the real guy!
|
description: Unable to eat, but just as fluffy as the real guy!
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Fun/toys.rsi
|
|
||||||
state: ian
|
state: ian
|
||||||
- type: ItemCooldown
|
|
||||||
- type: EmitSoundOnUse
|
- type: EmitSoundOnUse
|
||||||
sound:
|
sound:
|
||||||
path: /Audio/Items/Toys/ian.ogg
|
path: /Audio/Items/Toys/ian.ogg
|
||||||
- type: UseDelay
|
- type: MeleeWeapon
|
||||||
delay: 1.0
|
hitSound:
|
||||||
|
path: /Audio/Items/Toys/ian.ogg
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
@@ -539,7 +540,7 @@
|
|||||||
arc: spear
|
arc: spear
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Blunt: 1
|
Blunt: 0
|
||||||
- type: Item
|
- type: Item
|
||||||
size: 24
|
size: 24
|
||||||
sprite: Objects/Fun/toys.rsi
|
sprite: Objects/Fun/toys.rsi
|
||||||
|
|||||||
Reference in New Issue
Block a user