mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Increase fire_fuel_energy_release again (#21980)
This commit is contained in:
@@ -52,7 +52,7 @@ var/global/ZAS_Settings/zas_settings = new
|
||||
valtype=ZAS_TYPE_NUMERIC
|
||||
|
||||
/datum/ZAS_Setting/fire_fuel_energy_release
|
||||
value = 1100000
|
||||
value = 2000000
|
||||
name = "Fire - Fuel energy release"
|
||||
desc = "The energy in joule released when burning one mol of a burnable substance"
|
||||
valtype=ZAS_TYPE_NUMERIC
|
||||
|
||||
@@ -51,7 +51,7 @@ var/list/syndicate_bomb_spawners = list()
|
||||
T.master = V
|
||||
var/datum/gas_mixture/G = T.air_contents
|
||||
G.update_values()
|
||||
G.multiply(1650 / G.pressure) //Sets each tank's pressure to 1650kPa. This was determined experimentally to result in a 7 dev explosion with this mix.
|
||||
G.multiply(10 * ONE_ATMOSPHERE / G.pressure) //Sets each tank's pressure to ten atmospheres, which incidentally results in an explosion of exactly 7 dev with default settings.
|
||||
|
||||
var/obj/item/device/assembly/S
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
# Fire - Fuel energy release
|
||||
# The energy in joule released when burning one mol of a burnable substance
|
||||
/datum/ZAS_Setting/fire_fuel_energy_release 1100000
|
||||
/datum/ZAS_Setting/fire_fuel_energy_release 2000000
|
||||
|
||||
# Airflow - Small Movement Threshold %
|
||||
# Percent of 1 Atm. at which items with the small weight classes will move.
|
||||
|
||||
Reference in New Issue
Block a user