Adds bed, bedsheets and cloaks. (#1022)
Co-authored-by: AJCM <AJCM@tutanota.com> Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
@@ -69,7 +69,6 @@
|
||||
sprite: Buildings/furniture.rsi
|
||||
state: chair
|
||||
|
||||
|
||||
- type: entity
|
||||
name: wooden chair
|
||||
id: ChairWood
|
||||
@@ -80,3 +79,16 @@
|
||||
color: "white"
|
||||
- type: Icon
|
||||
state: wooden_chair
|
||||
|
||||
- type: entity
|
||||
name: bed
|
||||
id: Bed
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/furniture.rsi
|
||||
state: bed
|
||||
- type: Icon
|
||||
sprite: Buildings/furniture.rsi
|
||||
state: bed
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
- type: entity
|
||||
parent: OuterclothingBase
|
||||
id: OuterclothingBedsheet
|
||||
name: bedsheet
|
||||
name: ghost costume
|
||||
description: ''
|
||||
components:
|
||||
- type: Sprite
|
||||
|
||||
106
Resources/Prototypes/Entities/Items/Clothing/cloaks.yml
Normal file
@@ -0,0 +1,106 @@
|
||||
- type: entity
|
||||
parent: Clothing
|
||||
id: CloakClothing
|
||||
abstract: true
|
||||
name: cloak
|
||||
description:
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/cloak.rsi
|
||||
- type: Icon
|
||||
sprite: Clothing/cloak.rsi
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/cloak.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CloakClothing
|
||||
id: CapCloak
|
||||
name: captain's cloak
|
||||
description:
|
||||
components:
|
||||
- type: Sprite
|
||||
state: capcloak
|
||||
- type: Icon
|
||||
state: capcloak
|
||||
- type: Clothing
|
||||
HeldPrefix: capcloak
|
||||
|
||||
- type: entity
|
||||
parent: CloakClothing
|
||||
id: HosCloak
|
||||
name: HoS's cloak
|
||||
description:
|
||||
components:
|
||||
- type: Sprite
|
||||
state: hoscloak
|
||||
- type: Icon
|
||||
state: hoscloak
|
||||
- type: Clothing
|
||||
HeldPrefix: hoscloak
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: CloakClothing
|
||||
id: CeCloak
|
||||
name: CE's cloak
|
||||
components:
|
||||
- type: Sprite
|
||||
state: cecloak
|
||||
- type: Icon
|
||||
state: cecloak
|
||||
- type: Clothing
|
||||
HeldPrefix: cecloak
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: CloakClothing
|
||||
id: CmoCloak
|
||||
name: CMO's cloak
|
||||
components:
|
||||
- type: Sprite
|
||||
state: cmocloak
|
||||
- type: Icon
|
||||
state: cmocloak
|
||||
- type: Clothing
|
||||
HeldPrefix: cmocloak
|
||||
|
||||
- type: entity
|
||||
parent: CloakClothing
|
||||
id: RdCloak
|
||||
name: RD's cloak
|
||||
components:
|
||||
- type: Sprite
|
||||
state: rdcloak
|
||||
- type: Icon
|
||||
state: rdcloak
|
||||
- type: Clothing
|
||||
HeldPrefix: rdcloak
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: CloakClothing
|
||||
id: QmCloak
|
||||
name: QM's cloak
|
||||
components:
|
||||
- type: Sprite
|
||||
state: qmcloak
|
||||
- type: Icon
|
||||
state: qmcloak
|
||||
- type: Clothing
|
||||
HeldPrefix: qmcloak
|
||||
|
||||
- type: entity
|
||||
parent: CloakClothing
|
||||
id: HopCloak
|
||||
name: HoP's cloak
|
||||
components:
|
||||
- type: Sprite
|
||||
state: hopcloak
|
||||
- type: Icon
|
||||
state: hopcloak
|
||||
- type: Clothing
|
||||
HeldPrefix: hopcloak
|
||||
509
Resources/Prototypes/Entities/Items/bedsheets.yml
Normal file
@@ -0,0 +1,509 @@
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: BedsheetBase
|
||||
name: BedsheetBase
|
||||
abstract: true
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
snap:
|
||||
- Bed
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Furniture/bedsheets.rsi
|
||||
- type: Icon
|
||||
sprite: Objects/Furniture/bedsheets.rsi
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
|
||||
- type: entity
|
||||
id: BedsheetBlack
|
||||
parent: BedsheetBase
|
||||
name: black bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetblack
|
||||
- type: Icon
|
||||
state: sheetblack
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetblack
|
||||
|
||||
- type: entity
|
||||
id: BedsheetBlue
|
||||
parent: BedsheetBase
|
||||
name: blue bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetblue
|
||||
- type: Icon
|
||||
state: sheetblue
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetblue
|
||||
|
||||
- type: entity
|
||||
id: BedsheetBrown
|
||||
parent: BedsheetBase
|
||||
name: brown bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetbrown
|
||||
- type: Icon
|
||||
state: sheetbrown
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetbrown
|
||||
|
||||
- type: entity
|
||||
id: BedsheetCaptain
|
||||
parent: BedsheetBase
|
||||
name: captain's bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetcaptain
|
||||
- type: Icon
|
||||
state: sheetcaptain
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetcaptain
|
||||
|
||||
- type: entity
|
||||
id: BedsheetCE
|
||||
parent: BedsheetBase
|
||||
name: ce's bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetce
|
||||
- type: Icon
|
||||
state: sheetce
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetce
|
||||
|
||||
- type: entity
|
||||
id: BedsheetCentcom
|
||||
parent: BedsheetBase
|
||||
name: centcom bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetcentcom
|
||||
- type: Icon
|
||||
state: sheetcentcom
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetcentcom
|
||||
|
||||
- type: entity
|
||||
id: BedsheetClown
|
||||
parent: BedsheetBase
|
||||
name: clown's bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetclown
|
||||
- type: Icon
|
||||
state: sheetclown
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetclown
|
||||
|
||||
- type: entity
|
||||
id: BedsheetCMO
|
||||
parent: BedsheetBase
|
||||
name: cmo's bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetcmo
|
||||
- type: Icon
|
||||
state: sheetcmo
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetcmo
|
||||
|
||||
- type: entity
|
||||
id: BedsheetCosmos
|
||||
parent: BedsheetBase
|
||||
name: cosmos bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetcosmos
|
||||
- type: Icon
|
||||
state: sheetcosmos
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetcosmos
|
||||
|
||||
- type: entity
|
||||
id: BedsheetCult
|
||||
parent: BedsheetBase
|
||||
name: cult bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetcult
|
||||
- type: Icon
|
||||
state: sheetcult
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetcult
|
||||
|
||||
- type: entity
|
||||
id: BedsheetGreen
|
||||
parent: BedsheetBase
|
||||
name: green bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetgreen
|
||||
- type: Icon
|
||||
state: sheetgreen
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetgreen
|
||||
|
||||
- type: entity
|
||||
id: BedsheetGrey
|
||||
parent: BedsheetBase
|
||||
name: grey bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetgrey
|
||||
- type: Icon
|
||||
state: sheetgrey
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetgrey
|
||||
|
||||
- type: entity
|
||||
id: BedsheetHOP
|
||||
parent: BedsheetBase
|
||||
name: hop's bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheethop
|
||||
- type: Icon
|
||||
state: sheethop
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheethop
|
||||
|
||||
- type: entity
|
||||
id: BedsheetHOS
|
||||
parent: BedsheetBase
|
||||
name: hos's bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheethos
|
||||
- type: Icon
|
||||
state: sheethos
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheethos
|
||||
|
||||
- type: entity
|
||||
id: BedsheetIan
|
||||
parent: BedsheetBase
|
||||
name: ian bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetian
|
||||
- type: Icon
|
||||
state: sheetian
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetian
|
||||
|
||||
- type: entity
|
||||
id: BedsheetMedical
|
||||
parent: BedsheetBase
|
||||
name: medical bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetmedical
|
||||
- type: Icon
|
||||
state: sheetmedical
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetmedical
|
||||
|
||||
- type: entity
|
||||
id: BedsheetMime
|
||||
parent: BedsheetBase
|
||||
name: mime's bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetmime
|
||||
- type: Icon
|
||||
state: sheetmime
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetmime
|
||||
|
||||
- type: entity
|
||||
id: BedsheetNT
|
||||
parent: BedsheetBase
|
||||
name: nt bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetNT
|
||||
- type: Icon
|
||||
state: sheetNT
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetNT
|
||||
|
||||
- type: entity
|
||||
id: BedsheetOrange
|
||||
parent: BedsheetBase
|
||||
name: orange bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetorange
|
||||
- type: Icon
|
||||
state: sheetorange
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetorange
|
||||
|
||||
- type: entity
|
||||
id: BedsheetPurple
|
||||
parent: BedsheetBase
|
||||
name: purple bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetpurple
|
||||
- type: Icon
|
||||
state: sheetpurple
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetpurple
|
||||
|
||||
- type: entity
|
||||
id: BedsheetQM
|
||||
parent: BedsheetBase
|
||||
name: qm's bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetqm
|
||||
- type: Icon
|
||||
state: sheetqm
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetqm
|
||||
|
||||
- type: entity
|
||||
id: BedsheetRainbow
|
||||
parent: BedsheetBase
|
||||
name: rainbow bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetrainbow
|
||||
- type: Icon
|
||||
state: sheetrainbow
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetrainbow
|
||||
|
||||
- type: entity
|
||||
id: BedsheetRD
|
||||
parent: BedsheetBase
|
||||
name: rd's bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetrd
|
||||
- type: Icon
|
||||
state: sheetrd
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetrd
|
||||
|
||||
- type: entity
|
||||
id: BedsheetRed
|
||||
parent: BedsheetBase
|
||||
name: red bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetred
|
||||
- type: Icon
|
||||
state: sheetred
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetred
|
||||
|
||||
- type: entity
|
||||
id: BedsheetSyndie
|
||||
parent: BedsheetBase
|
||||
name: syndie bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetsyndie
|
||||
- type: Icon
|
||||
state: sheetsyndie
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetsyndie
|
||||
|
||||
- type: entity
|
||||
id: BedsheetUSA
|
||||
parent: BedsheetBase
|
||||
name: usa bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetUSA
|
||||
- type: Icon
|
||||
state: sheetUSA
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetUSA
|
||||
|
||||
- type: entity
|
||||
id: BedsheetWhite
|
||||
parent: BedsheetBase
|
||||
name: white bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetwhite
|
||||
- type: Icon
|
||||
state: sheetwhite
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetwhite
|
||||
|
||||
- type: entity
|
||||
id: BedsheetWiz
|
||||
parent: BedsheetBase
|
||||
name: wizard's bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetwiz
|
||||
- type: Icon
|
||||
state: sheetwiz
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetwiz
|
||||
|
||||
- type: entity
|
||||
id: BedsheetYellow
|
||||
parent: BedsheetBase
|
||||
name: yellow bedsheet
|
||||
components:
|
||||
- type: Sprite
|
||||
state: sheetyellow
|
||||
- type: Icon
|
||||
state: sheetyellow
|
||||
- type: Clothing
|
||||
Size: 10
|
||||
QuickEquip: true
|
||||
Slots:
|
||||
- back
|
||||
sprite: Clothing/back.rsi
|
||||
HeldPrefix: sheetyellow
|
||||
|
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 469 B |
|
Before Width: | Height: | Size: 232 B |
@@ -1 +1,432 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "armchair_preview", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "bar_chair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "bar_chair_over", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "bar_stool", "directions": 1, "delays": [[1.0]]}, {"name": "bed", "directions": 1, "delays": [[1.0]]}, {"name": "bed_padding", "directions": 1, "delays": [[1.0]]}, {"name": "blank", "directions": 1, "delays": [[1.0]]}, {"name": "chair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "chair_armrest", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "chair_padding", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "chair_padding_over", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "chair_preview", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "comfychair_preview", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "officechair_dark", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "officechair_white", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "onestar_chair_grey", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "onestar_chair_red", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "psychbed", "directions": 1, "delays": [[1.0]]}, {"name": "psychbed_padding", "directions": 1, "delays": [[1.0]]}, {"name": "shuttle_chair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "stool_base", "directions": 1, "delays": [[1.0]]}, {"name": "stool_padded_preview", "directions": 1, "delays": [[1.0]]}, {"name": "stool_padding", "directions": 1, "delays": [[1.0]]}, {"name": "stool_preview", "directions": 1, "delays": [[1.0]]}, {"name": "w_overlay", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "wheelchair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "wheelchair_folded", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "wooden_chair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "wooden_chair_wings", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "armchair_preview",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bar_chair",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bar_chair_over",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bar_stool",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bed",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "blank",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "chair",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "chair_armrest",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "chair_padding",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "chair_padding_over",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "chair_preview",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "comfychair_preview",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "officechair_dark",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "officechair_white",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "onestar_chair_grey",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "onestar_chair_red",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "psychbed",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "psychbed_padding",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "shuttle_chair",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "stool_base",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "stool_padded_preview",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "stool_padding",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "stool_preview",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "w_overlay",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wheelchair",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wheelchair_folded",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wooden_chair",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wooden_chair_wings",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
],
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
1609
Resources/Textures/Clothing/back.rsi/meta.json
Normal file
|
After Width: | Height: | Size: 747 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetNT-inhand-left.png
Normal file
|
After Width: | Height: | Size: 439 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetNT-inhand-right.png
Normal file
|
After Width: | Height: | Size: 428 B |
|
After Width: | Height: | Size: 675 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetUSA-inhand-left.png
Normal file
|
After Width: | Height: | Size: 415 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetUSA-inhand-right.png
Normal file
|
After Width: | Height: | Size: 415 B |
|
After Width: | Height: | Size: 506 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetblack-inhand-left.png
Normal file
|
After Width: | Height: | Size: 321 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetblack-inhand-right.png
Normal file
|
After Width: | Height: | Size: 332 B |
|
After Width: | Height: | Size: 627 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetblue-inhand-left.png
Normal file
|
After Width: | Height: | Size: 358 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetblue-inhand-right.png
Normal file
|
After Width: | Height: | Size: 362 B |
|
After Width: | Height: | Size: 615 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetbrown-inhand-left.png
Normal file
|
After Width: | Height: | Size: 330 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetbrown-inhand-right.png
Normal file
|
After Width: | Height: | Size: 334 B |
|
After Width: | Height: | Size: 915 B |
|
After Width: | Height: | Size: 476 B |
|
After Width: | Height: | Size: 484 B |
|
After Width: | Height: | Size: 1.0 KiB |
BIN
Resources/Textures/Clothing/back.rsi/sheetce-inhand-left.png
Normal file
|
After Width: | Height: | Size: 422 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetce-inhand-right.png
Normal file
|
After Width: | Height: | Size: 447 B |
|
After Width: | Height: | Size: 814 B |
|
After Width: | Height: | Size: 387 B |
|
After Width: | Height: | Size: 398 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
BIN
Resources/Textures/Clothing/back.rsi/sheetcmo-inhand-left.png
Normal file
|
After Width: | Height: | Size: 390 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetcmo-inhand-right.png
Normal file
|
After Width: | Height: | Size: 403 B |
|
After Width: | Height: | Size: 1.8 KiB |
BIN
Resources/Textures/Clothing/back.rsi/sheetcosmos-inhand-left.png
Normal file
|
After Width: | Height: | Size: 766 B |
|
After Width: | Height: | Size: 746 B |
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Textures/Clothing/back.rsi/sheetcult-inhand-left.png
Normal file
|
After Width: | Height: | Size: 467 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetcult-inhand-right.png
Normal file
|
After Width: | Height: | Size: 485 B |
|
After Width: | Height: | Size: 622 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetgreen-inhand-left.png
Normal file
|
After Width: | Height: | Size: 355 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetgreen-inhand-right.png
Normal file
|
After Width: | Height: | Size: 366 B |
|
After Width: | Height: | Size: 670 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetgrey-inhand-left.png
Normal file
|
After Width: | Height: | Size: 320 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetgrey-inhand-right.png
Normal file
|
After Width: | Height: | Size: 330 B |
|
After Width: | Height: | Size: 977 B |
BIN
Resources/Textures/Clothing/back.rsi/sheethop-inhand-left.png
Normal file
|
After Width: | Height: | Size: 444 B |
BIN
Resources/Textures/Clothing/back.rsi/sheethop-inhand-right.png
Normal file
|
After Width: | Height: | Size: 458 B |
|
After Width: | Height: | Size: 988 B |
BIN
Resources/Textures/Clothing/back.rsi/sheethos-inhand-left.png
Normal file
|
After Width: | Height: | Size: 444 B |
BIN
Resources/Textures/Clothing/back.rsi/sheethos-inhand-right.png
Normal file
|
After Width: | Height: | Size: 452 B |
|
After Width: | Height: | Size: 1.0 KiB |
BIN
Resources/Textures/Clothing/back.rsi/sheetian-inhand-left.png
Normal file
|
After Width: | Height: | Size: 384 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetian-inhand-right.png
Normal file
|
After Width: | Height: | Size: 391 B |
|
After Width: | Height: | Size: 832 B |
|
After Width: | Height: | Size: 378 B |
|
After Width: | Height: | Size: 390 B |
|
After Width: | Height: | Size: 783 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetmime-inhand-left.png
Normal file
|
After Width: | Height: | Size: 366 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetmime-inhand-right.png
Normal file
|
After Width: | Height: | Size: 356 B |
|
After Width: | Height: | Size: 623 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetorange-inhand-left.png
Normal file
|
After Width: | Height: | Size: 340 B |
|
After Width: | Height: | Size: 349 B |
|
After Width: | Height: | Size: 631 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetpurple-inhand-left.png
Normal file
|
After Width: | Height: | Size: 352 B |
|
After Width: | Height: | Size: 361 B |
|
After Width: | Height: | Size: 791 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetqm-inhand-left.png
Normal file
|
After Width: | Height: | Size: 421 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetqm-inhand-right.png
Normal file
|
After Width: | Height: | Size: 427 B |
|
After Width: | Height: | Size: 836 B |
|
After Width: | Height: | Size: 428 B |
|
After Width: | Height: | Size: 440 B |
|
After Width: | Height: | Size: 988 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetrd-inhand-left.png
Normal file
|
After Width: | Height: | Size: 444 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetrd-inhand-right.png
Normal file
|
After Width: | Height: | Size: 474 B |
|
After Width: | Height: | Size: 605 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetred-inhand-left.png
Normal file
|
After Width: | Height: | Size: 359 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetred-inhand-right.png
Normal file
|
After Width: | Height: | Size: 370 B |
|
After Width: | Height: | Size: 881 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetsyndie-inhand-left.png
Normal file
|
After Width: | Height: | Size: 403 B |
|
After Width: | Height: | Size: 416 B |
|
After Width: | Height: | Size: 747 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetwhite-inhand-left.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetwhite-inhand-right.png
Normal file
|
After Width: | Height: | Size: 307 B |
|
After Width: | Height: | Size: 1.4 KiB |
BIN
Resources/Textures/Clothing/back.rsi/sheetwiz-inhand-left.png
Normal file
|
After Width: | Height: | Size: 445 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetwiz-inhand-right.png
Normal file
|
After Width: | Height: | Size: 452 B |
|
After Width: | Height: | Size: 639 B |
BIN
Resources/Textures/Clothing/back.rsi/sheetyellow-inhand-left.png
Normal file
|
After Width: | Height: | Size: 337 B |
|
After Width: | Height: | Size: 350 B |
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Textures/Clothing/cloak.rsi/capcloak.png
Normal file
|
After Width: | Height: | Size: 601 B |
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Textures/Clothing/cloak.rsi/cecloak.png
Normal file
|
After Width: | Height: | Size: 617 B |
|
After Width: | Height: | Size: 1.7 KiB |
BIN
Resources/Textures/Clothing/cloak.rsi/cmocloak.png
Normal file
|
After Width: | Height: | Size: 600 B |
|
After Width: | Height: | Size: 1.1 KiB |