Add new Sandbox
map
This commit is contained in:
parent
ae7dd7f85d
commit
c66d151536
@ -110,4 +110,7 @@ Streets of Tarkov:
|
||||
- 64f09c02b63b74469b6c149f # Paramedic's GPhone X (Ambulances Again)
|
||||
- 64f07f7726cfa02c506f8ac0 # Journal item_quest_kpss2 (Glory To CPSU P2)
|
||||
- 64f69b4267e11a7c6206e010 # Chef's diary (Beyond the Red Meat - Part 1)
|
||||
- 64f5b4f71a5f313cb144c06c # Secret component (Beyond the Red Meat - Part 2)
|
||||
- 64f5b4f71a5f313cb144c06c # Secret component (Beyond the Red Meat - Part 2)
|
||||
|
||||
Sandbox:
|
||||
- 6582bd252b50c61c565828e2 # Bottle of Le Jean wine
|
@ -26,4 +26,7 @@ Woods:
|
||||
- woods
|
||||
Streets of Tarkov:
|
||||
name:
|
||||
- tarkovstreets
|
||||
- tarkovstreets
|
||||
Sandbox:
|
||||
name:
|
||||
- Sandbox
|
@ -40,5 +40,9 @@ namespace LootDumpProcessor.Model.Output.StaticContainer
|
||||
[JsonProperty("Lighthouse", NullValueHandling = NullValueHandling.Ignore)]
|
||||
[JsonPropertyName("Lighthouse")]
|
||||
public MapStaticLoot? Lighthouse { get; set; }
|
||||
|
||||
[JsonProperty("Sandbox", NullValueHandling = NullValueHandling.Ignore)]
|
||||
[JsonPropertyName("Sandbox")]
|
||||
public MapStaticLoot? GroundZero { get; set; }
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user