diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Furniture/junk.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Furniture/junk.yml index e2265672492..10b6c30092d 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Furniture/junk.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Furniture/junk.yml @@ -298,20 +298,50 @@ #Tires - type: entity parent: N14JunkMetalBase #for the moment - id: N14JunkStackedTires + id: N14JunkTire1 name: stack of tires description: A stack of old, unusable tires. components: - type: Sprite sprite: _Nuclear14/Structures/Decoration/tires.rsi - state: stackedtires + state: junktire1 - type: entity parent: N14JunkMetalBase #for the moment - id: N14JunkGroundTires + id: N14JunkTire2 name: a pile of tires description: A pile of old, unusable tires spread on the ground. components: - type: Sprite sprite: _Nuclear14/Structures/Decoration/tires.rsi - state: groundtires \ No newline at end of file + state: junktire2 + +- type: entity + parent: N14JunkMetalBase #for the moment + id: N14JunkTire3 + name: a pile of tires + description: A pile of old, unusable tires spread on the ground. + components: + - type: Sprite + sprite: _Nuclear14/Structures/Decoration/tires.rsi + state: junktire3 + +- type: entity + parent: N14JunkMetalBase #for the moment + id: N14JunkTire4 + name: a pile of tires + description: A pile of old, unusable tires spread on the ground. + components: + - type: Sprite + sprite: _Nuclear14/Structures/Decoration/tires.rsi + state: junktire4 + +- type: entity + parent: N14JunkMetalBase #for the moment + id: N14JunkTire5 + name: a pile of tires + description: A pile of old, unusable tires spread on the ground. + components: + - type: Sprite + sprite: _Nuclear14/Structures/Decoration/tires.rsi + state: junktire5 \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/groundtires.png b/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/groundtires.png deleted file mode 100644 index 2ba781f193c..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/groundtires.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/junktire1.png b/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/junktire1.png new file mode 100644 index 00000000000..5ff478ac179 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/junktire1.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/junktire2.png b/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/junktire2.png new file mode 100644 index 00000000000..a8b346516b2 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/junktire2.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/junktire3.png b/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/junktire3.png new file mode 100644 index 00000000000..cb9e52edf37 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/junktire3.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/junktire4.png b/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/junktire4.png new file mode 100644 index 00000000000..09ad4bbcd41 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/junktire4.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/junktire5.png b/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/junktire5.png new file mode 100644 index 00000000000..1c9fd3e3324 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/junktire5.png differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/meta.json b/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/meta.json index 14b3bbc98ed..c83808286bd 100644 --- a/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/meta.json +++ b/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/meta.json @@ -8,10 +8,24 @@ }, "states": [ { - "name": "groundtires" + "name": "junktire1", + "directions": 4 }, { - "name": "stackedtires" + "name": "junktire2", + "directions": 4 + }, + { + "name": "junktire3", + "directions": 4 + }, + { + "name": "junktire4", + "directions": 4 + }, + { + "name": "junktire5", + "directions": 4 } ] } \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/stackedtires.png b/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/stackedtires.png deleted file mode 100644 index c5b84846d1b..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/tires.rsi/stackedtires.png and /dev/null differ