Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YarrrDrobe #1502

Merged
merged 6 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Resources/Locale/en-US/advertisements/vending/yarrrdrobe.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
advertisement-yarrrdrobe-1 = Eye patches 50% off.
advertisement-yarrrdrobe-2 = Plunder some booty while you dress as a beauty!
advertisement-yarrrdrobe-3 = Who needs an extra leg anyways?
advertisement-yarrrdrobe-4 = Come get yer supplies while you last!
advertisement-yarrrdrobe-5 = Oi, landlubber! Get o'er here and plunder me!
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
- BoxingDrobeInventory
# - PietyVendInventory # Dont enable, infinite demon dogs issue
- NfsdDrobeInventory # Frontier
- YarrrDrobeInventory
- type: Sprite
layers:
- state: base
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: messagePack
id: YarrrDrobeAds
messages:
- advertisement-yarrrdrobe-1
- advertisement-yarrrdrobe-2
- advertisement-yarrrdrobe-3
- advertisement-yarrrdrobe-4
- advertisement-yarrrdrobe-5
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- type: vendingMachineInventory
id: YarrrDrobeInventory
startingInventory:
ClothingNeckCloakPirateCap: 4
ClothingNeckCloakPirateParrot: 4
ClothingShoesBootsMagPirateFilled: 4
Salvantrix marked this conversation as resolved.
Show resolved Hide resolved
ClothingHeadHatPirate: 4
ClothingHeadHatPirateTricord: 4
ClothingHeadHatPirates: 4
ClothingHeadHatPirateLuffy: 4
ClothingUniformJumpsuitPirateSlops: 4
ClothingUniformJumpsuitPirateLuffy: 4
ClothingUniformJumpsuitPirate: 4
ClothingOuterCoatPirate: 4
ClothingShoesBootsPirate: 4
ClothingShoesBootsPirateLuffy: 4
PirateHandyFlag: 4
contrabandInventory:
ClothingOuterCoatPirateCaptain: 1
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,30 @@
- type: AccessReader
access: [["Security"]]

- type: entity
parent: [BaseStructureUnanchorable, VendingMachine]
id: VendingMachineYarrrDrobe
name: YarrrDrobe
description: A vending machine for skallywags and booty lovers!
components:
- type: VendingMachine
pack: YarrrDrobeInventory
offState: off
brokenState: broken
normalState: normal-unshaded
- type: Advertise
pack: YarrrDrobeAds
- type: Sprite
sprite: _NF/Structures/Machines/VendingMachines/yarrrdrobe.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Base"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]

- type: entity
parent: [BaseStructureUnanchorable, VendingMachine]
id: VendingMachineNfsdTech
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
]
}
]
}
}
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,31 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by Gentlebutter for Frontier Station.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "broken"
},
{
"name": "off"
},
{
"name": "panel"
},
{
"name": "normal-unshaded",
"delays": [
[
1.5,
0.1,
1.5,
0.1
]
]
}
]
}
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