Skip to content

Commit

Permalink
Metempsyhotic machine fix + teleporter fix
Browse files Browse the repository at this point in the history
Метепсихотическая машина:
* Фикс локализации для машинной платы
* Вместо подарка есть её машинная плата
* Бонусом в шкафу ГВ теперь есть 100 биомассы.
* Метемпсихотическая машина теперь изучаема и её можно скрафтить

Телепортер:
* Блюспейс кристаллы теперь можно вставить в протолат (был очень тупой баг, пофикшено)
* Крафт телепортера теперь более дорогой и долгий

Другое:
* Блюспейс баночка для таблеток снова в технологии с БС химией, крафт немного удешевлён.
  • Loading branch information
Roudenn committed Feb 17, 2024
1 parent 03ccadf commit c346d1a
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ent-MetempsychoticMachineCircuitboard = Метемпсихотическая машина, машинная доска
.desc = Машинная печатная плата для модуля клонирования.
ent-MetempsychoticMachineCircuitboard = метемпсихотическая машина (машинная плата)
.desc = { ent-BaseMachineCircuitboard.desc }
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,13 @@
name: bluespace crystal
suffix: 1
components:
- type: Sprite
state: bluespace
- type: Stack
stackType: Bluespace
count: 1
- type: Item
size: Tiny
- type: Tag
tags:
- Ore
- BluespaceCrystal
- RawMaterial


- type: entity
Expand Down
14 changes: 7 additions & 7 deletions Resources/Prototypes/Backmen/Recipes/Lathes/bluespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
sprite: /Textures/Objects/Devices/hand_teleporter.rsi
state: icon
result: HandTeleporter
completetime: 8
completetime: 15
materials:
Bluespace: 600
Steel: 200
Plastic: 200
Gold: 200
Bananium: 500
Steel: 1000
Plastic: 500
Gold: 300
Bananium: 600
Bluespace: 500

#- type: latheRecipe
# id: BluespaceBeaker1
Expand Down Expand Up @@ -68,4 +68,4 @@
Steel: 250
Plastic: 250
Plasma: 100
Bluespace: 100
Bluespace: 50
16 changes: 0 additions & 16 deletions Resources/Prototypes/Backmen/Research/biochemical.yml

This file was deleted.

15 changes: 15 additions & 0 deletions Resources/Prototypes/Backmen/Research/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@
- InsulativeHeadcage
- ShellSoulbreaker

- type: technology
id: Metempsychosis
name: research-technology-metempsychosis
icon:
sprite: Backmen/Structures/Machines/metempsychotic.rsi
state: pod_0
discipline: Experimental
tier: 2
cost: 15000
recipeUnlocks:
- BiomassReclaimerMachineCircuitboard
- CloningConsoleComputerCircuitboard
- MedicalScannerMachineCircuitboard
- MetempsychoticMachineCircuitboard

# Tier 3

- type: technology
Expand Down
6 changes: 4 additions & 2 deletions Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@
- id: BoxEncryptionKeyMedical
- id: AntiPsychicKnife # backmen
- id: ClothingHeadCage # backmen
- id: PresentMetempsychoticMachine # backmen
- id: MetempsychoticMachineCircuitboard # backmen
- id: MaterialBiomass # backmen

- type: entity
id: LockerChiefMedicalOfficerFilled
Expand All @@ -251,7 +252,8 @@
- id: BoxEncryptionKeyMedical
- id: AntiPsychicKnife # backmen
- id: ClothingHeadCage # backmen
- id: PresentMetempsychoticMachine # backmen
- id: MetempsychoticMachineCircuitboard # backmen
- id: MaterialBiomass # backmen

- type: entity
id: LockerResearchDirectorFilledHardsuit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@
- TelecomServerCircuitboard
- MassMediaCircuitboard
- ShipyardCircuitboard # backmen
- MetempsychoticMachineCircuitboard # backmen
- type: MaterialStorage
whitelist:
tags:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Research/civilianservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,4 @@
recipeUnlocks:
- BluespaceBeaker
- SyringeBluespace
- BluespacePillCanister # backmen

0 comments on commit c346d1a

Please sign in to comment.