Skip to content

Commit

Permalink
Advanced combat medipens (Goob-Station#465)
Browse files Browse the repository at this point in the history
first try

adds advanced combat medipens
makes regular combat medipens cheaper
  • Loading branch information
a-person5660 authored Aug 10, 2024
1 parent 9cc4c63 commit 72f08cb
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/Goobstation/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ uplink-pie-cannon-desc = A pie cannon that automatically regenerates pies, one e
uplink-mobroach-microbomb-name = SyndiRoach Teleporter
uplink-mobroach-microbomb-desc = Call in a handy mothroach equipped with a microbomb implant. Explodes when seriously injured.
uplink-advanced-combat-medipen-name = Advanced Combat Medipen
uplink-advanced-combat-medipen-desc = An advanced single-use medipen containing chemicals that will rapidly heal most types of damage taken in a fight.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
productEntity: CombatMedipen
cost:
# Goobstation - Telecrystal rework
Telecrystal: 20
Telecrystal: 12 # Goobstation - Combat pen rebalance
categories:
- UplinkChemicals

Expand Down
12 changes: 12 additions & 0 deletions Resources/Prototypes/Goobstation/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,15 @@
Telecrystal: 30
categories:
- UplinkAllies

# chemicals

- type: listing
id: UplinkAdvancedCombatMedipen
name: uplink-advanced-combat-medipen-name
description: uplink-advanced-combat-medipen-desc
productEntity: AdvancedCombatMedipen
cost:
Telecrystal: 28
categories:
- UplinkChemicals
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
- type: entity
name: advanced combat medipen
parent: ChemicalMedipen
id: AdvancedCombatMedipen
description: A single-use advanced medipen containing chemicals extracted from eldritch beasts. # ethically sourced space dragon blood
components:
- type: Sprite
sprite: Objects/Specific/Medical/medipen.rsi
layers:
- state: advcombatpen
map: ["enum.SolutionContainerLayers.Fill"]
- type: SolutionContainerVisuals
maxFillLevels: 1
changeColor: false
emptySpriteName: advcombatpen_empty
- type: SolutionContainerManager
solutions:
pen:
maxVol: 40
reagents:
- ReagentId: Ichor
Quantity: 35
- ReagentId: TranexamicAcid
Quantity: 5
- type: Hypospray
solutionName: pen
transferAmount: 40
onlyAffectsMobs: false
injectOnly: true
- type: StaticPrice
price: 500
- type: Tag
tags: []
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@
},
{
"name": "medipen-inhand-right"
},
{
"name": "advcombatpen"
},
{
"name": "advcombatpen_empty"
}
]
}

0 comments on commit 72f08cb

Please sign in to comment.