Skip to content

Commit

Permalink
Liquidator (Update) (#895)
Browse files Browse the repository at this point in the history
* updated to current mapping standards

* Update liquidator.yml

NT -> NC

* fiddling with lockers

* added mantle

* Janitor Cloak

* Update equipped-NECK.png

* Update mantles.yml

* Update liquidator.yml

---------

Co-authored-by: Dvir <[email protected]>
Co-authored-by: Dvir <[email protected]>
  • Loading branch information
3 people authored Jan 28, 2024
1 parent 1c1ce05 commit 90842e6
Show file tree
Hide file tree
Showing 11 changed files with 1,180 additions and 730 deletions.

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Clothing/base_clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,14 @@
components:
- type: Geiger
attachedToSuit: true

# for clothing that has a single item slot to insert and alt click out.
# inheritors add a whitelisted slot named item
- type: entity
abstract: true
id: ClothingSlotBase
components:
- type: ItemSlots
- type: ContainerContainer
containers:
item: !type:ContainerSlot
37 changes: 37 additions & 0 deletions Resources/Prototypes/_NF/Entities/Clothing/Neck/mantles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
- type: entity
parent: [ClothingNeckBase, ClothingSlotBase]
id: ClothingNeckCloakJanitor
name: janitor's cloak
description: How did you even get this? did you make it yourself?
components:
- type: Sprite
sprite: _NF/Clothing/Neck/Cloaks/janitor.rsi
- type: Clothing
sprite: _NF/Clothing/Neck/Cloaks/janitor.rsi
- type: ItemSlots
slots:
item:
name: Plunger
# insertVerbText: cloak-insert-verb
# ejectVerbText: cloak-eject-verb
whitelist:
tags:
- Plunger
- type: ItemMapper
mapLayers:
plunger:
whitelist:
tags:
- Plunger
sprite: _NF/Clothing/Neck/Cloaks/janitor.rsi
- type: Appearance

- type: entity
id: ClothingNeckCloakJanitorFilled
parent: ClothingNeckCloakJanitor
suffix: Filled
components:
- type: ContainerFill
containers:
item:
- Plunger
19 changes: 15 additions & 4 deletions Resources/Prototypes/_NF/Shipyard/liquidator.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
# Author Info
# GitHub: erhardsteinhauer
# Discord: erhardsteinhauer

# Maintainer Info
# GitHub: erhardsteinhauer
# Discord: erhardsteinhauer

# Shuttle Notes:
#
- type: vessel
id: liquidator
name: NT Liquidator
description: A small vessel equipped with everything you need to make even the dirtiest ship squeaky clean (ducky slippers included).
price: 30500
price: 31600 # 27480+4120 from 15% markup
category: Small
group: Civilian
shuttlePath: /Maps/Shuttles/liquidator.yml
shuttlePath: /Maps/_NF/Shuttles/liquidator.yml

- type: gameMap
id: liquidator
mapName: 'NT Liquidator'
mapPath: /Maps/Shuttles/liquidator.yml
mapName: 'NC Liquidator'
mapPath: /Maps/_NF/Shuttles/liquidator.yml
minPlayers: 0
stations:
liquidator:
Expand All @@ -24,6 +34,7 @@
- type: StationJobs
overflowJobs: []
availableJobs:
Pilot: [ 0, 0 ]
Janitor: [ 0, 0 ]
AtmosphericTechnician: [ 0, 0 ]
Chemist: [ 0, 0 ]
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.
33 changes: 33 additions & 0 deletions Resources/Textures/_NF/Clothing/Neck/Cloaks/janitor.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, sprites in hand by PuroSlavKing (Github) and RudeyCoolLeet#3875, edited by dvir001 on github",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "plunger"
},
{
"name": "plunger-equipped-NECK",
"directions": 4
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"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.

0 comments on commit 90842e6

Please sign in to comment.