0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

326 Commits

Author SHA1 Message Date
Chomp
fb53ea3089 Updated bot data 2025-01-27 12:42:49 +00:00
Chomp
425a8a62b6 Added missing ammo pool to bossPartisan 2025-01-26 10:27:27 +00:00
Chomp
a86262e9b0 Fixed incorrect bot json data 2025-01-21 15:01:49 +00:00
Chomp
4bcece0e6b Added missing .50 ammo to PMCs 2025-01-21 10:04:33 +00:00
Chomp
180af283be Updated PMC difficulty values 2025-01-06 21:50:37 +00:00
Chomp
bcadacbd36 Added more weapon mods for PMCs 2025-01-05 16:29:27 +00:00
Chomp
600be0d5cb Added more items to PMCs + added white balaclava to PMCs during Christmas 2025-01-05 15:56:28 +00:00
Chomp
3be5440a40 Added missing christmas gear mods to killa 2025-01-05 09:33:39 +00:00
Chomp
64e8934d02 Added new MTEK helmets to PMCs 2025-01-03 10:09:55 +00:00
Chomp
13000cf4a9 Added new clothing ids 2025-01-02 15:28:11 +00:00
Chomp
073587d74b Removed broken clothing 2025-01-02 14:55:34 +00:00
Chomp
da2a86e2c1 Added PMC names 2025-01-02 14:47:21 +00:00
Chomp
1d71930a48 Added more clothing to USEC PMC 2025-01-01 11:22:10 +00:00
Chomp
615f8dfbab Added clothing/heads to PMCs 2025-01-01 10:32:22 +00:00
Chomp
f210e5e53d
Updated bot difficulty settings 2024-12-27 20:42:55 -05:00
Chomp
f953994c27
Updated PMC difficulty values 2024-12-27 20:42:49 -05:00
Chomp
8b457dc6d1
Updated PMC item pools to include new weapons/items 2024-12-27 20:39:57 -05:00
Chomp
74e1119b8c Updated bot data 2024-12-23 09:49:34 +00:00
Chomp
fae965797d Forced infectedTagilla to have 1 loot item 2024-12-17 17:33:40 +00:00
Chomp
065cef3759 Weight infectedTagilla to have 3 magazines 2024-12-17 17:26:20 +00:00
ec5227a05f
Merge branch '3.10.3-DEV' 2024-12-15 22:35:08 -05:00
Chomp
ada2fd7717 Updated bot loot weights
(cherry picked from commit bd5dd9df9bd9cfe2ea82c7d368e5fd7c6bfd9071)
2024-12-13 17:06:44 +00:00
Chomp
9bf6ee3a5e Updated bot JSON data 2024-12-13 10:08:46 +00:00
stella
631c63a817 Revise PMC names 2024-12-09 09:56:21 -07:00
Chomp
1c9588cc34 Updated bot JSONs 2024-11-25 17:49:58 +00:00
Chomp
6c31d10cb8 Merged majority of old data into existing sanitar follower JSON 2024-11-25 15:18:11 +00:00
Dev
18d5911d9b Fixed broken shooterBTR values 2024-11-22 14:59:55 +00:00
Dev
4f4a639da9 Updated bot JSONs 2024-11-21 20:21:18 +00:00
Dev
5851b5fc19 Added name to PMC bots 2024-11-20 17:10:47 +00:00
Dev
492ddf4843 Added contributors to PMC names 2024-11-20 16:56:47 +00:00
Dev
9cf7a611bf Enabled CAN_STAND_BY for PMCs 2024-11-19 22:07:00 +00:00
Dev
0af9961dc6 Updated infected bot item weights 2024-11-18 16:09:16 +00:00
Dev
7ff0c0020e Updated bot JSON data 2024-11-14 20:31:43 +00:00
Dev
63a54113cb Updated PMC experience values 2024-11-14 18:01:03 +00:00
Dev
2da75efc34 Updated bot data 2024-11-05 18:31:51 +00:00
Dev
10421c4800 Updated bot data JSONs 2024-11-04 16:36:12 +00:00
Dev
c652761873 Regenerated infectedTagilla data 2024-11-04 08:59:02 +00:00
Dev
8b218cdb8f Added some additional bot data 2024-11-03 23:13:40 +00:00
Dev
a7ac8628ca Regenerated zombie data 2024-11-03 23:07:58 +00:00
Dev
6c7cda19ad Added bipod mounts to various items 2024-11-01 23:13:38 +00:00
Dev
4dff2bbe49 Updated PMC weapon pool 2024-11-01 16:32:20 +00:00
Dev
dd2c9de726 Flag zombies as needing simple animator 2024-11-01 16:15:08 +00:00
Dev
9dea4a86e9 Updated bot JSONs 2024-11-01 09:26:33 +00:00
7ae68466e0 Fix loading into raid in 33374 (!419)
- Add new `infected` bots where necessary
- Add new `infected` bot JSON to bots/types, generated from a small set of dumps
- Add infected bots to default PMC enemy list
- Update ZombieInfection values in globals.json from live dump
- Update map data from latest live dump (BossChance, Events, limits and maxItemCountInLocation primarily. A couple maps added missing properties/replaced SpawnPointParams. This was only a partial update though, enough to get in-raid)

Note: `infectedTagilla` is just a copy of `bossTagilla`, as none of the dumps contained that bot type, and it was required to get in-raid
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: SPT/Server#419
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-11-01 08:52:39 +00:00
Dev
e9d57ed0cb Updated PMC name list 2024-10-31 23:30:06 +00:00
64908069f1 Add Kuromi to the PMC Name List (!417)
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: SPT/Server#417
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-10-30 15:37:54 +00:00
Dev
7ae812bfe6 Increased chance of alcohol on halloween event bot 2024-10-27 17:10:54 +00:00
Dev
2aaa7434ca Updated bsg pmc jsons 2024-10-20 15:01:08 +01:00
Dev
d2239db64b Removed name from PMC pool 2024-10-18 10:59:06 +01:00
Dev
403cc42bd8 Updated PMC names 2024-10-13 19:14:39 +01:00