BIN
Resources/Audio/items/skub.ogg
Normal file
BIN
Resources/Audio/items/skub.ogg
Normal file
Binary file not shown.
12
Resources/Prototypes/Construction/misc.yml
Normal file
12
Resources/Prototypes/Construction/misc.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- type: construction
|
||||
name: Skub
|
||||
id: skub
|
||||
category: Items/Misc
|
||||
keywords: [misc]
|
||||
description: In the end, there is only Skub.
|
||||
icon: Objects/Misc/skub.rsi/icon.png
|
||||
result: Skub
|
||||
objecttype: Item
|
||||
steps:
|
||||
- material: Metal
|
||||
amount: 1
|
||||
24
Resources/Prototypes/Entities/items/skub.yml
Normal file
24
Resources/Prototypes/Entities/items/skub.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
- type: entity
|
||||
name: Skub
|
||||
parent: BaseItem
|
||||
id: Skub
|
||||
description: Skub is the fifth Chaos God.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/skub.rsi
|
||||
state: icon
|
||||
|
||||
- type: Icon
|
||||
sprite: Objects/Misc/skub.rsi
|
||||
state: icon
|
||||
|
||||
- type: Item
|
||||
sprite: Objects/Misc/skub.rsi
|
||||
- type: ItemCooldown
|
||||
|
||||
- type: Sound
|
||||
- type: EmitSoundOnUse
|
||||
sound: /Audio/items/skub.ogg
|
||||
|
||||
- type: UseDelay
|
||||
delay: 2.0
|
||||
BIN
Resources/Textures/Objects/Misc/skub.rsi/icon.png
Normal file
BIN
Resources/Textures/Objects/Misc/skub.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 490 B |
BIN
Resources/Textures/Objects/Misc/skub.rsi/inhand-left.png
Normal file
BIN
Resources/Textures/Objects/Misc/skub.rsi/inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 555 B |
BIN
Resources/Textures/Objects/Misc/skub.rsi/inhand-right.png
Normal file
BIN
Resources/Textures/Objects/Misc/skub.rsi/inhand-right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 563 B |
1
Resources/Textures/Objects/Misc/skub.rsi/meta.json
Normal file
1
Resources/Textures/Objects/Misc/skub.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/tgstation/tgstation", "states": [{"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
Reference in New Issue
Block a user