Skip to content

Commit

Permalink
Updated factory base json data
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomp committed Feb 14, 2025
1 parent d148ca9 commit f836f0f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 21 deletions.
15 changes: 5 additions & 10 deletions project/assets/database/locations/factory4_day/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
"VisibleDistance": 1
},
"BotMarksman": 0,
"BotMax": 20,
"BotMax": 0,
"BotMaxPlayer": 0,
"BotMaxPvE": 20,
"BotMaxTimePlayer": 0,
Expand Down Expand Up @@ -4890,7 +4890,6 @@
{
"Chance": 100,
"ChancePVE": 100,
"Count": 0,
"CountPVE": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
Expand All @@ -4908,7 +4907,6 @@
{
"Chance": 100,
"ChancePVE": 100,
"Count": 0,
"CountPVE": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
Expand All @@ -4926,7 +4924,6 @@
{
"Chance": 100,
"ChancePVE": 100,
"Count": 0,
"CountPVE": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
Expand All @@ -4944,7 +4941,6 @@
{
"Chance": 100,
"ChancePVE": 100,
"Count": 0,
"CountPVE": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
Expand All @@ -4962,7 +4958,6 @@
{
"Chance": 100,
"ChancePVE": 100,
"Count": 0,
"CountPVE": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
Expand Down Expand Up @@ -5091,7 +5086,7 @@
],
"SpawnPoints": "BotZone",
"WildSpawnType": "assault",
"isPlayers": false,
"isPlayers": true,
"number": 2,
"slots_max": 4,
"slots_min": 2,
Expand All @@ -5107,7 +5102,7 @@
],
"SpawnPoints": "BotZone",
"WildSpawnType": "assault",
"isPlayers": false,
"isPlayers": true,
"number": 3,
"slots_max": 4,
"slots_min": 2,
Expand All @@ -5123,7 +5118,7 @@
],
"SpawnPoints": "BotZone",
"WildSpawnType": "assault",
"isPlayers": false,
"isPlayers": true,
"number": 4,
"slots_max": 4,
"slots_min": 2,
Expand All @@ -5139,7 +5134,7 @@
],
"SpawnPoints": "BotZone",
"WildSpawnType": "assault",
"isPlayers": false,
"isPlayers": true,
"number": 5,
"slots_max": 4,
"slots_min": 3,
Expand Down
17 changes: 6 additions & 11 deletions project/assets/database/locations/factory4_night/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
"VisibleDistance": 1
},
"BotMarksman": 0,
"BotMax": 22,
"BotMax": 16,
"BotMaxPlayer": 0,
"BotMaxPvE": 22,
"BotMaxTimePlayer": 0,
Expand Down Expand Up @@ -4941,7 +4941,6 @@
{
"Chance": 100,
"ChancePVE": 100,
"Count": 0,
"CountPVE": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
Expand All @@ -4959,7 +4958,6 @@
{
"Chance": 100,
"ChancePVE": 100,
"Count": 0,
"CountPVE": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
Expand All @@ -4977,7 +4975,6 @@
{
"Chance": 100,
"ChancePVE": 100,
"Count": 0,
"CountPVE": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
Expand All @@ -4995,7 +4992,6 @@
{
"Chance": 100,
"ChancePVE": 100,
"Count": 0,
"CountPVE": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
Expand All @@ -5013,7 +5009,6 @@
{
"Chance": 100,
"ChancePVE": 100,
"Count": 0,
"CountPVE": 0,
"EntryPoints": "Factory",
"EventAvailable": false,
Expand Down Expand Up @@ -5102,7 +5097,7 @@
],
"SpawnPoints": "BotZone",
"WildSpawnType": "assault",
"isPlayers": false,
"isPlayers": true,
"number": 0,
"slots_max": 4,
"slots_min": 2,
Expand Down Expand Up @@ -5134,7 +5129,7 @@
],
"SpawnPoints": "BotZone",
"WildSpawnType": "assault",
"isPlayers": false,
"isPlayers": true,
"number": 2,
"slots_max": 4,
"slots_min": 2,
Expand All @@ -5150,7 +5145,7 @@
],
"SpawnPoints": "BotZone",
"WildSpawnType": "assault",
"isPlayers": false,
"isPlayers": true,
"number": 3,
"slots_max": 4,
"slots_min": 2,
Expand All @@ -5166,7 +5161,7 @@
],
"SpawnPoints": "BotZone",
"WildSpawnType": "assault",
"isPlayers": false,
"isPlayers": true,
"number": 4,
"slots_max": 4,
"slots_min": 2,
Expand All @@ -5182,7 +5177,7 @@
],
"SpawnPoints": "BotZone",
"WildSpawnType": "assault",
"isPlayers": false,
"isPlayers": true,
"number": 5,
"slots_max": 4,
"slots_min": 3,
Expand Down

0 comments on commit f836f0f

Please sign in to comment.