This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #332 from Corvax-Frontier/Mew
Реф... Респрайт медицины
- Loading branch information
Showing
98 changed files
with
431 additions
and
126 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/specific/chemistry.ftl
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,6 @@ | ||
ent-ReliableContainer = надежный контейнер | ||
.desc = Продвинутый контейнер для хранения медицинских препаратов. | ||
ent-ReliableContainerBruteFilled = надежный контейнер от мех-повреждений | ||
.desc = Наполнен лекарствами, которые лечат серьезные повреждения. | ||
ent-ReliableContainerBurnFilled = надежный контейнер от физ-повреждений | ||
.desc = Наполнен лекарствами, которые лечат ожоги. |
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
93 changes: 93 additions & 0 deletions
93
Resources/Prototypes/Corvax/Entities/Objects/Specific/chemistry.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,93 @@ | ||
- type: entity | ||
name: reliable container | ||
parent: BaseItem | ||
description: "Advanced container for storing medical products." | ||
id: ReliableContainer | ||
components: | ||
- type: Sprite | ||
sprite: Corvax/Objects/Specific/Chemistry/kit.rsi | ||
layers: | ||
- state: kit | ||
- state: fill1 | ||
map: ["enum.SolutionContainerLayers.Fill"] | ||
visible: false | ||
- type: Item | ||
sprite: Corvax/Objects/Specific/Chemistry/kit.rsi | ||
- type: MeleeWeapon | ||
soundNoDamage: | ||
path: "/Audio/Effects/Fluids/splat.ogg" | ||
damage: | ||
types: | ||
Blunt: 0 | ||
- type: SolutionContainerManager | ||
solutions: | ||
beaker: | ||
maxVol: 100 | ||
- type: MixableSolution | ||
solution: beaker | ||
- type: FitsInDispenser | ||
solution: beaker | ||
- type: RefillableSolution | ||
solution: beaker | ||
- type: DrainableSolution | ||
solution: beaker | ||
- type: ExaminableSolution | ||
solution: beaker | ||
- type: DrawableSolution | ||
solution: beaker | ||
- type: InjectableSolution | ||
solution: beaker | ||
- type: SolutionTransfer | ||
canChangeTransferAmount: true | ||
- type: SolutionItemStatus | ||
solution: beaker | ||
- type: UserInterface | ||
interfaces: | ||
enum.TransferAmountUiKey.Key: | ||
type: TransferAmountBoundUserInterface | ||
- type: Drink | ||
solution: beaker | ||
- type: Appearance | ||
- type: SolutionContainerVisuals | ||
maxFillLevels: 5 | ||
fillBaseName: fill | ||
- type: Damageable | ||
damageContainer: Inorganic | ||
damageModifierSet: Glass | ||
- type: PhysicalComposition | ||
materialComposition: | ||
Glass: 100 | ||
- type: StaticPrice | ||
price: 30 | ||
|
||
- type: entity | ||
name: brute reliable container | ||
parent: ReliableContainer | ||
description: "Filled with medication that treat brute damage." | ||
id: ReliableContainerBruteFilled | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
beaker: | ||
maxVol: 100 | ||
reagents: | ||
- ReagentId: Bicaridine | ||
Quantity: 75 | ||
- ReagentId: TranexamicAcid | ||
Quantity: 25 | ||
|
||
- type: entity | ||
name: burn reliable container | ||
parent: ReliableContainer | ||
description: "Filled with medication that treat burn damage." | ||
id: ReliableContainerBurnFilled | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
beaker: | ||
maxVol: 100 | ||
reagents: | ||
- ReagentId: Dermaline | ||
Quantity: 50 | ||
- ReagentId: Leporazine | ||
Quantity: 50 |
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
Oops, something went wrong.