Jesse
|
54f0d0779c
|
Convert TemplateItem to MongoId (#436)
* Convert TemplateItem to MongoId
* Push new extensions
* Handle null mongoid's being passed to regex
* Handle null strings, fixes item events
* Updated loot generation to work with new property `composedKey`
Fixed typo in `SlotId`
* Fix missing method after merge
* Remove duplicately named MongoIDExtensions?
* Fixed location loot generation to handle impending loot json changes
* Updated location JSONs with new properties (excluding lighthouse loose loot)
* Fixed build issue with ItemTplGenerator
* use correct handing for new mongo ids
* Added helper method to improve readability
---------
Co-authored-by: Chomp <dev@dev.sp-tarkov.com>
|
2025-07-02 10:14:04 +01:00 |
|
Jesse
|
6ac747d18d
|
Begin converting some id's to MongoId (#435)
* Begin converting some id's to MongoId
* Remove nullability on MongoId's
* Update trader MongoId's
|
2025-06-30 15:25:47 +01:00 |
|
Chomp
|
42e79c981b
|
Converted FindAndReturnChildrenAsItems into extension method
|
2025-06-28 12:38:34 +01:00 |
|
chompDev
|
00610acefe
|
.NET Format Style Fixes
|
2025-06-28 11:15:22 +00:00 |
|
Jesse
|
22c71bee5b
|
Helper methods extensions (#431)
* Remove unused model
* Start moving methods to extensions, cleanup code
|
2025-06-28 12:14:50 +01:00 |
|
Chomp
|
a3dbd3176e
|
Updated FindAndReturnChildrenByItems to be an extension method
|
2025-06-28 11:58:50 +01:00 |
|
Chomp
|
6126dc2394
|
Added item extensions
|
2025-06-28 10:04:52 +01:00 |
|