Skip to content

Commit

Permalink
yml update
Browse files Browse the repository at this point in the history
yml update
  • Loading branch information
bryan-hub committed Oct 31, 2024
1 parent feb209a commit 3c40761
Showing 1 changed file with 34 additions and 4 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

0 comments on commit 3c40761

Please sign in to comment.