Skip to content

Commit

Permalink
Adds the Volume of a Gas Tank to its Examine Text (space-wizards#29771)
Browse files Browse the repository at this point in the history
* Adds the Volume of a Gas Tank to its Examine Text

* Put Volume in description

* Put Volume in description

* work please?

* Hit space bar
  • Loading branch information
Cojoke-dot authored and themias committed Aug 9, 2024
1 parent f81151e commit 5e8245a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
parent: [ClothingShoesBootsMag, BaseJetpack]
id: ClothingShoesBootsMagSyndie
name: blood-red magboots
description: Reverse-engineered magnetic boots that have a heavy magnetic pull and integrated thrusters.
description: Reverse-engineered magnetic boots that have a heavy magnetic pull and integrated thrusters. It can hold 0.75 L of gas.
components:
- type: Sprite
sprite: Clothing/Shoes/Boots/magboots-syndicate.rsi
Expand Down
24 changes: 12 additions & 12 deletions Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
parent: GasTankRoundBase
id: OxygenTank
name: oxygen tank
description: A standard cylindrical gas tank for oxygen.
description: A standard cylindrical gas tank for oxygen. It can hold 5 L of gas.
components:
- type: Sprite
sprite: Objects/Tanks/oxygen.rsi
Expand All @@ -73,7 +73,7 @@
parent: GasTankRoundBase
id: NitrogenTank
name: nitrogen tank
description: A standard cylindrical gas tank for nitrogen.
description: A standard cylindrical gas tank for nitrogen. It can hold 5 L of gas.
components:
- type: Sprite
sprite: Objects/Tanks/red.rsi
Expand All @@ -86,7 +86,7 @@
parent: GasTankRoundBase
id: EmergencyOxygenTank
name: emergency oxygen tank
description: An easily portable tank for emergencies. Contains very little oxygen, rated for survival use only.
description: An easily portable tank for emergencies. Contains very little oxygen, rated for survival use only. It can hold 0.66 L of gas.
components:
- type: Sprite
sprite: Objects/Tanks/emergency.rsi
Expand Down Expand Up @@ -115,7 +115,7 @@
parent: EmergencyOxygenTank
id: EmergencyNitrogenTank
name: emergency nitrogen tank
description: An easily portable tank for emergencies. Contains very little nitrogen, rated for survival use only.
description: An easily portable tank for emergencies. Contains very little nitrogen, rated for survival use only. It can hold 0.66 L of gas.
components:
- type: Sprite
sprite: Objects/Tanks/emergency_red.rsi
Expand All @@ -128,7 +128,7 @@
parent: EmergencyOxygenTank
id: ExtendedEmergencyOxygenTank
name: extended-capacity emergency oxygen tank
description: An emergency tank with extended capacity. Technically rated for prolonged use.
description: An emergency tank with extended capacity. Technically rated for prolonged use. It can hold 1.5 L of gas.
components:
- type: Sprite
sprite: Objects/Tanks/emergency_extended.rsi
Expand All @@ -145,7 +145,7 @@
parent: ExtendedEmergencyOxygenTank
id: ExtendedEmergencyNitrogenTank
name: extended-capacity emergency nitrogen tank
description: An emergency tank with extended capacity. Technically rated for prolonged use.
description: An emergency tank with extended capacity. Technically rated for prolonged use. It can hold 1.5 L of gas.
components:
- type: Sprite
sprite: Objects/Tanks/emergency_extended_red.rsi
Expand All @@ -158,7 +158,7 @@
parent: ExtendedEmergencyOxygenTank
id: DoubleEmergencyOxygenTank
name: double emergency oxygen tank
description: A high-grade dual-tank emergency life support container. It holds a decent amount of oxygen for it's small size.
description: A high-grade dual-tank emergency life support container. It holds a decent amount of oxygen for it's small size. It can hold 2.5 L of gas.
components:
- type: Sprite
sprite: Objects/Tanks/emergency_double.rsi
Expand All @@ -180,7 +180,7 @@
parent: DoubleEmergencyOxygenTank
id: DoubleEmergencyNitrogenTank
name: double emergency nitrogen tank
description: A high-grade dual-tank emergency life support container. It holds a decent amount of nitrogen for its small size.
description: A high-grade dual-tank emergency life support container. It holds a decent amount of nitrogen for its small size. It can hold 2.5 L of gas.
components:
- type: Sprite
sprite: Objects/Tanks/emergency_double_red.rsi
Expand All @@ -193,7 +193,7 @@
parent: EmergencyOxygenTank
id: EmergencyFunnyOxygenTank
name: funny emergency oxygen tank
description: An easily portable tank for emergencies. Contains very little oxygen with an extra of funny gas, rated for survival use only.
description: An easily portable tank for emergencies. Contains very little oxygen with an extra of funny gas, rated for survival use only. It can hold 0.66 L of gas.
components:
- type: Sprite
sprite: Objects/Tanks/emergency_clown.rsi
Expand All @@ -206,7 +206,7 @@
parent: GasTankRoundBase
id: AirTank
name: air tank
description: Mixed anyone?
description: Mixed anyone? It can hold 5 L of gas.
components:
- type: GasTank
outputPressure: 101.3
Expand All @@ -215,7 +215,7 @@
parent: GasTankRoundBase
id: NitrousOxideTank
name: nitrous oxide tank
description: Contains a mixture of air and nitrous oxide. Make sure you don't refill it with pure N2O.
description: Contains a mixture of air and nitrous oxide. Make sure you don't refill it with pure N2O. It can hold 5 L of gas.
components:
- type: Sprite
sprite: Objects/Tanks/anesthetic.rsi
Expand All @@ -231,7 +231,7 @@
parent: GasTankBase
id: PlasmaTank
name: plasma tank
description: Contains dangerous plasma. Do not inhale. Extremely flammable.
description: Contains dangerous plasma. Do not inhale. Extremely flammable. It can hold 5 L of gas.
components:
- type: Sprite
sprite: Objects/Tanks/plasma.rsi
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
abstract: true
id: BaseJetpack
name: Jetpack
description: It's a jetpack.
description: It's a jetpack. It can hold 5 L of gas.
components:
- type: InputMover
toParent: true
Expand Down Expand Up @@ -182,6 +182,7 @@
id: JetpackMini
parent: BaseJetpack
name: mini jetpack
description: It's a jetpack. It can hold 1.5 L of gas.
suffix: Empty
components:
- type: Item
Expand Down

0 comments on commit 5e8245a

Please sign in to comment.