Skip to content

Commit

Permalink
клинки богомола (#500)
Browse files Browse the repository at this point in the history
* саммери

* fix old currency
  • Loading branch information
nomad0260 authored Mar 6, 2024
1 parent 56d6e9e commit 0f4f346
Show file tree
Hide file tree
Showing 13 changed files with 98 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions Resources/Prototypes/Backmen/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,14 @@
Telecrystal: 3
categories:
- UplinkAmmo

- type: listing
id: UplinkBogomol
name: Имплант клинков богомола
description: Клинки богомола, в качестве импланта, скрытные, смертоносные, а самое главное стильные.
icon: { sprite: Backmen/Clothing/Hands/Gloves/mantis.rsi, state: icon }
productEntity: mantisImplanter
cost:
Telecrystal: 5
categories:
- UplinkImplants
22 changes: 22 additions & 0 deletions Resources/Prototypes/Backmen/Entities/Clothing/Hands/gloves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,25 @@
fiberMaterial: fibers-durathread
fiberColor: fibers-regal-blue
- type: FingerprintMask

- type: entity
parent: ClothingHandsBase
id: ClothingHandsGlovesmantis
name: клинки богомола
description: Боевой кибернетический имплант. Клинки исходят из предплечья, что позволяет использовать их как оружие ближнего боя.
components:
- type: Sprite
sprite: Backmen/Clothing/Hands/Gloves/mantis.rsi
- type: Clothing
sprite: Backmen/Clothing/Hands/Gloves/mantis.rsi
equipSound: /Audio/Backmen/Weapons/Melee/bogomol/on.ogg
unequipSound: /Audio/Backmen/Weapons/Melee/bogomol/off.ogg
- type: MeleeWeapon
attackRate: 2
damage:
types:
Piercing: 10
soundSwing: /Audio/Backmen/Weapons/Melee/bogomol/miss.ogg
soundHit: /Audio/Backmen/Weapons/Melee/bogomol/hit.ogg
- type: StaticPrice
price: 1000
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: entity
id: mantisImplanter
name: implanter
suffix: mantis
parent: BaseImplantOnlyImplanterSyndi
components:
- type: Implanter
implant: mantisImplant
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
- type: entity
parent: BaseSubdermalImplant
id: mantisImplant
name: implant
description: This implant gives the user blades, thanks to which he can kill his victim without leaving evidence.
noSpawn: true
components:
- type: SubdermalImplant
implantAction: ActionToggleMantis
- type: ToggleableClothing
clothingPrototype: ClothingHandsGlovesmantis
slot: gloves
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot {}
- type: TriggerImplantAction

- type: entity
id: ActionToggleMantis
name: Активировать клинки богомола
description: Remember to equip the important pieces of your suit before going into action.
noSpawn: true
components:
- type: InstantAction
useDelay: 1 # equip noise spam.
event: !type:ToggleClothingEvent
itemIconStyle: BigAction
priority: -20
icon:
sprite: Backmen/Clothing/Hands/Gloves/mantis.rsi
state: icon
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "make by Discord: .0bb",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HAND",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 0f4f346

Please sign in to comment.