Skip to content

Commit

Permalink
Пых имплант. (#386)
Browse files Browse the repository at this point in the history
* weh implant

* микрофикс

* Update Resources/Locale/ru-RU/ss14-ru/prototypes/_lostparadise/catalog/fills/crates/weh_implant_crate.ftl

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update Resources/Locale/en-US/ss14-ru/prototypes/_lostparadise/entities/objects/misc/implanter.ftl

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
VunderFaffle and coderabbitai[bot] authored Jan 27, 2025
1 parent 643d62d commit 7587db7
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-LPPActionActivateWehImplant = Weh!
.desc = Weh!
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-LPPCrateWehImplants = Weh implant crate
.desc = Crate filled with 5 weh implants which let the user weh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
ent-LPPLoaltyImplant = loalty implant
.desc = Do your enemies your friends!
ent-LPPWehImplant = Weh implant
.desc = Lets its user weh on-demand
ent-LPPWehImplanter = Weh implanter
.desc = Weh!
ent-LPPLoaltyImplanter = loalty implanter
.desc = Do your enemies your friends!
ent-LPPCrateLoaltyImplants = { ent-CrateGenericSteel }
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-LPPActionActivateWehImplant = Пых!
.desc = Пых!
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@


ent-LPPCrateWehImplants = Ящик пых имплантов
.desc = Ящик с пятью имплантами, позволяющими пользователю делать ПЫХ.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
ent-LPPLoaltyImplant = Имплант лояльности
.desc = Сделает врага - другом.
ent-LPPWehImplant = Пых имплант
.desc = Позволяет пользователю ПЫХАТЬ
ent-LPPWehImplanter = Пых имплант
.desc = Пых!
ent-LPPLoaltyImplanter = Имплантер лояльности
.desc = Сделает врага - другом.
ent-LPPCrateLoaltyImplants = { ent-CrateGenericSteel }
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/_LostParadise/Action/types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@
# sprite: _LostParadise/Interface/emotion_heart.rsi
# state: heart
# event: !type:ToggleEmotePanelActionEvent

- type: entity
id: LPPActionActivateWehImplant
name: Weh!
description: Weh!
categories: [ HideSpawnMenu ]
components:
- type: InstantAction
icon: { sprite: Objects/Fun/toys.rsi, state: plushie_lizard }
event: !type:ActivateImplantEvent
useDelay: 1
10 changes: 10 additions & 0 deletions Resources/Prototypes/_LostParadise/Catalog/Cargo/cargo_fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@
cost: 8000
category: Fun
group: market

- type: cargoProduct
id: LPPWehImplants
icon:
sprite: Objects/Specific/Medical/implanter.rsi
state: implanter0
product: LPPCrateWehImplants
cost: 2000
category: Service
group: market
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,14 @@
contents:
- id: MacroBombImplanter
amount: 5

- type: entity
id: LPPCrateWehImplants
name: Weh implant crate
description: Crate filled with 5 weh implants which let the user weh
parent: CrateMedical
components:
- type: StorageFill
contents:
- id: LPPWehImplanter
amount: 5
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@
components:
- type: SubdermalImplant

- type: entity
parent: BaseSubdermalImplant
id: LPPWehImplant
name: Weh implant
description: Lets it's user weh on-demand
categories: [ HideSpawnMenu ]
components:
- type: SubdermalImplant
implantAction: LPPActionActivateWehImplant
- type: TriggerImplantAction
- type: EmitSoundOnTrigger
sound:
collection: Weh

- type: entity
id: LPPWehImplanter
name: Weh implanter
description: Weh!
parent: BaseImplantOnlyImplanter
components:
- type: Implanter
implant: LPPWehImplant

- type: entity
id: LPPLoaltyImplanter
Expand All @@ -16,7 +38,7 @@
components:
- type: Implanter
implant: LPPLoaltyImplant

- type: entity
id: LPPCrateLoaltyImplants
parent: CrateGenericSteel
Expand All @@ -25,3 +47,4 @@
contents:
- id: LPPLoaltyImplanter
amount: 3

0 comments on commit 7587db7

Please sign in to comment.