Frezon (#9980)
* stuff i'll have to fix anyway when n2o gets merged * everything except the finished reactions * freon coolant reaction but with bad curve * miasmic subsumation * freon production * nitrogen and diff temp scaling * uhh meant to change that * # * hitting that frezon boof
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
- shader: unshaded
|
||||
map: ["enum.EffectLayers.Unshaded"]
|
||||
sprite: Effects/atmospherics.rsi
|
||||
state: freon_old
|
||||
state: frezon_old
|
||||
- type: EffectVisuals
|
||||
- type: AnimationPlayer
|
||||
|
||||
|
||||
@@ -428,6 +428,44 @@
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: FrezonCanister
|
||||
name: frezon canister
|
||||
description: A coolant with light hallucinogenic properties. Proceed.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: frezon
|
||||
- type: GasCanister
|
||||
gasMixture:
|
||||
volume: 1000
|
||||
moles:
|
||||
- 0 # oxygen
|
||||
- 0 # nitrogen
|
||||
- 0 # CO2
|
||||
- 0 # Plasma
|
||||
- 0 # Tritium
|
||||
- 0 # Water vapor
|
||||
- 0 # Miasma
|
||||
- 1871.71051 # Frezon
|
||||
temperature: 293.15
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 300
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
path: /Audio/Effects/metalbreak.ogg
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
FrezonCanisterBroken:
|
||||
min: 1
|
||||
max: 1
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
|
||||
# Broke Entities
|
||||
|
||||
@@ -562,3 +600,12 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
state: redws-1
|
||||
|
||||
- type: entity
|
||||
parent: GasCanisterBrokenBase
|
||||
id: FrezonCanisterBroken
|
||||
name: broken frezon canister
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: Sprite
|
||||
state: frezon-1
|
||||
|
||||
Reference in New Issue
Block a user