Skip to content

Commit

Permalink
fix(config): locked case and case key are not forbidden in raid
Browse files Browse the repository at this point in the history
  • Loading branch information
Trap committed Dec 25, 2024
1 parent 3d45662 commit 69a4a3c
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configs/Default/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
"569668774bdc2da2298b4568": {
"// type = euros": true,
"Value": 1000000
},
"67449b6c89d5e1ddc603f504": {
"// type = case key": true,
"Value": 42
},
"6740987b89d5e1ddc603f4f0": {
"// type = locked case": true,
"Value": 10
}
},
"offraid_regen_config": {
Expand Down
8 changes: 8 additions & 0 deletions configs/DevilFlippy/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
"569668774bdc2da2298b4568": {
"// type = euros": true,
"Value": 1000000
},
"67449b6c89d5e1ddc603f504": {
"// type = case key": true,
"Value": 42
},
"6740987b89d5e1ddc603f4f0": {
"// type = locked case": true,
"Value": 10
}
},
"offraid_regen_config": {
Expand Down
8 changes: 8 additions & 0 deletions configs/ExampleOverrideByProfiles/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
"569668774bdc2da2298b4568": {
"// type = euros": true,
"Value": 1000000
},
"67449b6c89d5e1ddc603f504": {
"// type = case key": true,
"Value": 42
},
"6740987b89d5e1ddc603f4f0": {
"// type = locked case": true,
"Value": 10
}
},
"offraid_regen_config": {
Expand Down
8 changes: 8 additions & 0 deletions configs/LegacyPathToTarkovV4/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
"569668774bdc2da2298b4568": {
"// type = euros": true,
"Value": 1000000
},
"67449b6c89d5e1ddc603f504": {
"// type = case key": true,
"Value": 42
},
"6740987b89d5e1ddc603f4f0": {
"// type = locked case": true,
"Value": 10
}
},
"offraid_regen_config": {
Expand Down
8 changes: 8 additions & 0 deletions configs/LegacyPathToTarkovV5/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
"569668774bdc2da2298b4568": {
"// type = euros": true,
"Value": 1000000
},
"67449b6c89d5e1ddc603f504": {
"// type = case key": true,
"Value": 42
},
"6740987b89d5e1ddc603f4f0": {
"// type = locked case": true,
"Value": 10
}
},
"offraid_regen_config": {
Expand Down
8 changes: 8 additions & 0 deletions configs/LinearPath/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
"569668774bdc2da2298b4568": {
"// type = euros": true,
"Value": 1000000
},
"67449b6c89d5e1ddc603f504": {
"// type = case key": true,
"Value": 42
},
"6740987b89d5e1ddc603f4f0": {
"// type = locked case": true,
"Value": 10
}
},
"offraid_regen_config": {
Expand Down
8 changes: 8 additions & 0 deletions configs/OriginalNarcoticsConfig/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
"569668774bdc2da2298b4568": {
"// type = euros": true,
"Value": 1000000
},
"67449b6c89d5e1ddc603f504": {
"// type = case key": true,
"Value": 42
},
"6740987b89d5e1ddc603f4f0": {
"// type = locked case": true,
"Value": 10
}
},
"offraid_regen_config": {
Expand Down
8 changes: 8 additions & 0 deletions configs/PathToTarkovReloaded/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
"569668774bdc2da2298b4568": {
"// type = euros": true,
"Value": 1000000
},
"67449b6c89d5e1ddc603f504": {
"// type = case key": true,
"Value": 42
},
"6740987b89d5e1ddc603f4f0": {
"// type = locked case": true,
"Value": 10
}
},
"offraid_regen_config": {
Expand Down

0 comments on commit 69a4a3c

Please sign in to comment.