Skip to content

Commit

Permalink
Merge pull request #90 from Dalexiandr/Medicine/FunnyPills
Browse files Browse the repository at this point in the history
ПР №8 Взрывные штучки (fix)
  • Loading branch information
Lemirda authored May 6, 2024
2 parents b9e061f + ab1c4d1 commit 0c7d92e
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 13 deletions.
34 changes: 23 additions & 11 deletions Resources/Prototypes/Andromeda/Evil Prototype's/funnipills.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
- type: entity
noSpawn: true
name: афродизиак
description: Повышает потенцию как никто другой! Скушайте!
parent: Pill
id: FunniPill1 # Горячая бума (просто продолжительный бум)
id: FunniPill1
suffix: Андромеда
components:
- type: SolutionContainerManager
Expand All @@ -18,8 +19,9 @@
Quantity: 10

- type: entity
noSpawn: true
parent: FunniPill1
id: FunniPill2 # Горячие пчелки (Ммм, эти жала такие горячие...) (пчелки + острые ощущения)
id: FunniPill2
components:
- type: SolutionContainerManager
solutions:
Expand All @@ -36,8 +38,9 @@
Quantity: 5

- type: entity
noSpawn: true
parent: FunniPill1
id: FunniPill3 # Блевучая бука (ипекак + мини взрыв)
id: FunniPill3
components:
- type: SolutionContainerManager
solutions:
Expand All @@ -54,8 +57,9 @@
Quantity: 5

- type: entity
noSpawn: true
parent: FunniPill1
id: FunniPill4 # Взрывная свежесть (взрыв + нееемножечко льда)
id: FunniPill4
components:
- type: SolutionContainerManager
solutions:
Expand All @@ -72,8 +76,9 @@
Quantity: 10

- type: entity
noSpawn: true
parent: FunniPill1
id: FunniPill5 # Ежик в тумане (Дымок + немного драгов (асуждаем))
id: FunniPill5
components:
- type: SolutionContainerManager
solutions:
Expand All @@ -92,8 +97,9 @@
Quantity: 17

- type: entity
noSpawn: true
parent: FunniPill1
id: FunniPill6 # Горячая Диона (Очень сильная бума... не убьет, но урон будет)
id: FunniPill6
components:
- type: SolutionContainerManager
solutions:
Expand All @@ -114,8 +120,9 @@
Quantity: 1

- type: entity
noSpawn: true
parent: FunniPill1
id: FunniPill7 # Пенный ежик (наркота и пенка)
id: FunniPill7
components:
- type: SolutionContainerManager
solutions:
Expand All @@ -136,8 +143,9 @@
Quantity: 10

- type: entity
noSpawn: true
parent: FunniPill1
id: FunniPill8 # Охлаждающая свежесть
id: FunniPill8
components:
- type: SolutionContainerManager
solutions:
Expand All @@ -152,8 +160,9 @@
Quantity: 10

- type: entity
noSpawn: true
parent: FunniPill1
id: FunniPill9 # Шокиум (Электризующе! Попробуйте!)
id: FunniPill9
components:
- type: SolutionContainerManager
solutions:
Expand All @@ -168,8 +177,9 @@
Quantity: 10

- type: entity
noSpawn: true
parent: FunniPill1
id: FunniPill10 # Унатх Гена (запрещена к обороту, асуждаем)
id: FunniPill10
components:
- type: SolutionContainerManager
solutions:
Expand All @@ -188,8 +198,9 @@
Quantity: 5

- type: entity
noSpawn: true
parent: FunniPill1
id: FunniPill11 # Походный ковер
id: FunniPill11
components:
- type: SolutionContainerManager
solutions:
Expand All @@ -206,6 +217,7 @@
Quantity: 5

- type: entity
noSpawn: true
name: подозрительная таблеточница
description: Подозрительная таблеточница, с не менее подозрительными таблетками...
parent: PillCanister
Expand Down
48 changes: 46 additions & 2 deletions Resources/Prototypes/Catalog/Fills/Lockers/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,29 @@
prob: 0.05
# A-13 FunniPills start
- id: FunniPillCanister
prob: 0.15
prob: 0.05
- id: FunniPill1
prob: 0.05
- id: FunniPill2
prob: 0.05
- id: FunniPill3
prob: 0.05
- id: FunniPill4
prob: 0.05
- id: FunniPill5
prob: 0.05
- id: FunniPill6
prob: 0.05
- id: FunniPill7
prob: 0.05
- id: FunniPill8
prob: 0.05
- id: FunniPill9
prob: 0.05
- id: FunniPill10
prob: 0.05
- id: FunniPill11
prob: 0.05
# A-13 FunniPills end
# Syndicate loot
- id: null
Expand Down Expand Up @@ -266,7 +288,29 @@
prob: 0.1
# A-13 FunniPills start
- id: FunniPillCanister
prob: 0.15
prob: 0.05
- id: FunniPill1
prob: 0.05
- id: FunniPill2
prob: 0.05
- id: FunniPill3
prob: 0.05
- id: FunniPill4
prob: 0.05
- id: FunniPill5
prob: 0.05
- id: FunniPill6
prob: 0.05
- id: FunniPill7
prob: 0.05
- id: FunniPill8
prob: 0.05
- id: FunniPill9
prob: 0.05
- id: FunniPill10
prob: 0.05
- id: FunniPill11
prob: 0.05
# A-13 FunniPills end
# Syndicate loot
- id: null
Expand Down

0 comments on commit 0c7d92e

Please sign in to comment.