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 outputPressure: 101.3
air: air:
# 20 minutes of agony # 20 minutes of agony
volume: 15 volume: 45
moles: moles:
- 0 # oxygen - 0 # oxygen
- 0 # nitrogen - 0 # nitrogen
- 0 # CO2 - 0 # CO2
- 18.74958767 # plasma - 18.46241166 # plasma
temperature: 96.22 temperature: 293.15

View File

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

View File

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

View File

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

View File

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