Logo
Explore Help
Sign In
juni/crystall-punk-14
1
0
Fork 0
You've already forked crystall-punk-14
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
375a53ce60c829e5a0fd79a0dec7c810f82afe93
crystall-punk-14/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.5 Page: 87ms Template: 1ms
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