Microwaves no longer instantly gib living creatures Microwaves now heat in real-time
* Animal cruelty nerf - microwaves no longer instantly gib, and now heat in realtime * While we're at it there's honestly no need for this shit to be hardcoded
This commit is contained in:
@@ -16,6 +16,10 @@ namespace Content.Server.Kitchen.Components
|
||||
public string MachinePartCookTimeMultiplier = "Capacitor";
|
||||
[DataField("cookTimeScalingConstant")]
|
||||
public float CookTimeScalingConstant = 0.5f;
|
||||
[DataField("baseHeatMultiplier"), ViewVariables(VVAccess.ReadWrite)]
|
||||
public float BaseHeatMultiplier = 100;
|
||||
[DataField("objectHeatMultiplier"), ViewVariables(VVAccess.ReadWrite)]
|
||||
public float ObjectHeatMultiplier = 100;
|
||||
|
||||
[DataField("failureResult", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
|
||||
public string BadRecipeEntityId = "FoodBadRecipe";
|
||||
|
||||
Reference in New Issue
Block a user