From 880848f28d4a14301fdb24c27ba8c5b43cd9f036 Mon Sep 17 00:00:00 2001 From: VividPups <68whiskty@gmail.com> Date: Thu, 13 Feb 2025 12:55:56 -0600 Subject: [PATCH] glacier local Glacier Local --- .../Floof/Catalog/Fills/Bags/satchel.yml | 17 +++++++++++++++++ .../Prototypes/Floof/Catalog/Fills/quiver.yml | 11 +++++++++++ .../Floof/Roles/Jobs/glacierlocal.yml | 15 +++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 Resources/Prototypes/Floof/Catalog/Fills/Bags/satchel.yml create mode 100644 Resources/Prototypes/Floof/Catalog/Fills/quiver.yml create mode 100644 Resources/Prototypes/Floof/Roles/Jobs/glacierlocal.yml diff --git a/Resources/Prototypes/Floof/Catalog/Fills/Bags/satchel.yml b/Resources/Prototypes/Floof/Catalog/Fills/Bags/satchel.yml new file mode 100644 index 00000000000..0d3f4924b89 --- /dev/null +++ b/Resources/Prototypes/Floof/Catalog/Fills/Bags/satchel.yml @@ -0,0 +1,17 @@ +- type: entity + id: SatchelGlacierLocalFilled + suffix: Glacier Local, Filled + parent: ClothingBackpackSatchelLeather + components: + - type: StorageFill + contents: + - id: PinpointerUniversal + - id: CombatKnife + - id: HandheldGPSBasic + - id: PowerCellHyper + - id: OcarinaInstrument + - id: BowImprovised + - id: Bola + amount: 2 + - id: FoodPSB + amount: 8 diff --git a/Resources/Prototypes/Floof/Catalog/Fills/quiver.yml b/Resources/Prototypes/Floof/Catalog/Fills/quiver.yml new file mode 100644 index 00000000000..0bf87e8dbbc --- /dev/null +++ b/Resources/Prototypes/Floof/Catalog/Fills/quiver.yml @@ -0,0 +1,11 @@ +- type: entity + id: ClothingBeltQuiverFilled + suffix: Filled + parent: ClothingBeltQuiver + components: + - type: StorageFill + contents: + - id: ArrowRegular + amount: 13 + - id: Plunger + amount: 2 diff --git a/Resources/Prototypes/Floof/Roles/Jobs/glacierlocal.yml b/Resources/Prototypes/Floof/Roles/Jobs/glacierlocal.yml new file mode 100644 index 00000000000..49240f05a34 --- /dev/null +++ b/Resources/Prototypes/Floof/Roles/Jobs/glacierlocal.yml @@ -0,0 +1,15 @@ +- type: startingGear + id: GlacierLocal + equipment: + jumpsuit: ClothingUniformJumpskirtDetective + shoes: ClothingShoesBootsRyuzo + neck: ClothingNeckCloakGoliathCloak + eyes: ClothingEyesGlassesThermalBudget + gloves: ClothingHandsDispelGloves + outerClothing: ClothingOuterCoatRyuzo + back: SatchelGlacierLocalFilled + id: HandHeldMassScanner + ears: ClothingHeadsetAltCentCom + belt: ClothingBeltQuiverFilled + pocket1: EnergySwordDouble + pocket2: RadioHandheld