Всякое (#271)
* - tweak: Something. * - tweak: Tweaks. * - tweak: Death to autoklickers. * - tweak: Warop tweak. * - tweak: Neuro tweaks. * - add: Translate animal accents. * - fix: Embeddable projectiles miss corpses. * - tweak: More sniper ammo. * - tweak: Free clothes in uplink. * - tweak: Less speed up from stuff. * - tweak: Ammo counter and toggleable clothing stuff. * - add: More emag stuff. * - tweak: No neuro blunt stamina damage. * - fix: Fix name. * - fix: Fix desc.
This commit is contained in:
@@ -90,7 +90,7 @@ public sealed partial class NukeopsRuleComponent : Component
|
||||
/// This amount of TC will be given to each nukie
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public int WarTCAmountPerNukie = 30;
|
||||
public int WarTCAmountPerNukie = 50;
|
||||
|
||||
/// <summary>
|
||||
/// Time allowed for declaration of war
|
||||
@@ -108,7 +108,7 @@ public sealed partial class NukeopsRuleComponent : Component
|
||||
/// Minimal operatives count for war declaration
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public int WarDeclarationMinOps = 4;
|
||||
public int WarDeclarationMinOps = 2;
|
||||
|
||||
[DataField]
|
||||
public EntProtoId SpawnPointProto = "SpawnPointNukies";
|
||||
|
||||
Reference in New Issue
Block a user