Skip to content

Commit

Permalink
tire changes (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-hub authored Nov 1, 2024
1 parent 3e5f031 commit 7aca32d
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
Binary file not shown.

0 comments on commit 7aca32d

Please sign in to comment.