This commit is contained in:
BIGZi0348
2024-12-29 17:16:23 +03:00
parent 9ee0b4a64a
commit 9f4b144cb9
16 changed files with 174 additions and 0 deletions

View File

@@ -377,6 +377,7 @@
- HolofanProjector
- BluespaceBeaker
- SyringeBluespace
- BlueSpacePillCanister # WD
- WeaponForceGun
- WeaponLaserSvalinn
- WeaponProtoKineticAccelerator
@@ -1024,6 +1025,7 @@
- CryostasisBeaker
- BluespaceBeaker
- SyringeBluespace
- BlueSpacePillCanister # WD
- SyringeCryostasis
- ClothingEyesHudMedical
- type: BluespaceStorage

View File

@@ -242,3 +242,4 @@
recipeUnlocks:
- BluespaceBeaker
- SyringeBluespace
- BlueSpacePillCanister # WD

View File

@@ -0,0 +1,39 @@
- type: entity
parent: BaseHandheldInstrument
id: PunkGuitar
name: рок-гитара
description: Вот это топор!
components:
- type: Instrument
program: 25
- type: SwappableInstrument
instrumentList:
"Clean": {27: 0}
"Jazz": {25: 0}
"Muted": {28: 0}
- type: Sprite
sprite: White/Objects/Fun/Instruments/seguitar.rsi
state: icon
- type: Item
size: Normal
sprite: White/Objects/Fun/Instruments/seguitar.rsi
- type: Clothing
quickEquip: false
slots:
- back
sprite: White/Objects/Fun/Instruments/seguitar.rsi
- type: Tag
tags:
- StringInstrument
- type: MeleeWeapon
wideAnimationRotation: 45
damage:
types:
Blunt: 6
Slash: 2
- type: Wieldable
- type: IncreaseDamageOnWield #they don't call it an axe for nothing
damage:
types:
Blunt: 4
Slash: 2

View File

@@ -0,0 +1,24 @@
- type: entity
name: блюспейс баночка для таблеток
id: BlueSpacePillCanister
parent: BaseStorageItem
description: Вмещает до 100 таблеток.
components:
- type: Item
size: Tiny
sprite: White/Objects/Specific/Chemistry/bluespace_pill_canister.rsi
- type: Sprite
sprite: White/Objects/Specific/Chemistry/bluespace_pill_canister.rsi
state: bluespace_pill_canister
- type: Tag
tags:
- PillCanister
- type: Storage
grid:
- 0,0,10,10
quickInsert: true
areaInsert: true
areaInsertRadius: 1
storageInsertSound: /Audio/Effects/pill_insert.ogg
storageRemoveSound: /Audio/Effects/pill_remove.ogg
- type: Dumpable

View File

@@ -354,3 +354,13 @@
Plastic: 3000
Silver: 100
Gold: 100
- type: latheRecipe
id: BlueSpacePillCanister
result: BlueSpacePillCanister
completetime: 2
materials:
Steel: 300
Plastic: 300
Plasma: 100
Silver: 50

Binary file not shown.

After

Width:  |  Height:  |  Size: 886 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,34 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Discord: @SoFCute",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 B

View File

@@ -0,0 +1,64 @@
{
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/blob/2b969adc2dfd3e9621bf3597c5cbffeb3ac8c9f0/icons/obj/chemical.dmi , and resprite discord user: Neko Dar#8948 (445213683279200279)",
"version": 1,
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "bluespace_pill_canister",
"delays": [
[
0.4,
0.4
]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
0.4,
0.4
],
[
0.4,
0.4
],
[
0.4,
0.4
],
[
0.4,
0.4
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
0.4,
0.4
],
[
0.4,
0.4
],
[
0.4,
0.4
],
[
0.4,
0.4
]
]
}
]
}