-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* саммери * fix old currency
- Loading branch information
Showing
13 changed files
with
98 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
Resources/Prototypes/Backmen/Entities/Objects/Misc/implanters.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
31 changes: 31 additions & 0 deletions
31
Resources/Prototypes/Backmen/Entities/Objects/Misc/subdermal_implants.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Binary file added
BIN
+966 Bytes
Resources/Textures/Backmen/Clothing/Hands/Gloves/mantis.rsi/equipped-HAND.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+736 Bytes
Resources/Textures/Backmen/Clothing/Hands/Gloves/mantis.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+357 Bytes
Resources/Textures/Backmen/Clothing/Hands/Gloves/mantis.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+356 Bytes
Resources/Textures/Backmen/Clothing/Hands/Gloves/mantis.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/Backmen/Clothing/Hands/Gloves/mantis.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |