Logo
Explore Help
Register Sign In
Cinka/OldThink
1
0
Fork 0
You've already forked OldThink
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
09cd902e8b2899e4e0910f19c4d1fefc00a79e8f
OldThink/Content.Server/Atmos/Components/TemperatureProtectionComponent.cs

12 lines
295 B
C#
Raw Normal View History

Cleanup the namespaces (#8132)
2022-05-13 00:59:03 -07:00
namespace Content.Server.Atmos.Components;
Severely nerf fires and severely buff fire protection (#5396) * Make fires do less damage * Severely nerf fires and severely buff temperature protection * fuck it, i'll nerf it so hard and we can buff it later if we decide * new scaling func * fix * unused * reviews + balance metabolism heat + reduce atmos air temp transfer efficiency * little more balance * just a wee bit more * slight adjustment
2021-11-18 23:08:30 -07:00
[RegisterComponent]
Seal/abstract/virtual everything (#6739)
2022-02-16 00:23:23 -07:00
public sealed class TemperatureProtectionComponent : Component
Severely nerf fires and severely buff fire protection (#5396) * Make fires do less damage * Severely nerf fires and severely buff temperature protection * fuck it, i'll nerf it so hard and we can buff it later if we decide * new scaling func * fix * unused * reviews + balance metabolism heat + reduce atmos air temp transfer efficiency * little more balance * just a wee bit more * slight adjustment
2021-11-18 23:08:30 -07:00
{
/// <summary>
/// How much to multiply temperature deltas by.
/// </summary>
[DataField("coefficient")]
public float Coefficient = 1.0f;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 1251ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API