diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Medical/healing.yml new file mode 100644 index 00000000000..f5afd0ed946 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Medical/healing.yml @@ -0,0 +1,30 @@ +- type: entity + parent: Pill + id: PillSoretizone + suffix: Soretizone 10u + components: + - type: Pill + pillType: 14 + - type: Sprite + state: pill15 + - type: Label + currentLabel: soretizone 10u + - type: SolutionContainerManager + solutions: + food: + maxVol: 20 + reagents: + - ReagentId: Soretizone + Quantity: 10 + +- type: entity + parent: PillCanister + id: PillCanisterSoretizone + suffix: Soretizone 10u, 5 + components: + - type: Label + currentLabel: soretizone 10u + - type: StorageFill + contents: + - id: PillSoretizone + amount: 5 diff --git a/Resources/Prototypes/DeltaV/Traits/disabilities.yml b/Resources/Prototypes/DeltaV/Traits/disabilities.yml index 016e7b5340b..96ded539387 100644 --- a/Resources/Prototypes/DeltaV/Traits/disabilities.yml +++ b/Resources/Prototypes/DeltaV/Traits/disabilities.yml @@ -18,6 +18,7 @@ id: InPain name: trait-inpain-name description: trait-inpain-desc + traitGear: PillCanisterSoretizone category: Disabilities components: - type: Pain