Flamethrower tweaks (#308)

* Flamethrower tweaks

* More tweaks
This commit is contained in:
Aviu00
2023-08-17 11:39:02 +03:00
committed by Aviu00
parent 95c2e8870a
commit ed4b3089a5
5 changed files with 14 additions and 8 deletions

View File

@@ -221,10 +221,10 @@
outputPressure: 101.3
air:
# 20 minutes of agony
volume: 15
volume: 45
moles:
- 0 # oxygen
- 0 # nitrogen
- 0 # CO2
- 18.74958767 # plasma
temperature: 96.22
- 18.46241166 # plasma
temperature: 293.15

View File

@@ -245,11 +245,17 @@
- type: Sprite
sprite: Objects/Tanks/plasma.rsi
- type: Item
size: 25
sprite: Objects/Tanks/plasma.rsi
- type: GasTank
outputPressure: 101.3
air:
volume: 45
temperature: 293.15
- type: Clothing
sprite: Objects/Tanks/plasma.rsi
slots:
- Back
- type: Tag
tags:
- TankPlasma

View File

@@ -5,7 +5,7 @@
noSpawn: true
components:
- type: GasProjectile
gasUsagePerTile: 1.05
gasUsagePerTile: 0.9375
- type: Projectile
damage:
types:

View File

@@ -28,7 +28,7 @@
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/water_spray.ogg
- type: GasAmmoProvider
gasUsage: 6.25
gasUsage: 4.6875
proto: ProjectileFlamethrower
- type: Flamethrower
- type: ItemMapper

View File

@@ -1,13 +1,13 @@
- type: latheRecipe
id: OxygenTank
result: OxygenTank
completetime: 5
completetime: 3
materials:
Steel: 1000
Steel: 500
- type: latheRecipe
id: PlasmaTank
result: PlasmaTank
completetime: 5
materials:
Steel: 1000
Steel: 1500