-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from seionmoya/update-0.15.5.133420
Update 0.15.5.133420
- Loading branch information
Showing
111 changed files
with
370 additions
and
45,465 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
Fuyu.Backend.BSG/Models/Locations/CrowdAttackSpawnParameters.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
using System.Runtime.Serialization; | ||
using Fuyu.Backend.BSG.Models.Bots; | ||
|
||
namespace Fuyu.Backend.BSG.Models.Locations | ||
{ | ||
[DataContract] | ||
public class CrowdAttackSpawnParameters | ||
{ | ||
[DataMember] | ||
public EBotDifficulty Difficulty; | ||
|
||
[DataMember] | ||
public EBotRole Role; | ||
|
||
[DataMember] | ||
public int Weight; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
using System.Collections.Generic; | ||
using System.Runtime.Serialization; | ||
|
||
namespace Fuyu.Backend.BSG.Models.Locations | ||
{ | ||
[DataContract] | ||
public class Event | ||
{ | ||
[DataMember] | ||
public int InfectionPercentage; | ||
|
||
[DataMember] | ||
public int MinInfectionPercentage; | ||
|
||
[DataMember] | ||
public List<CrowdAttackSpawnParameters> CrowdAttackSpawnParams; | ||
|
||
[DataMember] | ||
public float ZombieMultiplier; | ||
|
||
[DataMember] | ||
public int MaxCrowdAttackSpawnLimit; | ||
|
||
[DataMember] | ||
public int CrowdsLimit; | ||
|
||
[DataMember] | ||
public float InfectedLookCoeff; | ||
|
||
[DataMember] | ||
public float CrowdCooldownPerPlayerSec; | ||
|
||
[DataMember] | ||
public float ZombieCallPeriodSec; | ||
|
||
[DataMember] | ||
public float ZombieCallDeltaRadius; | ||
|
||
[DataMember] | ||
public float ZombieCallRadiusLimit; | ||
|
||
[DataMember] | ||
public float CrowdAttackBlockRadius; | ||
|
||
[DataMember] | ||
public float MinSpawnDistToPlayer; | ||
|
||
[DataMember] | ||
public float TargetPointSearchRadiusLimit; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
Fuyu.Backend.EFT/Controllers/Http/GameVersionValidateController.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.