From 30814898a8e1454b099b3db7ad279cc59732daf3 Mon Sep 17 00:00:00 2001 From: BulletGrade <66234359+BulletGrade@users.noreply.github.com> Date: Sat, 15 May 2021 14:45:32 -0300 Subject: [PATCH] Add crates of materials to R&D (#4007) --- Resources/Maps/saltern.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/Resources/Maps/saltern.yml b/Resources/Maps/saltern.yml index 573ee07c2d..6e9463a97a 100644 --- a/Resources/Maps/saltern.yml +++ b/Resources/Maps/saltern.yml @@ -47786,4 +47786,40 @@ entities: type: Sprite - canCollide: False type: Physics +- uid: 4894 + type: CrateMaterialSteel + components: + - pos: -17.5,-18.5 + parent: 853 + type: Transform + - IsPlaceable: False + type: PlaceableSurface + - containers: + EntityStorageComponent: !type:Container + ents: [] + type: ContainerContainer +- uid: 4895 + type: CrateMaterialPlastic + components: + - pos: -17.5,-19.5 + parent: 853 + type: Transform + - IsPlaceable: False + type: PlaceableSurface + - containers: + EntityStorageComponent: !type:Container + ents: [] + type: ContainerContainer +- uid: 4896 + type: CrateMaterialGlass + components: + - pos: -17.5,-20.5 + parent: 853 + type: Transform + - IsPlaceable: False + type: PlaceableSurface + - containers: + EntityStorageComponent: !type:Container + ents: [] + type: ContainerContainer ...