Skip to content

Commit

Permalink
add wooden settler table
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Jul 13, 2024
1 parent f20106b commit a754912
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,17 @@
sprite: _Nuclear14/Structures/Furniture/Tables/metalgrate.rsi
- type: Icon
sprite: _Nuclear14/Structures/Furniture/Tables/metalgrate.rsi

- type: entity
id: N14TableWoodSettler
parent: Table
name: wooden table
description: A wooden table used by settlers.
components:
- type: Sprite
sprite: _Nuclear14/Structures/Furniture/Tables/table_settler.rsi
- type: Icon
sprite: _Nuclear14/Structures/Furniture/Tables/table_settler.rsi

# - type: entity
# id: N14TableWoodenBuilt
Expand Down
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
@@ -0,0 +1,46 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from MS13 at commit https://github.com/Mojave-Sun/mojave-sun-13/commit/b35ff6e7f1b94108e0b934a1caf84d60066840be, converted by Peptide90",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "full"
},
{
"name": "state_0",
"directions": 4
},
{
"name": "state_1",
"directions": 4
},
{
"name": "state_2",
"directions": 4
},
{
"name": "state_3",
"directions": 4
},
{
"name": "state_4",
"directions": 4
},
{
"name": "state_5",
"directions": 4
},
{
"name": "state_6",
"directions": 4
},
{
"name": "state_7",
"directions": 4
}
]
}
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.
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.

0 comments on commit a754912

Please sign in to comment.