Skip to content

Commit

Permalink
na
Browse files Browse the repository at this point in the history
  • Loading branch information
warface1234455 committed Feb 24, 2024
1 parent 9b5c077 commit e6cca4e
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,20 @@ GLOBAL_LIST_INIT(hfr_fuels_list, hfr_fuels_create_list())
secondary_products = list(GAS_ANTINOB, GAS_HEALIUM, GAS_PLUONIUM, GAS_ZAUKER, GAS_NITRIUM, GAS_MIASMA)
meltdown_flags = HYPERTORUS_FLAG_DEVASTATING_EXPLOSION | HYPERTORUS_FLAG_RADIATION_PULSE | HYPERTORUS_FLAG_EMP | HYPERTORUS_FLAG_BIG_SPREAD

/datum/hfr_fuel/pluox_antinob_fuel
id = "pluox_antinob_fuel"
name = "Pluoxium + Antinoblium fuel"
negative_temperature_multiplier = 0.1
positive_temperature_multiplier = 2.7
energy_concentration_multiplier = 1.5
fuel_consumption_multiplier = 0.05
gas_production_multiplier = 2
temperature_change_multiplier = 0.97
requirements = list(GAS_PLUOXIUM, GAS_ANTINOB)
primary_products = list(GAS_HYPERNOB, GAS_MIASMA)
secondary_products = list(GAS_HALON, GAS_HEXANE, GAS_BZ, GAS_NITRIUM, GAS_HEALIUM, GAS_ZAUKER)
meltdown_flags = HYPERTORUS_FLAG_DEVASTATING_EXPLOSION | HYPERTORUS_FLAG_RADIATION_PULSE | HYPERTORUS_FLAG_EMP | HYPERTORUS_FLAG_MASSIVE_SPREAD

/datum/hfr_fuel/hypernob_antinob_fuel
id = "hypernob_antinob_fuel"
name = "Hypernoblium + Antinoblium fuel"
Expand All @@ -138,17 +152,3 @@ GLOBAL_LIST_INIT(hfr_fuels_list, hfr_fuels_create_list())
primary_products = list(GAS_ZAUKER, GAS_MIASMA)
secondary_products = list(GAS_O2, GAS_NITRIUM, GAS_BZ, GAS_PLUONIUM, GAS_HEXANE, GAS_HEALIUM)
meltdown_flags = HYPERTORUS_FLAG_DEVASTATING_EXPLOSION | HYPERTORUS_FLAG_RADIATION_PULSE | HYPERTORUS_FLAG_EMP | HYPERTORUS_FLAG_MASSIVE_SPREAD | HYPERTORUS_FLAG_CRITICAL_MELTDOWN

/datum/hfr_fuel/pluox_antinob_fuel
id = "pluox_antinob_fuel"
name = "Pluoxium + Antinoblium fuel"
negative_temperature_multiplier = 1.5
positive_temperature_multiplier = 1.5
energy_concentration_multiplier = 10
fuel_consumption_multiplier = 0.5
gas_production_multiplier = 1.5
temperature_change_multiplier = 0.6
requirements = list(GAS_PLUOXIUM, GAS_ANTINOB)
primary_products = list(GAS_FREON, GAS_BZ)
secondary_products = list(GAS_HALON, GAS_HEXANE, GAS_MIASMA, GAS_NITRIUM, GAS_HEALIUM, GAS_ZAUKER)
meltdown_flags = HYPERTORUS_FLAG_DEVASTATING_EXPLOSION | HYPERTORUS_FLAG_RADIATION_PULSE | HYPERTORUS_FLAG_EMP | HYPERTORUS_FLAG_MASSIVE_SPREAD | HYPERTORUS_FLAG_CRITICAL_MELTDOWN

0 comments on commit e6cca4e

Please sign in to comment.